Drop no longer neceessary references to BuildRoot
This commit is contained in:
parent
b274d8872d
commit
76c0c589dc
@ -7,7 +7,6 @@ Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.
|
||||
Source1: tmpwatch.daily
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
Requires: psmisc
|
||||
|
||||
%description
|
||||
@ -25,7 +24,6 @@ removes empty directories and regular files.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make ROOT=%{buildroot} SBINDIR=%{_sbindir} MANDIR=%{_mandir} \
|
||||
INSTALL='install -p' install
|
||||
|
||||
@ -50,6 +48,8 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) /etc/cron.daily/tmpwatch
|
||||
|
||||
%changelog
|
||||
- Drop no longer neceessary references to BuildRoot:
|
||||
|
||||
* Mon Feb 1 2010 Miloslav Trmač <mitr@redhat.com> - 2.9.17-2
|
||||
- Ship COPYING
|
||||
Resolves: #560690
|
||||
|
||||
Loading…
Reference in New Issue
Block a user