rpms/tmpwatch/devel tmpwatch.spec,1.35,1.36

Miloslav Trmac (mitr) fedora-extras-commits at redhat.com
Sat Feb 23 01:28:47 UTC 2008


Author: mitr

Update of /cvs/pkgs/rpms/tmpwatch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27838

Modified Files:
	tmpwatch.spec 
Log Message:
* Sat Feb 23 2008 Miloslav Trmač <mitr at redhat.com> - 2.9.13-1
- New home page at https://fedorahosted.org/tmpwatch/ .
- tmpwatch is now licensed under GPLv2.
- Address issues from reviews by Adel Gadllah and Jason Tibbitts:
  - Run (make) with %%{?_smp_mflags}
  - Add a comment describing the origin of the tarball to the spec file
  - Use a better BuildRoot:



Index: tmpwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/tmpwatch.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- tmpwatch.spec	19 Feb 2008 13:56:47 -0000	1.35
+++ tmpwatch.spec	23 Feb 2008 01:28:13 -0000	1.36
@@ -1,12 +1,14 @@
 Summary: A utility for removing files based on when they were last accessed
 Name: tmpwatch
-Version: 2.9.12
-Release: 3
+Version: 2.9.13
+Release: 1
+URL: https://fedorahosted.org/tmpwatch/
+# https://fedorahosted.org/tmpwatch/attachment/wiki/TmpwatchDownloads/tmpwatch-%{version}?format=raw
 Source0: %{name}-%{version}.tar.bz2
 Source1: tmpwatch.daily
-License: GPL+
+License: GPLv2
 Group: System Environment/Base
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires: psmisc
 
 %description
@@ -21,7 +23,7 @@
 %setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -41,6 +43,14 @@
 %config(noreplace) /etc/cron.daily/tmpwatch
 
 %changelog
+* Sat Feb 23 2008 Miloslav Trmač <mitr at redhat.com> - 2.9.13-1
+- New home page at https://fedorahosted.org/tmpwatch/ .
+- tmpwatch is now licensed under GPLv2.
+- Address issues from reviews by Adel Gadllah and Jason Tibbitts:
+  - Run (make) with %%{?_smp_mflags}
+  - Add a comment describing the origin of the tarball to the spec file
+  - Use a better BuildRoot:
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.9.12-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list