Remove clean section and BuildRoot tag
This commit is contained in:
parent
c45ff6b293
commit
4d7c772c27
@ -6,7 +6,6 @@ License: GPL+
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
|
URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
|
||||||
Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,16 +22,11 @@ is supported.
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
rm -fr %{buildroot}/usr/doc
|
rm -fr %{buildroot}/usr/doc
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING README NEWS ChangeLog*
|
%doc AUTHORS COPYING README NEWS ChangeLog*
|
||||||
%{_bindir}/chrpath
|
%{_bindir}/chrpath
|
||||||
%{_mandir}/man1/chrpath.1*
|
%{_mandir}/man1/chrpath.1*
|
||||||
@ -40,6 +34,7 @@ rm -rf %{buildroot}
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 25 2015 David King <amigadave@amigadave.com> - 0.16-1
|
* Wed Feb 25 2015 David King <amigadave@amigadave.com> - 0.16-1
|
||||||
- Update to 0.16 (#1144863)
|
- Update to 0.16 (#1144863)
|
||||||
|
- Remove clean section and BuildRoot tag
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-15
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user