Author: pnemade
Update of /cvs/pkgs/rpms/cf-sorts-mill-goudy-fonts/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12493/devel
Modified Files: .cvsignore sources Added Files: cf-sorts-mill-goudy-fonts-fontconfig.conf cf-sorts-mill-goudy-fonts.spec import.log Log Message: Initial import in Fedora
--- NEW FILE cf-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>Sorts Mill Goudy</family> </prefer> </alias> <alias> <family>Sorts Mill Goudy</family> <default> <family>serif</family> </default> </alias> </fontconfig>
--- NEW FILE cf-sorts-mill-goudy-fonts.spec --- %global fontname cf-sorts-mill-goudy %global fontconf 62-%{fontname}.conf
Name: %{fontname}-fonts Version: 3.0 Release: 2%{?dist} Summary: Goudy Oldstyle and Italic fonts
Group: User Interface/X License: MIT URL: http://home.comcast.net/~crudfactory/cf3/index.html Source0: http://home.comcast.net/%7Ecrudfactory/cf3/fonts/goudy-3.0.zip Source1: %{name}-fontconfig.conf
BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: ofl-sorts-mill-goudy-fonts < 3.0-2
%description Goudy Oldstyle and Italic (based on ATF foundry type)
%prep %setup -q -c for file in LICENSE; 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 LICENSE
%changelog * Mon Jun 14 2010 Parag Nemade <pnemade AT redhat.com> - 3.0-2 - Renamed to follow fonts package naming guidelines.
* Thu May 27 2010 Parag Nemade <pnemade AT redhat.com> - 3.0-1 - Initial Fedora release.
--- NEW FILE import.log --- cf-sorts-mill-goudy-fonts-3_0-2_fc13:HEAD:cf-sorts-mill-goudy-fonts-3.0-2.fc13.src.rpm:1278680571
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cf-sorts-mill-goudy-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 8 Jul 2010 01:24:45 -0000 1.1 +++ .cvsignore 9 Jul 2010 13:04:49 -0000 1.2 @@ -0,0 +1 @@ +goudy-3.0.zip
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cf-sorts-mill-goudy-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 8 Jul 2010 01:24:45 -0000 1.1 +++ sources 9 Jul 2010 13:04:49 -0000 1.2 @@ -0,0 +1 @@ +50520a9636ae999f2f72cb2b5f41b147 goudy-3.0.zip
fonts-bugs@lists.fedoraproject.org