From 4d7c772c27dc9ca9d995b56b2022605f81f4a712 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 25 Feb 2015 20:16:40 +0000 Subject: [PATCH] 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 - 0.16-1 - Update to 0.16 (#1144863) +- Remove clean section and BuildRoot tag * Sat Aug 16 2014 Fedora Release Engineering - 0.13-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild