rpms/aplus-fsf/FC-5 aplus-fsf.spec,1.3,1.4

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Mon Sep 4 18:10:54 UTC 2006


Author: s4504kr

Update of /cvs/extras/rpms/aplus-fsf/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13979

Modified Files:
	aplus-fsf.spec 
Log Message:
Fix apl font dir problem


Index: aplus-fsf.spec
===================================================================
RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- aplus-fsf.spec	9 Aug 2006 15:01:20 -0000	1.3
+++ aplus-fsf.spec	4 Sep 2006 18:10:54 -0000	1.4
@@ -7,13 +7,14 @@
 %define _lispdir %{_datadir}/xemacs/site-packages/lisp
 %define _lispstart %{_lispdir}/site-start.d
 %define _x11lib %{_libdir}
-%define _x11fonts %{_datadir}/fonts/apl/pcf
-%define _ttffonts %{_datadir}/fonts/apl/TrueType
+%define _fonts %{_datadir}/fonts
+%define _x11fonts %{_fonts}/apl/pcf
+%define _ttffonts %{_fonts}/apl/TrueType
 %define _x11appdef %{_x11pref}/app-defaults
 
 Name: %name
 Version: 4.20.2
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPL
 
 Summary: Advanced APL interpreter with s interface
@@ -210,6 +211,7 @@
 %{_libdir}/a+
 %dir %{_x11appdef}
 %{_x11appdef}/XTerm-apl
+%{_fonts}/
 
 %doc samples
 %doc ANNOUNCE AUTHORS ChangeLog LICENSE README
@@ -240,10 +242,10 @@
 %files -n fonts-x11-apl
 %defattr(-,root,root,-)
 %{_x11fonts}/
-%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir
-%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir
-%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias
-%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-*
+%ghost %verify(not md5 size mtime) %{_x11fonts}/encodings.dir
+%ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.dir
+%ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.alias
+%ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.cache-*
 
 %files -n fonts-truetype-apl
 %defattr(-,root,root,-)
@@ -255,6 +257,9 @@
 %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-*
 
 %Changelog
+* Mon Sep  4 2006 Jochen Schmitt <Jochen herr-schmitt de> 4.20.2-10
+- Fix apl font problem
+
 * Wed Aug  9 2006 Jochen Schmitt <Jochen herr-schmitt de> 4.20.2-9
 - Rebuilt to sync Release-Tag with FC-4
 




More information about the scm-commits mailing list