Author: qboosh Date: Tue Aug 19 19:55:50 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.9.13 (GPL v2) - added URLs - fixed ac_am patch: drop unnecessary libtool, configure with LFS
---- Files affected: SPECS: tmpwatch.spec (1.79 -> 1.80) ---- Diffs: ================================================================ Index: SPECS/tmpwatch.spec diff -u SPECS/tmpwatch.spec:1.79 SPECS/tmpwatch.spec:1.80 --- SPECS/tmpwatch.spec:1.79 Fri Oct 5 18:02:23 2007 +++ SPECS/tmpwatch.spec Tue Aug 19 21:55:45 2008 @@ -11,22 +11,21 @@ Summary(ru.UTF-8): Утилита удаления файлов по критерию давности последнего доступа Summary(uk.UTF-8): Утиліта видалення файлів за критерієм давності останнього доступу Name: tmpwatch -Version: 2.9.10 -Release: 3 -License: GPL +Version: 2.9.13 +Release: 1 +License: GPL v2 Group: Applications/System -# New versions are taken from: -# ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/ -Source0: %{name}-%{version}.tar.gz -# Source0-md5: 4fdcefdb36bc6c8ef5fea26eb4f1a2e3 +Source0: https://fedorahosted.org/releases/t/m/tmpwatch/%{name}-%{version}.tar.bz2 +# Source0-md5: b828729c366f7de7db0feb7982c6cf77 Source1: %{name}.sysconfig Source2: %{name}.cron Source3: %{name}.conf Patch0: %{name}-ac_am.patch Patch1: %{name}-fuser.patch +URL: https://fedorahosted.org/tmpwatch/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: libtool +#BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -96,13 +95,10 @@ %patch1 -p1 %build -rm -f missing -%{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} -%configure \ - CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64" +%configure %{__make} %install @@ -149,12 +145,15 @@ %files %defattr(644,root,root,755) +%doc ChangeLog NEWS README +%attr(755,root,root) %{_sbindir}/tmpwatch +%attr(755,root,root) %{_sbindir}/tmpwatch.cron %dir /etc/tmpwatch -%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/* -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/tmpwatch/*.conf -%attr(755,root,root) %{_sbindir}/%{name}* -%{_mandir}/man8/* +%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/tmpwatch +%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/tmpwatch.directories +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/tmpwatch +%{_mandir}/man8/tmpwatch.8* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -162,6 +161,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.80 2008/08/19 19:55:45 qboosh +- updated to 2.9.13 (GPL v2) +- added URLs +- fixed ac_am patch: drop unnecessary libtool, configure with LFS + Revision 1.79 2007/10/05 16:02:23 gotar - don't remove postgresql socket and lock file ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tmpwatch.spec?r1=1.79&r2=1.80&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
