rpms/gfs-bodoni-classic-fonts/devel gfs-bodoni-classic-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:02:38 UTC 2007


Author: nim

Update of /cvs/extras/rpms/gfs-bodoni-classic-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22024/devel

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


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

%define archivename GFS_BODONICLASS_OT

Name:    %{fontname}-fonts
Version: 20070415
Release: 2%{?dist}
Summary: GFS Bodoni Classic oblique Greek font

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

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

%description
Giambattista Bodoni was the most prolific Italian typecutter of the 18th
century. While he worked in the Vatican Press he was involved in the
typecutting of “exotic” languages for which catholic literature was printed.
When he established his own press in Parma he did publish many books of the
classics with his own Greek typefaces in the last quarter of the 18th century.
He was among the first European typecutters to move away from the byzantine
cursive tradition with the numerous ligatures which was the norm until then.
His Greek types influenced many subsequent designers, yet they fell in disuse
by the middle of the 19th century.

GFS presented Bodoni's original Greek typeface in the commemorative edition of
Pindar's Olympian Odes (2004), in digital version by George D. Matthiopoulos,
and is now available as free ware for the general public. In the OpenType
features, under ligatures, one may alternately use diphthongs with the accents
placed in between the characters, as Giambattista Bodoni did when setting
greek texts.


%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 %{fontdir} || :
fi


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


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

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


%changelog
* Mon Nov 26 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
☠ 20070415-2
âš‘ Re-size description so the paupers that can not afford a 80th column in
their terminal are not discriminated against.
(Courtesy: the 79-column-liberation-front cell that subverted the rpmlint
codebase)

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gfs-bodoni-classic-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Nov 2007 20:09:03 -0000	1.1
+++ .cvsignore	27 Nov 2007 21:02:06 -0000	1.2
@@ -0,0 +1 @@
+GFS_BODONICLASS_OT.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gfs-bodoni-classic-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Nov 2007 20:09:03 -0000	1.1
+++ sources	27 Nov 2007 21:02:06 -0000	1.2
@@ -0,0 +1 @@
+a581c49e12f5feed39c56135b47a2f55  GFS_BODONICLASS_OT.zip




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