Changes of Revision 12
[-] | Changed | tmpwatch.spec |
x 1
2 3 %install 4 rm -rf $RPM_BUILD_ROOT 5 -make PREFIX=%{buildroot} install 6 +%__make ROOT=%{buildroot} install 7 8 ( cd %{buildroot} 9 mkdir -p ./etc/cron.daily 10
11 12 %files 13 %defattr(-,root,root) 14 -/sbin/tmpwatch 15 -/share/man/man8/*.8* 16 +%{_sbindir}/tmpwatch 17 +%{_mandir}/man8/*.8* 18 %config /etc/cron.daily/tmpwatch 19 20 %changelog 21 +* Fri Jan 09 2009 Carsten Schoene <cs@linux-administrator.com> 2.9.13-1 22 +- install fix (ROOT=) 23 + 24 * Wed May 21 2008 Juergen Gotteswinter <jg@internetx.de> 2.7.4-1 25 - bs port 26 27 |