Author: spot

Update of /cvs/pkgs/rpms/bpg-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16025

Modified Files:
        .cvsignore bpg-fonts.spec sources 
Added Files:
        bpg-fonts-excelsior-fontconfig.conf 
Log Message:
add BPG Excelsior font


--- NEW FILE bpg-fonts-excelsior-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <alias>
    <family>sans-serif</family>
    <prefer>
      <family>BPG Excelsior GPL&#38;GNU</family>
    </prefer>
  </alias>
  <alias>
    <family>BPG Excelsior GPL&#38;GNU</family>
    <default>
      <family>sans-serif</family>
    </default>
  </alias>
</fontconfig>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bpg-fonts/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  25 Feb 2009 15:04:38 -0000      1.2
+++ .cvsignore  17 Aug 2009 18:35:46 -0000      1.3
@@ -1 +1,2 @@
 BPG_GPL_and_GNU_Fonts.zip
+BPG_Excelsior_GPL_and_GNU.zip


Index: bpg-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bpg-fonts/devel/bpg-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- bpg-fonts.spec      24 Jul 2009 18:23:42 -0000      1.2
+++ bpg-fonts.spec      17 Aug 2009 18:35:46 -0000      1.3
@@ -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
 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 fam
 
 %_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 f
 %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} %{buildro
 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 <[email protected]> 20090205-7
+- add Excelsior font
+
 * Fri Jul 24 2009 Fedora Release Engineering <[email protected]> 
- 20090205-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bpg-fonts/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources     25 Feb 2009 15:04:38 -0000      1.2
+++ sources     17 Aug 2009 18:35:46 -0000      1.3
@@ -1 +1,2 @@
 e6a20ce7171e40fe4fd77f4d97ac0efc  BPG_GPL_and_GNU_Fonts.zip
+22b5e45e226ba90b65bf654cc1c8605b  BPG_Excelsior_GPL_and_GNU.zip

_______________________________________________
Fedora-fonts-bugs-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

Reply via email to