rpms/gfs-didot-classic-fonts/devel gfs-didot-classic-fonts-fontconfig.conf, NONE, 1.1 gfs-didot-classic-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Nicolas Mailhot
nim at fedoraproject.org
Mon Nov 26 19:51:17 UTC 2007
- Previous message (by thread): rpms/gfs-bodoni-fonts/F-7 gfs-bodoni-fonts-fontconfig.conf, NONE, 1.1 gfs-bodoni-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Next message (by thread): rpms/gfs-didot-classic-fonts/F-7 gfs-didot-classic-fonts-fontconfig.conf, NONE, 1.1 gfs-didot-classic-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: nim
Update of /cvs/extras/rpms/gfs-didot-classic-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31923/devel
Modified Files:
.cvsignore sources
Added Files:
gfs-didot-classic-fonts-fontconfig.conf
gfs-didot-classic-fonts.spec
Log Message:
initial import
--- NEW FILE gfs-didot-classic-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<!-- /etc/fonts/conf.d/61-gfs-didot-classic.conf
Define settings for GFS Didot Classic fonts
© 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
-->
<fontconfig>
<alias binding="same">
<family>GFS Didot</family>
<accept>
<family>GFS Didot Classic</family>
</accept>
</alias>
<alias>
<family>GFS Didot</family>
<default>
<family>serif</family>
</default>
</alias>
</fontconfig>
--- NEW FILE gfs-didot-classic-fonts.spec ---
%define fontname gfs-didot-classic
%define fontdir %{_datadir}/fonts/%{fontname}
%define fontconfdir %{_sysconfdir}/fonts/conf.d
%define archivename GFS_DIDOTCLASS_OT
Name: %{fontname}-fonts
Version: 20070415
Release: 1%{?dist}
Summary: GFS Didot Classic Greek font
Group: User Interface/X
License: OFL
URL: http://www.greekfontsociety.org/pages/en_typefaces19th.html
Source0: http://www.greekfontsociety.org/%{archivename}.zip
Source1: %{name}-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
%description
Under the influence of the neoclassical ideals of the late 18th century, the
famous French typecutter Firmin Didot in Paris designed a new Greek typeface
(1805) which was immediately used in the publishing programme of Adamantios
Korai, the prominent intellectual figure of the Greek diaspora and leading
scholar of the Greek Enlightenment. The typeface eventually arrived in Greece,
with the field press which came with Didotâs grandson Ambroise Firmin Didot,
during the Greek Revolution in 1821. Since then the typeface has enjoyed an
unrivaled success as the type of choice for almost every kind of publication
until the last decades of the 20th century.
Didot's original type design, as it is documented in publications during the
first decades of the 19th century, was digitized and revived by George D.
Matthiopoulos in 2006 for a project of the Department of Literature in the
School of Philosophy at the University of Thessaloniki, and is now available
for general use.
%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}
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" = "0" ]; then
if [ -x %{_bindir}/fc-cache ]; then
%{_bindir}/fc-cache %{fontdir} || :
fi
fi
%files
%defattr(0644,root,root,0755)
%doc *.txt *.pdf
%config(noreplace) %{fontconfdir}/61-%{fontname}.conf
%dir %{fontdir}
%{fontdir}/*.otf
%changelog
* Sun Nov 25 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
⺠20070415-1
â initial packaging
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gfs-didot-classic-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 26 Nov 2007 18:01:44 -0000 1.1
+++ .cvsignore 26 Nov 2007 19:50:44 -0000 1.2
@@ -0,0 +1 @@
+GFS_DIDOTCLASS_OT.zip
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gfs-didot-classic-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Nov 2007 18:01:44 -0000 1.1
+++ sources 26 Nov 2007 19:50:45 -0000 1.2
@@ -0,0 +1 @@
+6fd26267363090a36118bb0e8576c6a2 GFS_DIDOTCLASS_OT.zip
- Previous message (by thread): rpms/gfs-bodoni-fonts/F-7 gfs-bodoni-fonts-fontconfig.conf, NONE, 1.1 gfs-bodoni-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Next message (by thread): rpms/gfs-didot-classic-fonts/F-7 gfs-didot-classic-fonts-fontconfig.conf, NONE, 1.1 gfs-didot-classic-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Fedora-fonts-bugs-list
mailing list