rpms/gfs-gazis-fonts/devel gfs-gazis-fonts-fontconfig.conf, NONE, 1.1 gfs-gazis-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:14:16 UTC 2007
- Previous message (by thread): rpms/gfs-didot-fonts/F-7 gfs-didot-fonts-fontconfig.conf, NONE, 1.1 gfs-didot-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Next message (by thread): rpms/gfs-gazis-fonts/F-8 gfs-gazis-fonts-fontconfig.conf, NONE, 1.1 gfs-gazis-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-gazis-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23358/devel
Modified Files:
.cvsignore sources
Added Files:
gfs-gazis-fonts-fontconfig.conf gfs-gazis-fonts.spec
Log Message:
initial import
--- NEW FILE gfs-gazis-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<!-- /etc/fonts/conf.d/61-gfs-gazis.conf
Define settings for GFS Gazis fonts
© 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
-->
<fontconfig>
<alias>
<family>GFS Gazis</family>
<default>
<family>serif</family>
</default>
</alias>
</fontconfig>
--- NEW FILE gfs-gazis-fonts.spec ---
%define fontname gfs-gazis
%define fontdir %{_datadir}/fonts/%{fontname}
%define fontconfdir %{_sysconfdir}/fonts/conf.d
%define archivename GFS_GAZIS
Name: %{fontname}-fonts
Version: 20070417
Release: 2%{?dist}
Summary: GFS Gazis Greek font
Group: User Interface/X
License: OFL
URL: http://www.greekfontsociety.org/pages/en_typefaces18th.html
Source0: http://www.greekfontsociety.org/%{archivename}.zip
Source1: %{name}-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
%description
During the whole of the 18th century the old tradition of using Greek types
designed to conform to the Byzantine cursive hand with many ligatures and
abbreviations - as it was originated by Aldus Manutius in Venice and
consolidated by Claude Garamont (Grecs du Roy) - was still much in practice,
although clearly on the wane.
GFS Gazis is a typical German example of this practice as it appeared at the
end of that era in the 1790's. Its name pays tribute to Anthimos Gazis
(1758-1828), one of the most prolific Greek thinkers of the period, who was
responsible for writing, translating and editing numerous books, including the
editorship of the important Greek periodical ÎÏÎ¼Î®Ï Î¿ ÎÏÎ³Î¹Î¿Ï (Litterary Hermes)
in Wien.
GFS Gazis has been digitally designed by George D. Matthiopoulos.
%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
* Mon Nov 26 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
â 20070417-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>
⺠20070417-1
â initial packaging
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gfs-gazis-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 27 Nov 2007 20:12:06 -0000 1.1
+++ .cvsignore 27 Nov 2007 21:13:43 -0000 1.2
@@ -0,0 +1 @@
+GFS_GAZIS.zip
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gfs-gazis-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 27 Nov 2007 20:12:06 -0000 1.1
+++ sources 27 Nov 2007 21:13:43 -0000 1.2
@@ -0,0 +1 @@
+d2ffa76b50c0002bdf12f1d638101195 GFS_GAZIS.zip
- Previous message (by thread): rpms/gfs-didot-fonts/F-7 gfs-didot-fonts-fontconfig.conf, NONE, 1.1 gfs-didot-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Next message (by thread): rpms/gfs-gazis-fonts/F-8 gfs-gazis-fonts-fontconfig.conf, NONE, 1.1 gfs-gazis-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