Author: pnemade
Update of /cvs/pkgs/rpms/ofl-sorts-mill-goudy-fonts/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27559/devel
Modified Files: .cvsignore sources Added Files: import.log ofl-sorts-mill-goudy-fonts-fontconfig.conf ofl-sorts-mill-goudy-fonts.spec Log Message: Initial Fedora release
--- NEW FILE import.log --- ofl-sorts-mill-goudy-fonts-3_0-1_fc13:HEAD:ofl-sorts-mill-goudy-fonts-3.0-1.fc13.src.rpm:1275366614
--- NEW FILE ofl-sorts-mill-goudy-fonts-fontconfig.conf --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <fontconfig> <alias> <family>serif</family> <prefer> <family>OFL Sorts Mill Goudy</family> </prefer> </alias> <alias> <family>OFL Sorts Mill Goudy</family> <default> <family>serif</family> </default> </alias> </fontconfig>
--- NEW FILE ofl-sorts-mill-goudy-fonts.spec --- %global fontname ofl-sorts-mill-goudy %global fontconf 62-%{fontname}.conf
Name: %{fontname}-fonts Version: 3.0 Release: 1%{?dist} Summary: Goudy Oldstyle and Italic fonts
Group: User Interface/X License: OFL URL: http://code.google.com/p/sortsmill/ Source0: http://sortsmill.googlecode.com/files/ofl-goudy-3.0.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem
%description Goudy Oldstyle and Italic (based on ATF foundry type)
%prep %setup -q -c for file in FONTLOG OFL-FAQ.txt OFL.txt ; do sed "s|\r||g" $file > $file.new && \ touch -r $file $file.new && \ mv $file.new $file done
%build
%install rm -fr %{buildroot}
install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.otf %{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} *.otf
%doc OFL-FAQ.txt OFL.txt FONTLOG
%changelog * Thu May 27 2010 Parag Nemade <pnemade AT redhat.com> - 3.0-1 - Initial Fedora release.
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ofl-sorts-mill-goudy-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 31 May 2010 19:33:09 -0000 1.1 +++ .cvsignore 1 Jun 2010 04:26:28 -0000 1.2 @@ -0,0 +1 @@ +ofl-goudy-3.0.zip
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ofl-sorts-mill-goudy-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 31 May 2010 19:33:09 -0000 1.1 +++ sources 1 Jun 2010 04:26:29 -0000 1.2 @@ -0,0 +1 @@ +e6ef9a3205e7fd87445b9b401a91568e ofl-goudy-3.0.zip