- 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:
This commit is contained in:
parent
b0a9cbf585
commit
e28f772a86
@ -1 +1 @@
|
||||
tmpwatch-2.9.12.tar.bz2
|
||||
tmpwatch-2.9.13.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
76ce5fd301e230d6d39bff38fdd16d7c tmpwatch-2.9.12.tar.bz2
|
||||
b828729c366f7de7db0feb7982c6cf77 tmpwatch-2.9.13.tar.bz2
|
||||
|
||||
@ -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č <mitr@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@fedoraproject.org> - 2.9.12-3
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user