Author: adsllc

Update of /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21604/F-10

Modified Files:
        .cvsignore sources 
Added Files:
        61-drehatlas-xaporho.conf Makefile.xaporho 
        drehatlas-xaporho-fonts.spec import.log 
Log Message:
Initial F-10 checkin



--- NEW FILE 61-drehatlas-xaporho.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <alias>
    <family>fantasy</family>
    <prefer>
      <family>Xaporho</family>
    </prefer>
  </alias>
  <alias>
    <family>Xaporho</family>
    <default>
      <family>fantasy</family>
    </default>
  </alias>
</fontconfig>


--- NEW FILE Makefile.xaporho ---
BASENAME=Xaporho

all: $(BASENAME).otf $(BASENAME).ttf

$(BASENAME).ttf: $(BASENAME).sfd convert-ttf.pe
        fontforge -script convert-ttf.pe

convert-ttf.pe:
        echo "Open('$(BASENAME).sfd')" > convert-ttf.pe
        echo "Generate('$(BASENAME).ttf')" >> convert-ttf.pe

$(BASENAME).otf: $(BASENAME).sfd convert-otf.pe
        fontforge -script convert-otf.pe

convert-otf.pe:
        echo "Open('$(BASENAME).sfd')" > convert-otf.pe
        echo "Generate('$(BASENAME).otf')" >> convert-otf.pe



--- NEW FILE drehatlas-xaporho-fonts.spec ---
%global fontname drehatlas-xaporho
%global fontconf 61-%{fontname}.conf

Name:           %{fontname}-fonts
Version:        1.0.3.2
Release:        2%{?dist}
Summary:        A Latin typeface that is sharp and angular
Group:          User Interface/X
License:        OFL
URL:            http://sourceforge.net/projects/drehatlas-fonts/
Source0:        Xaporho-%{version}-src.zip
Source1:        %{fontconf}
Source2:        Makefile.xaporho
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:      noarch
BuildRequires:  fontpackages-devel fontforge
Requires:       fontpackages-filesystem

%description
The Xaporho font was originally inspired by the logo of a hobby rock band named
Xaporho.

%prep
%setup -q -c %{name}-%{version}
# Wrap the license file at 80 chars
fold -s LICENSE > LICENSE.new
touch -r LICENSE LICENSE.new
mv LICENSE.new LICENSE

%build
# A .ttf file is included, but .otf is preferred.
make -f %{SOURCE2} Xaporho.otf

%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 FONTLOG

%changelog
* Fri Oct 30 2009 Dave Ludlow <[email protected]> 1.0.3.2-2
- Fixed typo in summary

* Sun Oct 25 2009 Dave Ludlow <[email protected]> 1.0.3.2-1
- Initial packaging


--- NEW FILE import.log ---
drehatlas-xaporho-fonts-1_0_3_2-2_fc12:F-10:drehatlas-xaporho-fonts-1.0.3.2-2.fc12.src.rpm:1257080748


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  31 Oct 2009 23:42:27 -0000      1.1
+++ .cvsignore  1 Nov 2009 13:06:45 -0000       1.2
@@ -0,0 +1 @@
+Xaporho-1.0.3.2-src.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources     31 Oct 2009 23:42:27 -0000      1.1
+++ sources     1 Nov 2009 13:06:46 -0000       1.2
@@ -0,0 +1 @@
+3999ce6be63d10c894ca79f525cdeac9  Xaporho-1.0.3.2-src.zip

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

Reply via email to