/[packages]/cauldron/rpmstats/current/SPECS/rpmstats.spec
ViewVC logotype

Contents of /cauldron/rpmstats/current/SPECS/rpmstats.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 87680 - (show annotations) (download)
Mon Apr 18 12:45:28 2011 UTC (13 years ago) by ennael
File size: 544 byte(s)
imported package rpmstats
1 Summary: Gather statistics from installed packages
2 Name: rpmstats
3 Version: 0.7
4 Release: %mkrel 2
5 Source0: %{name}-%{version}.tar.xz
6 License: GPLv2+
7 Group: System/Configuration/Packaging
8 BuildRequires: rpm-devel >= 5.0
9
10 %description
11 rpmstats retrieves statistics about installed packages.
12
13 %prep
14 %setup -q
15
16 %build
17 %configure2_5x
18 %make
19
20 %install
21 rm -rf $RPM_BUILD_ROOT
22 %makeinstall
23
24 %clean
25 rm -rf $RPM_BUILD_ROOT
26
27 %files
28 %defattr(-,root,root)
29 %doc ChangeLog
30 %doc %{_mandir}/*/*
31 %{_bindir}/*
32 %dir %{_libdir}/%{name}
33 %{_libdir}/%{name}/%{name}
34
35

  ViewVC Help
Powered by ViewVC 1.1.30