[vdrsymbol-fonts] Really revert also silently made changes in commit f518b0c

Ville Skyttä scop at fedoraproject.org
Mon Oct 20 06:18:29 UTC 2014


commit 48ac51bdba50f0a52151c79be96887ab4cd0e15f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Oct 20 09:15:46 2014 +0300

    Really revert also silently made changes in commit f518b0c

 vdrsymbol-fonts.spec |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/vdrsymbol-fonts.spec b/vdrsymbol-fonts.spec
index 9e8b004..aae8908 100644
--- a/vdrsymbol-fonts.spec
+++ b/vdrsymbol-fonts.spec
@@ -6,6 +6,7 @@ Version:        20100612
 Release:        8%{?dist}
 Summary:        VDR symbol fonts
 
+Group:          User Interface/X
 License:        Bitstream Vera and Public Domain
 URL:            http://andreas.vdr-developer.org/fonts/
 Source0:        http://andreas.vdr-developer.org/fonts/download/vdrsymbols-ttf-%{version}.tgz
@@ -28,6 +29,8 @@ chmod -x insert_vdr_symbols.pe
 
 
 %install
+rm -fr %{buildroot}
+
 install -m 0755 -d %{buildroot}%{_fontdir}
 install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
 
@@ -39,9 +42,16 @@ install -m 0644 -p %{SOURCE1} \
 ln -s %{_fontconfig_templatedir}/%{fontconf} \
       %{buildroot}%{_fontconfig_confdir}/%{fontconf}
 
+
+%clean
+rm -fr %{buildroot}
+
+
 %_font_pkg -f %{fontconf} *.ttf
+
 %doc COPYRIGHT.txt HISTORY README insert_vdr_symbols.pe
 
+
 %changelog
 * Sun Oct 19 2014 Parag Nemade <pnemade AT redhat DOT com> - 20100612-8
 - Revert previous change as per this package maintainer request.


More information about the scm-commits mailing list