rpms/gfs-decker-fonts/devel gfs-decker-fonts-fontconfig.conf, NONE, 1.1 gfs-decker-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

nim nim at fedoraproject.org
Tue Jun 23 06:11:08 UTC 2009


Author: nim

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

Modified Files:
	.cvsignore sources 
Added Files:
	gfs-decker-fonts-fontconfig.conf gfs-decker-fonts.spec 
	import.log 
Log Message:
initial import


--- NEW FILE gfs-decker-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <alias>
    <family>sans</family>
    <prefer>
      <family>GFS Decker</family>
    </prefer>
  </alias>
  <alias>
    <family>GFS Decker</family>
    <default>
      <family>sans</family>
    </default>
  </alias>
</fontconfig>


--- NEW FILE gfs-decker-fonts.spec ---
%global fontname gfs-decker
%global fontconf 61-%{fontname}.conf

%global archivename GFS_DECKER

Name:    %{fontname}-fonts
Version: 20090618
Release: 1%{?dist}
Summary: GFS Decker Greek fonts

Group:     User Interface/X
License:   OFL
URL:       http://www.greekfontsociety.gr/pages/en_typefaces19th.html
Source0:   http://www.greekfontsociety.gr/%{archivename}.zip
Source1:   %{name}-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:     noarch
BuildRequires: fontpackages-devel
Requires:      fontpackages-filesystem

%description
This typeface is a product of Deckersche Schriftgießere typefoundry owned by
Rudolf Ludwig Decker (1804-1877) in Berlin, but it was frequently used in
Greek editions by both Oxford and Cambridge University Press during the last
decades of the 19th century. It was designed and cut before 1864, according to
John Bowman, when a set of matrices was bought by OUP, although the type was
not cast and used in England until 1882.


The typeface is an uncial design containing a case of capitals, and small
capitals, too. The letters lack any sherifs although they retain their thick
and thin strokes. It appeared as an alternate type of Byzantine tradition in
mostly patristic texts.


The font was digitally designed by George D. Matthiopoulos and is freely 
available by GFS.


%prep
%setup -q -c -T
unzip -j -L -q %{SOURCE0}
chmod 0644 *.txt
for txt in *.txt ; do
   fold -s $txt > $txt.new
   sed -i 's/\r//' $txt.new
   touch -r $txt $txt.new
   mv $txt.new $txt
done


%build


%install
rm -fr %{buildroot}

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 0644 -p %{SOURCE1} \
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
      %{buildroot}%{_fontconfig_confdir}/%{fontconf}


%clean
rm -fr %{buildroot}


%_font_pkg -f %{fontconf} *.otf

%doc *.txt


%changelog
* Sun Jun 21 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 20090618-1
— initial packaging


--- NEW FILE import.log ---
gfs-decker-fonts-20090618-1_fc12:HEAD:gfs-decker-fonts-20090618-1.fc12.src.rpm:1245737415


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gfs-decker-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Jun 2009 02:25:31 -0000	1.1
+++ .cvsignore	23 Jun 2009 06:10:37 -0000	1.2
@@ -0,0 +1 @@
+GFS_DECKER.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gfs-decker-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Jun 2009 02:25:31 -0000	1.1
+++ sources	23 Jun 2009 06:10:38 -0000	1.2
@@ -0,0 +1 @@
+52e129c5aa90f10de1b6c9c789b8240c  GFS_DECKER.zip




More information about the fedora-extras-commits mailing list