rpms/tmpwatch/F-11 .cvsignore, 1.26, 1.27 sources, 1.27, 1.28 tmpwatch.daily, 1.3, 1.4 tmpwatch.spec, 1.39, 1.40

Miloslav Trmac mitr at fedoraproject.org
Tue Dec 22 15:48:58 UTC 2009


Author: mitr

Update of /cvs/pkgs/rpms/tmpwatch/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26332

Modified Files:
	.cvsignore sources tmpwatch.daily tmpwatch.spec 
Log Message:
* Tue Dec 22 2009 Miloslav Trmač <mitr at redhat.com> - 2.9.17-1
- Update to tmpwatch-2.9.17.
  Resolves: #548932



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/F-11/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- .cvsignore	23 Mar 2009 13:44:01 -0000	1.26
+++ .cvsignore	22 Dec 2009 15:48:58 -0000	1.27
@@ -1 +1 @@
-tmpwatch-2.9.14.tar.bz2
+tmpwatch-2.9.17.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/F-11/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sources	23 Mar 2009 13:44:01 -0000	1.27
+++ sources	22 Dec 2009 15:48:58 -0000	1.28
@@ -1 +1 @@
-9d77f5f4a1bb93fec08b17d53fef6d4f  tmpwatch-2.9.14.tar.bz2
+7738f5db4ae0ce3795c224f13a597356  tmpwatch-2.9.17.tar.bz2


Index: tmpwatch.daily
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/F-11/tmpwatch.daily,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- tmpwatch.daily	14 Dec 2007 15:16:29 -0000	1.3
+++ tmpwatch.daily	22 Dec 2009 15:48:58 -0000	1.4
@@ -1,7 +1,8 @@
 #! /bin/sh
 flags=-umc
 /usr/sbin/tmpwatch "$flags" -x /tmp/.X11-unix -x /tmp/.XIM-unix \
-	-x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix 10d /tmp
+	-x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix \
+	-X '/tmp/hsperfdata_*' 10d /tmp
 /usr/sbin/tmpwatch "$flags" 30d /var/tmp
 for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
     if [ -d "$d" ]; then


Index: tmpwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/F-11/tmpwatch.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- tmpwatch.spec	23 Mar 2009 13:44:01 -0000	1.39
+++ tmpwatch.spec	22 Dec 2009 15:48:58 -0000	1.40
@@ -1,7 +1,7 @@
 Summary: A utility for removing files based on when they were last accessed
 Name: tmpwatch
-Version: 2.9.14
-Release: 1
+Version: 2.9.17
+Release: 1%{?dist}
 URL: https://fedorahosted.org/tmpwatch/
 Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.bz2
 Source1: tmpwatch.daily
@@ -26,10 +26,16 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make ROOT=%{buildroot} SBINDIR=%{_sbindir} MANDIR=%{_mandir} install
+make ROOT=%{buildroot} SBINDIR=%{_sbindir} MANDIR=%{_mandir} \
+	INSTALL='install -p' install
+
+mkdir -p %{buildroot}%{_bindir}
+# The $(...) computes /usr/bin => ../../
+ln -s $(echo %{_bindir} |sed 's,/[^/]\+,/..,g; s,^/,,')%{_sbindir}/tmpwatch \
+   %{buildroot}%{_bindir}/tmpwatch
 
 mkdir -p %{buildroot}/etc/cron.daily
-cp %{SOURCE1} %{buildroot}/etc/cron.daily/tmpwatch
+install -p %{SOURCE1} %{buildroot}/etc/cron.daily/tmpwatch
 chmod +x %{buildroot}/etc/cron.daily/tmpwatch
 
 %clean
@@ -38,11 +44,30 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root)
 %doc ChangeLog NEWS README
+%{_bindir}/tmpwatch
 %{_sbindir}/tmpwatch
 %{_mandir}/man8/tmpwatch.8*
 %config(noreplace) /etc/cron.daily/tmpwatch
 
 %changelog
+* Tue Dec 22 2009 Miloslav Trmač <mitr at redhat.com> - 2.9.17-1
+- Update to tmpwatch-2.9.17.
+  Resolves: #548932
+
+* Thu Oct 15 2009 Miloslav Trmač <mitr at redhat.com> - 2.9.16-1
+- Update to tmpwatch-2.9.16.
+- Exclude /tmp/hsperfdata_*.
+  Resolves: #527425
+- Preserve timestamps where possible.
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.9.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri May 22 2009 Miloslav Trmač <mitr at redhat.com> - 2.9.15-1
+- Update to tmpwatch-2.9.15.
+- Add a symlink to %%{_bindir}.
+  Resolves: #494239
+
 * Mon Mar 23 2009 Miloslav Trmač <mitr at redhat.com> - 2.9.14-1
 - Update to tmpwatch-2.9.14.
 




More information about the scm-commits mailing list