rpms/gfs-olga-fonts/F-8 gfs-olga-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Mailhot nim at fedoraproject.org
Tue Nov 27 21:19:14 UTC 2007


Author: nim

Update of /cvs/extras/rpms/gfs-olga-fonts/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24020/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	gfs-olga-fonts.spec 
Log Message:
initial import


--- NEW FILE gfs-olga-fonts.spec ---
%define fontname     gfs-olga
%define fontdir     %{_datadir}/fonts/%{fontname}

%define archivename GFS_OLGA_OT

Name:    %{fontname}-fonts
Version: 20060908
Release: 1%{?dist}
Summary: GFS Olga experimental oblique Greek font

Group:   User Interface/X
License: OFL
URL:     http://www.greekfontsociety.org/pages/en_typefaces20th.html
Source0: http://www.greekfontsociety.org/%{archivename}.zip

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

%description
In Greece the terms italic and oblique have the same meaning since they are
borrowed from the latin typographic practice without any real historical
equivalent in Greek history. Until the end of the 19th century Greek typefaces
were cut and cast indepedently, not as members of a typefamily. The
mechanisation of typecutting allowed the transformation of upright Greek
typefaces to oblique designs. Nonetheless, the typesetting practice of a
cursive Greek font to complement an upright one did not survive the 19th
century.

The experimental font GFS Olga (1995) attempts to revive this lost tradition.
The typeface was designed and digitised by George Matthiopoulos, based on the
historical Porson Greek type (1803) with the intention to be the companion of
the upright GFS Didot font whenever there is a need for an italic alternative.


%prep
%setup -q -n %{archivename}
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}


%clean
rm -fr %{buildroot}


%post
if [ -x %{_bindir}/fc-cache ]; then
  %{_bindir}/fc-cache -f %{fontdir} || :
fi


%postun
if [ "$1" = "0" ]; then
  if [ -x %{_bindir}/fc-cache ]; then
    %{_bindir}/fc-cache -f %{fontdir} || :
  fi
fi


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

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


%changelog
* Sun Nov 25 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
☺ 20060908-1
✓ initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gfs-olga-fonts/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Nov 2007 04:03:45 -0000	1.1
+++ .cvsignore	27 Nov 2007 21:18:41 -0000	1.2
@@ -0,0 +1 @@
+GFS_OLGA_OT.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gfs-olga-fonts/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Nov 2007 04:03:45 -0000	1.1
+++ sources	27 Nov 2007 21:18:41 -0000	1.2
@@ -0,0 +1 @@
+c7310eaf8445d9cd2758d0e88bed7e58  GFS_OLGA_OT.zip




More information about the fonts-bugs mailing list