[chrpath] Remove clean section and BuildRoot tag

David King amigadave at fedoraproject.org
Wed Feb 25 20:51:09 UTC 2015


commit 4d7c772c27dc9ca9d995b56b2022605f81f4a712
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 bc1522d..3227987 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 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list