diff --git a/.cvsignore b/.cvsignore index 02889d9..6fab283 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ BPG_GPL_and_GNU_Fonts.zip +BPG_Excelsior_GPL_and_GNU.zip diff --git a/bpg-fonts-excelsior-fontconfig.conf b/bpg-fonts-excelsior-fontconfig.conf new file mode 100644 index 0000000..33d8c91 --- /dev/null +++ b/bpg-fonts-excelsior-fontconfig.conf @@ -0,0 +1,16 @@ + + + + + sans-serif + + BPG Excelsior GPL&GNU + + + + BPG Excelsior GPL&GNU + + sans-serif + + + diff --git a/bpg-fonts.spec b/bpg-fonts.spec index e7c706b..09b77b1 100644 --- a/bpg-fonts.spec +++ b/bpg-fonts.spec @@ -8,7 +8,7 @@ Name: %{fontname}-fonts Summary: Georgian Unicode fonts Version: %{common_ver} -Release: 6%{?dist} +Release: 7%{?dist} # Font exception # See: http://groups.google.com/group/bpg-fonts/web/gpl-gnu-license # No version of the GPL is specified. @@ -34,6 +34,11 @@ Source12: %{name}-sans-modern-fontconfig.conf Source13: %{name}-sans-regular-fontconfig.conf Source14: %{name}-serif-fontconfig.conf Source15: %{name}-serif-modern-fontconfig.conf +# The source for this one is buried in javascript garbage: +# http://cid-2b325d7bf5367fe3.skydrive.live.com/self.aspx/Fonts%20%E1%83%A4%E1%83%9D%E1%83%9C%E1%83%A2%E1%83%94%E1%83%91%E1%83%98/GPL%20|0%20GNU%20Fonts/BPG|_Excelsior|_GPL|0GNU.zip +# Also, I renamed it to remove the & +Source16: BPG_Excelsior_GPL_and_GNU.zip +Source17: %{name}-excelsior-fontconfig.conf URL: http://groups.google.com/group/bpg-fonts BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fontpackages-devel @@ -117,6 +122,20 @@ This package contains the Elite font family. %_font_pkg -n elite -f %{fontconf}-elite.conf "BPG_Elite*.ttf" +%package -n %{fontname}-excelsior-fonts +Summary: Excelsior family of BPG Georgian fonts +Version: 2.025 +Group: User Interface/X +Requires: %{name}-common = %{common_ver}-%{release} +License: Bitstream Vera + +%description -n %{fontname}-excelsior-fonts +%common_desc + +This package contains the Excelsior font family. + +%_font_pkg -n excelsior -f %{fontconf}-excelsior.conf "BPG_Excelsior*.ttf" + %package -n %{fontname}-glaho-fonts Summary: Glaho family of BPG Georgian fonts Version: 9.000 @@ -252,6 +271,7 @@ This package contains the Serif Modern font family. %prep %setup -q -c -n %{name} %{__unzip} -qqo "%{SOURCE0}" +%{__unzip} -qqo "%{SOURCE16}" # correct end-of-line encoding sed -i 's/\r//' "Docs/BPG_GPL&GNU_Fonts.txt" @@ -277,11 +297,12 @@ install -m 0644 -p %{SOURCE12} %{buildroot}%{_fontconfig_templatedir}/%{fontconf install -m 0644 -p %{SOURCE13} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans-regular.conf install -m 0644 -p %{SOURCE14} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif.conf install -m 0644 -p %{SOURCE15} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif-modern.conf +install -m 0644 -p %{SOURCE17} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-excelsior.conf for fontconf in %{fontconf}-algeti.conf %{fontconf}-chveulebrivi.conf %{fontconf}-courier.conf %{fontconf}-courier-s.conf\ %{fontconf}-elite.conf %{fontconf}-glaho.conf %{fontconf}-ingiri.conf %{fontconf}-nino-medium.conf\ %{fontconf}-nino-medium-cond.conf %{fontconf}-sans.conf %{fontconf}-sans-medium.conf %{fontconf}-sans-modern.conf\ - %{fontconf}-sans-regular.conf %{fontconf}-serif.conf %{fontconf}-serif-modern.conf + %{fontconf}-sans-regular.conf %{fontconf}-serif.conf %{fontconf}-serif-modern.conf %{fontconf}-excelsior.conf do ln -s %{_fontconfig_templatedir}/$fontconf %{buildroot}%{_fontconfig_confdir}/$fontconf done @@ -295,6 +316,9 @@ rm -rf %{buildroot} %dir %{_fontdir} %changelog +* Mon Aug 17 2009 Tom "spot" Callaway 20090205-7 +- add Excelsior font + * Fri Jul 24 2009 Fedora Release Engineering - 20090205-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 07f27a6..0d7d160 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ e6a20ce7171e40fe4fd77f4d97ac0efc BPG_GPL_and_GNU_Fonts.zip +22b5e45e226ba90b65bf654cc1c8605b BPG_Excelsior_GPL_and_GNU.zip