From 48ac51bdba50f0a52151c79be96887ab4cd0e15f Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Oct 20 2014 06:18:05 +0000 Subject: Really revert also silently made changes in commit f518b0c --- 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 - 20100612-8 - Revert previous change as per this package maintainer request.