[chrpath/f20] Remove clean section and BuildRoot tag

David King amigadave at fedoraproject.org
Wed Feb 25 21:39:44 UTC 2015


commit 85099177f253118b6f2efb1cc63d734a2b6f45fd
Author: David King <amigadave at amigadave.com>
Date:   Wed Feb 25 20:16:40 2015 +0000

    Remove clean section and BuildRoot tag

 chrpath.spec | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/chrpath.spec b/chrpath.spec
index c0a320e..45c89eb 100644
--- a/chrpath.spec
+++ b/chrpath.spec
@@ -6,7 +6,6 @@ License: GPL+
 Group: Development/Tools
 URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
 Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 
 %description
@@ -23,16 +22,11 @@ is supported.
 make
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 rm -fr %{buildroot}/usr/doc
 
-%clean
-rm -rf %{buildroot}
-
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README NEWS ChangeLog*
 %{_bindir}/chrpath
 %{_mandir}/man1/chrpath.1*
@@ -40,6 +34,7 @@ rm -rf %{buildroot}
 %changelog
 * Wed Feb 25 2015 David King <amigadave at amigadave.com> - 0.16-1
 - Update to 0.16 (#1144863)
+- Remove clean section and BuildRoot tag
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list