diff --git a/.cvsignore b/.cvsignore index 5140d3a..3f9006b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.9.12.tar.bz2 +tmpwatch-2.9.13.tar.bz2 diff --git a/sources b/sources index 86b2084..dc844a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76ce5fd301e230d6d39bff38fdd16d7c tmpwatch-2.9.12.tar.bz2 +b828729c366f7de7db0feb7982c6cf77 tmpwatch-2.9.13.tar.bz2 diff --git a/tmpwatch.spec b/tmpwatch.spec index 6fbb5d2..16b0078 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -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 @@ removes empty directories and regular files. %setup -q %build -make +make %{?_smp_mflags} %install rm -rf %{buildroot} @@ -41,6 +43,14 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Sat Feb 23 2008 Miloslav Trmač - 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 - 2.9.12-3 - Autorebuild for GCC 4.3