[fonts-KOI8-R] remove %clean and buildroot removal from %install, optional now

Parag Nemade pnemade at fedoraproject.org
Fri Feb 20 08:21:12 UTC 2015


commit 6972a3dd5da68bac1d3ccbda2289c9f188700704
Author: Parag Nemade <pnemade at redhat.com>
Date:   Fri Feb 20 13:09:39 2015 +0530

    remove %clean and buildroot removal from %install, optional now

 fonts-KOI8-R.spec | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/fonts-KOI8-R.spec b/fonts-KOI8-R.spec
index 1d31d1c..b80eadd 100644
--- a/fonts-KOI8-R.spec
+++ b/fonts-KOI8-R.spec
@@ -61,8 +61,6 @@ cp %{SOURCE1} ./Makefile
 make all
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 DSTFONT=$RPM_BUILD_ROOT/usr/share/fonts/%{ISONAME}
 make install PREFIX=$RPM_BUILD_ROOT \
 	FONTDIR=$DSTFONT
@@ -71,9 +69,6 @@ ln -sf /usr/share/fonts/%{ISONAME}/misc $RPM_BUILD_ROOT%{catalogue}/%{ISONAME}-m
 ln -sf /usr/share/fonts/%{ISONAME}/75dpi $RPM_BUILD_ROOT%{catalogue}/%{ISONAME}-75dpi
 ln -sf /usr/share/fonts/%{ISONAME}/100dpi $RPM_BUILD_ROOT%{catalogue}/%{ISONAME}-100dpi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %doc doc  Cyrillic/COPYRIGHT
 %dir /usr/share/fonts/%{ISONAME}


More information about the scm-commits mailing list