/[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 87699 - (show annotations) (download)
Mon Apr 18 13:19:38 2011 UTC (12 years, 11 months ago) by ennael
File size: 662 byte(s)
update to proper version

1 Summary: Gather statistics from installed packages
2 Name: rpmstats
3 Version: 0.6.1
4 %define subrel 2
5 Release: %mkrel 1
6 Source0: %{name}-%{version}.tar.bz2
7 License: GPL
8 Group: System/Configuration/Packaging
9 Url: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/rpm/rpmstats
10 BuildRequires: rpm-devel
11 BuildRoot: %{_tmppath}/%{name}-buildroot
12
13 %description
14 rpmstats retrieves statistics about installed packages.
15
16 %prep
17 %setup -q
18
19 %build
20 %configure2_5x
21 %make
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 %makeinstall
26
27 %clean
28 rm -rf $RPM_BUILD_ROOT
29
30 %files
31 %defattr(-,root,root)
32 %doc ChangeLog
33 %doc %{_mandir}/*/*
34 %{_bindir}/*
35 %dir %{_libdir}/%{name}
36 %{_libdir}/%{name}/%{name}
37
38

  ViewVC Help
Powered by ViewVC 1.1.30