Author: palango
Update of /cvs/pkgs/rpms/yanone-tagesschrift-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1817/devel
Modified Files: .cvsignore sources Added Files: import.log yanone-tagesschrift-fonts-fontconfig.conf yanone-tagesschrift-fonts.spec Log Message: * Wed Jan 28 2009 Paul Lange palango@gmx.de - 20050524-1 - initial packaging
--- NEW FILE import.log --- yanone-tagesschrift-fonts-20050524-1_fc10:HEAD:yanone-tagesschrift-fonts-20050524-1.fc10.src.rpm:1233518597
--- NEW FILE yanone-tagesschrift-fonts-fontconfig.conf --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <fontconfig> <alias> <family>fantasy</family> <prefer> <family>Yanone Tagesschrift</family> </prefer> </alias> <alias> <family>Yanone Tagesschrift</family> <default> <family>fantasy</family> </default> </alias> </fontconfig>
--- NEW FILE yanone-tagesschrift-fonts.spec --- %define fontname yanone-tagesschrift %define fontconf 64-%{fontname}.conf
%define archivename YanoneTagesschrift
Name: %{fontname}-fonts Version: 20050524 Release: 1%{?dist} Summary: A serif decorative latin font
Group: User Interface/X License: CC-BY URL: http://www.yanone.de/typedesign/tagesschrift/ Source0: %{url}%{archivename}.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem
%description Serif decorative latin TTF font by Jan Gerner, suitable for titles and short runs of text. It was created in a font-workshop at the university of Weimar in 2005.
%prep %setup -q -c
%build
%install rm -fr %{buildroot}
install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir}
install -m 0644 -p %{SOURCE1} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf}
%clean rm -fr %{buildroot}
%_font_pkg -f %{fontconf} *.ttf
%doc
%dir %{_fontdir}
%changelog * Wed Jan 28 2009 Paul Lange palango@gmx.de - 20050524-1 - initial packaging
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/yanone-tagesschrift-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Feb 2009 18:38:26 -0000 1.1 +++ .cvsignore 1 Feb 2009 20:11:01 -0000 1.2 @@ -0,0 +1 @@ +YanoneTagesschrift.zip
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/yanone-tagesschrift-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Feb 2009 18:38:26 -0000 1.1 +++ sources 1 Feb 2009 20:11:01 -0000 1.2 @@ -0,0 +1 @@ +97950e396bc61974732b3db902cc9817 YanoneTagesschrift.zip
fonts-bugs@lists.fedoraproject.org