diff --git a/oldstand-manual.pdf b/oldstand-manual.pdf new file mode 100644 index 0000000000000000000000000000000000000000..99ab131da3cf518d1755b520bf514a90e7494839 Binary files /dev/null and b/oldstand-manual.pdf differ diff --git a/oldstandard-2.0.2.src.zip b/oldstandard-2.0.2.src.zip new file mode 100644 index 0000000000000000000000000000000000000000..280e5ecc98e1a4f3b87aa7ab03b4d90b88414ece Binary files /dev/null and b/oldstandard-2.0.2.src.zip differ diff --git a/oldstandard-sfd-fonts-fontconfig.conf b/oldstandard-sfd-fonts-fontconfig.conf new file mode 100644 index 0000000000000000000000000000000000000000..5da1768bacb900ba028e518e2f68d976399e5d29 --- /dev/null +++ b/oldstandard-sfd-fonts-fontconfig.conf @@ -0,0 +1,34 @@ + + + + + + Old Standard + + + + + serif + + + + Old Standard + + Old Standard TTF + + + + Old Standard + + Old Standard SFD + + + + serif + + Old Standard SFD + + + + + diff --git a/oldstandard-sfd-fonts.spec b/oldstandard-sfd-fonts.spec new file mode 100644 index 0000000000000000000000000000000000000000..f4fae241d61e1376579f134a306b27a487dcbd0f --- /dev/null +++ b/oldstandard-sfd-fonts.spec @@ -0,0 +1,165 @@ +%global fontname oldstandard +%global fontconf 60-%{fontname}.conf + +Name: %{fontname}-sfd-fonts +Version: 2.0.2 +Release: 30%{?dist} +Summary: Old Standard True-Type Fonts + +License: OFL +# Also at https://fonts.google.com/specimen/Old+Standard+TT +URL: https://fontlibrary.org/en/font/old-standard +Source0: http://www.thessalonica.org.ru/downloads/oldstandard-2.0.2.src.zip +Source1: %{name}-fontconfig.conf +Source2: http://www.thessalonica.org.ru/downloads/oldstand-manual.pdf +Source3: %{fontname}.metainfo.xml + +# guidelines say this can be used + +BuildArch: noarch +BuildRequires: fontforge,fontpackages-devel +Requires: fontpackages-filesystem + +%description +The Old Standard font family is an attempt to revive +a specific type of Modern (classicist) style of serif +typefaces, very commonly used in various editions +printed in the late 19th and early 20th century, +but almost completely abandoned later. + + +%prep +%setup -q -c -n oldstandard-%{version} + +for i in $(ls OldStandard*.sfd);do + sed -i -e 's/OldStandardTT/OldStandardSFD/' -e 's/Old \Standard \TT/Old \Standard \SFD/' $i; +done +for txt in OFL* ; do + sed 's/\r//' $txt > $txt.new + touch -r $txt $txt.new + mv $txt.new $txt +done + +install -m 644 -p %{SOURCE2} . + +%build +fontforge -lang=ff -script "-" OldStandard*.sfd < - 2.0.2-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 2.0.2-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 2.0.2-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Aug 05 2019 Ankur Sinha - 2.0.2-26 +- Use an existing URL +- https://bugzilla.redhat.com/show_bug.cgi?id=1718521 + +* Thu Jul 25 2019 Fedora Release Engineering - 2.0.2-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 2.0.2-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 2.0.2-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 2.0.2-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 2.0.2-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 2.0.2-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 2.0.2-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sun Jan 10 2016 Ankur Sinha 2.0.2-18 +- define -> global + +* Fri Oct 02 2015 Ankur Sinha 2.0.2-17 +- Use otf since ttf isnt generated properly + +* Wed Jun 17 2015 Fedora Release Engineering - 2.0.2-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Oct 18 2014 Parag Nemade - 2.0.2-15 +- Add metainfo file to show this font in gnome-software + +* Sat Jun 07 2014 Fedora Release Engineering - 2.0.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 2.0.2-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 2.0.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 2.0.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 2.0.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 2.0.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sat Jul 25 2009 Fedora Release Engineering - 2.0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + + +* Mon Mar 16 2009 Ankur Sinha - 2.0.2-7 +- changed in accordance with #490369 +* Sun Mar 15 2009 Nicolas Mailhot - 2.0.2-5 +— Make sure F11 font packages have been built with F11 fontforge + +* Thu Feb 26 2009 Fedora Release Engineering - 2.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Jan 20 2009 Ankur Sinha +- 2.0.2-3 +- corrected the fontconfig +* Sun Jan 4 2009 Ankur Sinha +- 2.0.2-2 +- Rebuild according to new packaging guidelines +* Mon Dec 15 2008 Ankur Sinha +- 2.0.2-1 +- Rebuilt for f10 with minor changes to spec file. (#457947 at bugzilla) +- changed version number as per FONTLOG.txt in source zip file. diff --git a/oldstandard.metainfo.xml b/oldstandard.metainfo.xml new file mode 100644 index 0000000000000000000000000000000000000000..d31207cbe229f8c09f02f09b7e8e2f6ceb86cf4e --- /dev/null +++ b/oldstandard.metainfo.xml @@ -0,0 +1,19 @@ + + + + oldstandard + CC-BY-3.0 + Old Standard + Old Standard True-Type Fonts + +

+ The Old Standard font family is an attempt to revive + a specific type of Modern (classicist) style of serif + typefaces, very commonly used in various editions + printed in the late 19th and early 20th century, + but almost completely abandoned later. +

+
+ pnemade_at_redhat_dot_com + http://www.thessalonica.org.ru/en/fonts.html +