rpms/mgopen-fonts/devel mgopen-fonts.spec,1.2,1.3

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Wed Feb 1 14:27:05 UTC 2006


Author: sarantis

Update of /cvs/extras/rpms/mgopen-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29858

Modified Files:
	mgopen-fonts.spec 
Log Message:
Drop touching and ghosting of fonts.cache-{1,2} files for new fontconfig.



Index: mgopen-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/mgopen-fonts/devel/mgopen-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mgopen-fonts.spec	31 Oct 2005 12:33:12 -0000	1.2
+++ mgopen-fonts.spec	1 Feb 2006 14:27:05 -0000	1.3
@@ -4,7 +4,7 @@
 
 Name:      mgopen-fonts
 Version:   0.%{upstream_date}
-Release:   2
+Release:   3%{?dist}
 Summary:   Truetype greek fonts
 Group:     User Interface/X
 License:   Redistributable, with restrictions
@@ -16,6 +16,7 @@
 # The LICENCE file is an excerpt from the html page
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
+Conflicts: fontconfig < 2.3.93
 
 
 %description
@@ -31,16 +32,9 @@
 
 %install
 /bin/rm -rf $RPM_BUILD_ROOT
-
-#fonts
 install -d -m 0755 $RPM_BUILD_ROOT%{fontdir}
 install -m 0644 *.ttf  $RPM_BUILD_ROOT%{fontdir}
 
-# "touch" all files we've got flagged as %ghost  but which are not 
-# present in the RPM_BUILD_ROOT when RPM looks for files
-/bin/touch $RPM_BUILD_ROOT%{fontdir}/fonts.cache-1
-/bin/touch $RPM_BUILD_ROOT%{fontdir}/fonts.cache-2
-
 
 %clean
 /bin/rm -rf $RPM_BUILD_ROOT
@@ -64,12 +58,12 @@
 %doc LICENCE mgopen.html _files/
 %dir %{fontdir}
 %{fontdir}/*.ttf
-%ghost %{fontdir}/fonts.cache-1
-%ghost %{fontdir}/fonts.cache-2
-
 
 
 %changelog
+* Sat Jan 28 2006 Sarantis Paskalis <paskalis at di.uoa.gr> 0.20050515-3
+- remove ghosting of %{fontdir}/fonts.cache-{1,2} for new fontconfig
+
 * Mon Oct 31 2005 Sarantis Paskalis <paskalis at di.uoa.gr> 0.20050515-2
 - add %{fontdir}/fonts.cache-2 to %ghost files.
 




More information about the scm-commits mailing list