rpms/tmpwatch/devel .cvsignore, 1.26, 1.27 sources, 1.27, 1.28 tmpwatch.spec, 1.39, 1.40

Miloslav Trmac mitr at fedoraproject.org
Fri May 22 11:39:56 UTC 2009


Author: mitr

Update of /cvs/pkgs/rpms/tmpwatch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14166

Modified Files:
	.cvsignore sources tmpwatch.spec 
Log Message:
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/.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 May 2009 11:39:25 -0000	1.27
@@ -1 +1 @@
-tmpwatch-2.9.14.tar.bz2
+tmpwatch-2.9.15.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/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 May 2009 11:39:25 -0000	1.28
@@ -1 +1 @@
-9d77f5f4a1bb93fec08b17d53fef6d4f  tmpwatch-2.9.14.tar.bz2
+41ffc6789ffdbf0e35da1ffb655276d1  tmpwatch-2.9.15.tar.bz2


Index: tmpwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/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 May 2009 11:39:25 -0000	1.40
@@ -1,6 +1,6 @@
 Summary: A utility for removing files based on when they were last accessed
 Name: tmpwatch
-Version: 2.9.14
+Version: 2.9.15
 Release: 1
 URL: https://fedorahosted.org/tmpwatch/
 Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.bz2
@@ -28,6 +28,11 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make ROOT=%{buildroot} SBINDIR=%{_sbindir} MANDIR=%{_mandir} 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
 chmod +x %{buildroot}/etc/cron.daily/tmpwatch
@@ -38,11 +43,17 @@ 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
+* 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