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

Nicolas Mailhot (nim) fedora-extras-commits at redhat.com
Sat Jul 19 16:02:51 UTC 2008


Author: nim

Update of /cvs/extras/rpms/gfs-jackson-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18706/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gfs-jackson-fonts-fontconfig.conf gfs-jackson-fonts.spec 
	import.log 
Log Message:
Initial packaging


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


--- NEW FILE gfs-jackson-fonts.spec ---
%define fontname    gfs-jackson
%define fontdir     %{_datadir}/fonts/%{fontname}
%define fontconfdir %{_sysconfdir}/fonts/conf.d

%define archivename GFS_JACKSON

Name:    %{fontname}-fonts
Version: 20080303
Release: 1%{?dist}
Summary: GFS Jackson majuscule Greek font

Group:   User Interface/X
License: OFL
URL:     http://www.greekfontsociety.gr/pages/en_typefaces_majuscules.html
Source0: http://www.greekfontsociety.gr/%{archivename}.zip
Source1: %{name}-fontconfig.conf

BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch

%description
As it is known, the Greek alphabet was used in majuscule form for over a
millennium before the minuscule letters gradually replaced it until they became
the official script in the 9th century A.D. Thereafter, majuscule letters were
confined to sparse use as initials or elaborate titles until the Italian
Renaissance.

The new art of Typography, as well as the need of the humanists to mimic the
ancient Greco-Roman period brought back the extensive use of the majuscule
letter-forms in both Latin and Greek typography. Greek books of the time were
printed using the contemporary Byzantine hand with which they combined capital
letters modelled on the Roman antiquity, i.e. with thick and thin strokes and
serifs. At the same time the Byzantine majuscule tradition, principally used on
theological editions, remainned alive until the early 19th century.

GFS Jackson is an edition of the font cut, in 1788, by Joseph Jackson on
commission by the Cambridge University in preparation of the edition of the
Beza codex containning the New Testament from the 5th-6th century. Theodore
Beza was the erudite scholar from Geneva who had given the codex as a gift to
the University in 1581.

It has been designed by George D. Matthiopoulos.


%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
# Nothing there


%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{fontdir}
install -m 0644 -p *.otf %{buildroot}%{fontdir}

install -m 0755 -d %{buildroot}%{fontconfdir}
install -m 0644 -p %{SOURCE1} %{buildroot}%{fontconfdir}/61-%{fontname}.conf


%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


%files
%defattr(0644,root,root,0755)
%doc *.txt

%config(noreplace) %{fontconfdir}/61-%{fontname}.conf

%dir %{fontdir}/
%{fontdir}/*.otf


%changelog
* Sun Jul 06 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 20080303-1
Π initial packaging


--- NEW FILE import.log ---
gfs-jackson-fonts-20080303-1_fc10:HEAD:gfs-jackson-fonts-20080303-1.fc10.src.rpm:1216483310


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gfs-jackson-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jul 2008 14:02:19 -0000	1.1
+++ .cvsignore	19 Jul 2008 16:02:05 -0000	1.2
@@ -0,0 +1 @@
+GFS_JACKSON.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gfs-jackson-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jul 2008 14:02:19 -0000	1.1
+++ sources	19 Jul 2008 16:02:05 -0000	1.2
@@ -0,0 +1 @@
+73d235051292e23bc807c71d8c951e6b  GFS_JACKSON.zip




More information about the fedora-extras-commits mailing list