rpms/gfs-baskerville-fonts/devel gfs-baskerville-fonts-fontconfig.conf, 1.1, 1.2 gfs-baskerville-fonts.spec, 1.7, 1.8 import.log, 1.1, 1.2

Nicolas Mailhot nim at fedoraproject.org
Wed Dec 17 19:29:27 UTC 2008


Author: nim

Update of /cvs/extras/rpms/gfs-baskerville-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16864/devel

Modified Files:
	gfs-baskerville-fonts-fontconfig.conf 
	gfs-baskerville-fonts.spec import.log 
Log Message:
update for new fonts guidelines


Index: gfs-baskerville-fonts-fontconfig.conf
===================================================================
RCS file: /cvs/extras/rpms/gfs-baskerville-fonts/devel/gfs-baskerville-fonts-fontconfig.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gfs-baskerville-fonts-fontconfig.conf	11 Jul 2008 20:28:42 -0000	1.1
+++ gfs-baskerville-fonts-fontconfig.conf	17 Dec 2008 19:28:57 -0000	1.2
@@ -2,15 +2,15 @@
 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
 <fontconfig>
   <alias>
-    <family>GFS Baskerville</family>
-    <default>
-      <family>fantasy</family>
-    </default>
-  </alias>
-  <alias>
     <family>fantasy</family>
     <prefer>
       <family>GFS Baskerville</family>
     </prefer>
   </alias>
+  <alias>
+    <family>GFS Baskerville</family>
+    <default>
+      <family>fantasy</family>
+    </default>
+  </alias>
 </fontconfig>


Index: gfs-baskerville-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/gfs-baskerville-fonts/devel/gfs-baskerville-fonts.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gfs-baskerville-fonts.spec	11 Jul 2008 20:28:42 -0000	1.7
+++ gfs-baskerville-fonts.spec	17 Dec 2008 19:28:57 -0000	1.8
@@ -1,22 +1,23 @@
-%define fontname    gfs-baskerville
-%define fontdir     %{_datadir}/fonts/%{fontname}
-%define fontconfdir %{_sysconfdir}/fonts/conf.d
+%define fontname gfs-baskerville
+%define fontconf 61-%{fontname}.conf
 
 %define archivename GFS_BASKERVILLE_OT
 
 Name:    %{fontname}-fonts
 Version: 20070327
-Release: 8%{?dist}
+Release: 10%{?dist}
 Summary: GFS Baskerville Greek font
 
-Group:   User Interface/X
-License: OFL
-URL:     http://www.greekfontsociety.gr/pages/en_typefaces18th.html
-Source0: http://www.greekfontsociety.gr/%{archivename}.zip
-Source1: %{name}-fontconfig.conf
-
+Group:     User Interface/X
+License:   OFL
+URL:       http://www.greekfontsociety.gr/pages/en_typefaces18th.html
+Source0:   http://www.greekfontsociety.gr/%{archivename}.zip
+Source1:   %{name}-fontconfig.conf
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildArch: noarch
+
+BuildArch:     noarch
+BuildRequires: fontpackages-devel
+Requires:      fontpackages-filesystem
 
 %description
 John Baskerville (1706-1775) got involed in typography late in his career but
@@ -55,48 +56,43 @@
 
 
 %build
-# Nothing there
 
 
 %install
 rm -fr %{buildroot}
 
-install -m 0755 -d %{buildroot}%{fontdir}
-install -m 0644 -p *.otf %{buildroot}%{fontdir}
+install -m 0755 -d %{buildroot}%{_fontdir}
+install -m 0644 -p *.otf %{buildroot}%{_fontdir}
+
+install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
+                   %{buildroot}%{_fontconfig_confdir}
 
-install -m 0755 -d %{buildroot}%{fontconfdir}
-install -m 0644 -p %{SOURCE1} %{buildroot}%{fontconfdir}/61-%{fontname}.conf
+install -m 0644 -p %{SOURCE1} \
+        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
+ln -s %{_fontconfig_templatedir}/%{fontconf} \
+      %{buildroot}%{_fontconfig_confdir}/%{fontconf}
 
 
 %clean
 rm -fr %{buildroot}
 
 
-%post
-if [ -x %{_bindir}/fc-cache ] ; then
-    %{_bindir}/fc-cache %{fontdir} || :
-fi
-
-
-%postun
-if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then
-    %{_bindir}/fc-cache %{fontdir} || :
-fi
+%_font_pkg -f %{fontconf} *.otf
 
-
-%files
-%defattr(0644,root,root,0755)
 %doc *.txt *.pdf
-
-%config(noreplace) %{fontconfdir}/61-%{fontname}.conf
-
-%dir %{fontdir}/
-%{fontdir}/*.otf
-
+%dir %{_fontdir}
 
 %changelog
+* Sun Nov 23 2008 <nicolas.mailhot at laposte.net>
+- 20070327-10
+ᛤ ‘rpm-fonts’ renamed to “fontpackages”
+
+* Fri Nov 14 2008 <nicolas.mailhot at laposte.net>
+- 20070327-9
+▤ Rebuild using new « rpm-fonts »
+
 * Fri Jul 11 2008 <nicolas.mailhot at laposte.net>
-- 20070415-8
+- 20070327-8
 ⌖ Fedora 10 alpha general package cleanup
 
 * Wed Apr 30 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/gfs-baskerville-fonts/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	11 Jul 2008 20:28:42 -0000	1.1
+++ import.log	17 Dec 2008 19:28:57 -0000	1.2
@@ -1 +1,2 @@
 gfs-baskerville-fonts-20070327-8_fc10:HEAD:gfs-baskerville-fonts-20070327-8.fc10.src.rpm:1215808097
+gfs-baskerville-fonts-20070327-10_fc11:HEAD:gfs-baskerville-fonts-20070327-10.fc11.src.rpm:1229542115




More information about the Fedora-fonts-bugs-list mailing list