Author: walluck Date: Mon Feb 5 19:17:17 2007 New Revision: 116398 Added: packages/cooker/rpmorphan/current/SOURCES/rpmorphan-0.3.tar.gz (contents, props changed) Removed: packages/cooker/rpmorphan/current/SOURCES/rpmorphan-0.1.tar.gz Modified: packages/cooker/rpmorphan/current/SPECS/rpmorphan.spec
Log: 0.3 Added: packages/cooker/rpmorphan/current/SOURCES/rpmorphan-0.3.tar.gz ============================================================================== Binary file. No diff available. Modified: packages/cooker/rpmorphan/current/SPECS/rpmorphan.spec ============================================================================== --- packages/cooker/rpmorphan/current/SPECS/rpmorphan.spec (original) +++ packages/cooker/rpmorphan/current/SPECS/rpmorphan.spec Mon Feb 5 19:17:17 2007 @@ -1,5 +1,5 @@ Name: rpmorphan -Version: 0.1 +Version: 0.3 Release: %mkrel 1 Epoch: 0 Summary: Find orphaned rpm packages @@ -7,9 +7,9 @@ License: GPL URL: http://rpmorphan.sourceforge.net/ Source0: http://umn.dl.sourceforge.net/sourceforge/rpmorphan/rpmorphan-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildArch: noarch Requires: rpm +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description rpmorphan finds orphaned packages on your system. It determines @@ -28,6 +28,7 @@ %{__rm} -rf %{buildroot} %{makeinstall_std} %{__mv} %{buildroot}%{_bindir}/rpmorphan{.pl,} +%{__mv} %{buildroot}%{_bindir}/rpmusage{.pl,} %clean %{__rm} -rf %{buildroot} @@ -36,4 +37,8 @@ %defattr(0644,root,root,0755) %doc Authors Changelog COPYING NEWS Readme rpmorphan.lsm test_rpmorphan.pl Todo %attr(0755,root,root) %{_bindir}/rpmorphan +%attr(0755,root,root) %{_bindir}/rpmusage %{_mandir}/man1/rpmorphan.1* +%{_mandir}/man1/rpmusage.1* +%dir %{_var}/lib/rpmorphan +%{_var}/lib/rpmorphan/keep
