rpms/icelandic-fonts/devel icelandic-fonts.spec,1.5,1.6

Jon Stanley jstanley at fedoraproject.org
Mon Mar 9 04:15:32 UTC 2009


Author: jstanley

Update of /cvs/pkgs/rpms/icelandic-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30927

Modified Files:
	icelandic-fonts.spec 
Log Message:
fix having post in specfile



Index: icelandic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/icelandic-fonts/devel/icelandic-fonts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- icelandic-fonts.spec	9 Mar 2009 04:11:36 -0000	1.5
+++ icelandic-fonts.spec	9 Mar 2009 04:15:02 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           %{fontname}-fonts
 Version:        1.001
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Icelandic Magical Staves
 
 Group:          User Interface/X
@@ -37,20 +37,13 @@
 %clean
 rm -fr %{buildroot}
 
-%post
-if [ -x %{_bindir}/fc-cache ] ; then
-    %{_bindir}/fc-cache -f %{_fontdir} || :
-fi
-
-%postun
-if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then
-    %{_bindir}/fc-cache -f %{_fontdir} || :
-fi
-
 %_font_pkg *.otf
 
 
 %changelog
+* Sun Mar 8 2009 Jon Stanley <jonstanley at gmail.com> - 1.001-7
+- Fix including %%post in here from last fix
+
 * Sun Mar 8 2009 Jon Stanley <jonstanley at gmail.com> - 1.001-6
 - Use font_pkg macro again
 




More information about the fonts-bugs mailing list