rpms/inkboy-fonts/F-11 import.log, NONE, 1.1 inkboy-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jim Radford radford at fedoraproject.org
Thu Jun 25 20:59:24 UTC 2009


Author: radford

Update of /cvs/pkgs/rpms/inkboy-fonts/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2195/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log inkboy-fonts.spec 
Log Message:
Initial Version



--- NEW FILE import.log ---
inkboy-fonts-20070624-3_fc11:F-11:inkboy-fonts-20070624-3.fc11.src.rpm:1245963505


--- NEW FILE inkboy-fonts.spec ---
%global fontname inkboy
%global fontconf 65-%{fontname}.conf
Name:           %{fontname}-fonts
Version:        20070624
Release:        3%{?dist}
Summary:        A clean and usable latin fantasy font
Group:          User Interface/X
License:        OFL
URL:            http://inkboy.fr/html/telechargement-ressources.php
Source0:        http://inkboy.fr/fichiers/inkboyfont.tar
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:      noarch
BuildRequires:  fontpackages-devel
Requires:       fontpackages-filesystem

%description
This is a clean and usable latin fantasy font.

%prep
%setup -q -c

%build
for i in FONTLOG.txt OFL.txt OFL-FAQ.txt; do
  sed -i~ -e 's|\r||' $i &&  touch -r $i~ $i
done
for i in FONTLOG.txt; do
  iconv -f iso-8859-1 -t utf-8 $i > $i~ &&  touch -r $i $i~ &&  mv $i~ $i
done

%install
rm -fr %{buildroot}

install -m 0755 -d       %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}

cat <<EOF > %{fontconf}
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <alias>
        <family>fantasy</family>
        <prefer>
            <family>Inkboy</family>
        </prefer>
    </alias>
    <alias>
        <family>Inkboy</family>
        <default>
            <family>fantasy</family>
        </default>
    </alias>
</fontconfig>
EOF
install -m 0755 -d             %{buildroot}%{_fontconfig_templatedir}
install -m 0644 -p %{fontconf} %{buildroot}%{_fontconfig_templatedir}

install -m 0755 -d             %{buildroot}%{_fontconfig_confdir}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
                               %{buildroot}%{_fontconfig_confdir}/%{fontconf}

%clean
rm -fr %{buildroot}

%_font_pkg -f %{fontconf} *.ttf
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt

%changelog
* Wed Jun 24 2009 Jim Radford <radford at blackbean.org> - 20070624-3
- add another doc and preserve timestamps

* Tue Jun 23 2009 Jim Radford <radford at blackbean.org> - 20070624-2
- Convert line endings and encodings

* Mon Jun 22 2009 Jim Radford <radford at blackbean.org> - 20070624-1
- Initial Version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/inkboy-fonts/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	25 Jun 2009 20:10:09 -0000	1.1
+++ .cvsignore	25 Jun 2009 20:58:54 -0000	1.2
@@ -0,0 +1 @@
+inkboyfont.tar


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/inkboy-fonts/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	25 Jun 2009 20:10:09 -0000	1.1
+++ sources	25 Jun 2009 20:58:54 -0000	1.2
@@ -0,0 +1 @@
+4d8c9d581b5f19ba03cc5080506fb116  inkboyfont.tar




More information about the fedora-extras-commits mailing list