%global foundryname ctan %global fontpkg kerkis %global fontname %{foundryname}-%{fontpkg} %global fontconf 64-%{fontname} %global ctan_date 20090115 # Common description %global common_desc Kerkis type 1 fonts for LaTeX. These fonts are particularly useful \ for typesetting Greek. The Greek repertoire includes full support for \ polytonic Greek, Greek numerals, and double forms of several letters \ that occur in variant forms. Name: ctan-kerkis-fonts Version: 2.0 Release: 44%{?dist} Summary: Kerkis Type 1 fonts License: LPPL URL: http://www.ctan.org/pkg/kerkis Source0: kerkis-%{ctan_date}.zip # upstream source - unversioned zip file # http://tug.ctan.org/fonts/greek/kerkis.zip Source1: %{fontname}-fontconfig.tar.gz # Tarball of fontconfig files for each font BuildArch: noarch BuildRequires: fontpackages-devel %description %{common_desc} %package common Summary: Kerkis Type 1 fonts, common files (documentation…) Requires: fontpackages-filesystem %description common %common_desc This package consists of files used by other %{fontname} packages. %global seriffonts %{fontname}-serif-fonts %package -n %{seriffonts} Summary: Kerkis serif Type1 fonts Requires: %{name}-common = %{version}-%{release} %description -n %{seriffonts} %{common_desc} This package contains the Kerkis font family. It is based on the URW Bookman font and extends it with Greek characters and math support. %_font_pkg -n serif -f %{fontconf}-serif.conf Kerkis.* Kerkis-*Bold.* Kerkis-*Italic.* Kerkis-*SmallCaps* %global sansfonts %{fontname}-sans-fonts %package -n %{sansfonts} Summary: KerkisSans Type1 fonts Requires: %{name}-common = %{version}-%{release} %description -n %{sansfonts} %{common_desc} This package contains the KerkisSans font family, based on a free version of the AvantGardURW Bookman font. %_font_pkg -n sans -f %{fontconf}-sans.conf KerkisSans* %global calligraphicfonts %{fontname}-calligraphic-fonts %package -n %{calligraphicfonts} Summary: Kerkis Calligraphic Type1 fonts Requires: %{name}-common = %{version}-%{release} %description -n %{calligraphicfonts} %{common_desc} This package contains the Kerkis-Calligraphic font family, a calligraphic font family of Kerkis, based on URW Bookman. %_font_pkg -n calligraphic -f %{fontconf}-calligraphic.conf Kerkis-Calligraphic* ktsy.* %prep %setup -q -a1 -n %{fontpkg} %build %install #install .pfb and .afm files in %{_fontdir} as per the fedora font guidelines install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p type1/* %{buildroot}%{_fontdir} install -m 0644 -p afm/* %{buildroot}%{_fontdir} # fontconfig stuff (see spectemplate-fonts-multi.spec) install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p fontconfig/%{fontname}-serif.conf \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif.conf install -m 0644 -p fontconfig/%{fontname}-sans.conf \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans.conf install -m 0644 -p fontconfig/%{fontname}-calligraphic.conf \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-calligraphic.conf for fconf in %{fontconf}-serif.conf \ %{fontconf}-sans.conf \ %{fontconf}-calligraphic.conf ; do ln -s %{_fontconfig_templatedir}/$fconf \ %{buildroot}%{_fontconfig_confdir}/$fconf done %files common %doc License.txt README.html %dir %{_fontdir} %changelog * Thu Jan 19 2023 Fedora Release Engineering - 2.0-44 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 20 2022 Fedora Release Engineering - 2.0-43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 2.0-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering - 2.0-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 2.0-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 2.0-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering - 2.0-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering - 2.0-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering - 2.0-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering - 2.0-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 2.0-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 2.0-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 2.0-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering - 2.0-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 2.0-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 2.0-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 2.0-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 7 2013 Jens Petersen - 2.0-27 - drop tex-kerkis subpackage since it is now provided by texlive-kerkis so no longer need to BR non-existent texlive-texmf (#907726) - update url and source link - clean away deprecated buildroot lines * Wed Jul 18 2012 Fedora Release Engineering - 2.0-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 2.0-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 2.0-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Feb 11 2010 Sarantis Paskalis - 2.0-23 - Update source (tiny patch in kerkis.sty) (bug #561794). Thanks Jens Petersen - Minor housecleaning * Fri Jul 24 2009 Fedora Release Engineering - 2.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Feb 24 2009 Fedora Release Engineering - 2.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Feb 1 2009 Sarantis Paskalis - 2.0-20 - Also add forgotten requires on -common. * Sat Jan 31 2009 Sarantis Paskalis - 2.0-19 - Add forgotten %%{_fontdir} in %%files section in -common (bz #483333) * Tue Jan 20 2009 Sarantis Paskalis - 2.0-18 - Address comments in https://bugzilla.redhat.com/show_bug.cgi?id=480591#c2 (thanks Nicolas Mailhot) - Add a buildrequires for texlive-texmf - Remove Requires: fontpackages-filesystem from main and add to common subpackage. - Fix Obsoletes to cover latest update for F-10 - Add -calligraphic-fonts subpackage - Add substitution rules for fonts from which Kerkis and KerkisSans derived - Remove tabs to silence rpmlint * Fri Jan 16 2009 Sarantis Paskalis - 2.0-17 - Rename the package to ctan-kerkis-fonts - Name the subpackages according to http://fedoraproject.org/wiki/PackagingDrafts/Font_package_naming_(2009-01-13) - Update to fontpackages-* >= 1.15 * Mon Jan 12 2009 Sarantis Paskalis - 2.0-16 - Restructure spec file according to https://fedoraproject.org/wiki/Fonts_SIG_Fedora_11_packaging_changes (bug #477462) - Split package to cm-lgc-fonts (.pfb and .afm) and tetex-font-cm-lgc (TeX stuff) - Include .afm files (forgotten in the previous versions) * Fri Jan 4 2008 Sarantis Paskalis - 2.0-15 - Drop requirement for -fonts. - Point source URL to ctan. - Change license to LPPL. * Tue Aug 29 2006 Sarantis Paskalis - 2.0-13 - Bump release for FC6 rebuild. * Mon Feb 20 2006 Sarantis Paskalis - 2.0-11 - Rebuild for FC5. * Sun Nov 6 2005 Sarantis Paskalis - 2.0-10 - Use run-time define updmap.cfg (Michal Jaegermann, bug #172492). * Wed Nov 2 2005 Sarantis Paskalis - 2.0-9 - Use absolute path commands in post and postun. * Wed Nov 2 2005 Sarantis Paskalis - 2.0-8 - Remove explicit outputdir for updmap-sys (bug #172268) - Readd texhash in post and postun. * Fri Oct 7 2005 Sarantis Paskalis - 2.0-7 - Require tetex-fonts. - Drop kerkis-test.tex. - Use ctan zip soure. - Other cleanups. * Tue Jun 21 2005 Sarantis Paskalis - 2.0-6 - Run updmap-sys only when installing/removing, not updating. * Fri Jun 10 2005 Sarantis Paskalis - 2.0-5 - Fix location for font encoding files - Use updmap-sys instead of updmap * Wed Jun 1 2005 Sarantis Paskalis - 2.0-4 - update location for map files according to TeXLive 2004. * Fri Apr 7 2005 Michael Schwendt - rebuilt * Wed May 5 2004 Marius L. Jøhndal - 0:2.0-0.fdr.2 - Added kerkis-test.tex test document (bug 998). - Moved preun script to postun (bug 998). - Split Requires(post,postun) into separate Require statements (bug 998). * Sun Nov 16 2003 Marius L. Johndal 0:2.0-0.fdr.1 - Initial RPM release.