rpms/ns-tiza-chalk-fonts/F-11 import.log, NONE, 1.1 ns-tiza-chalk-fonts-fontconfig.conf, NONE, 1.1 ns-tiza-chalk-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

tk009 tk009 at fedoraproject.org
Thu Nov 12 06:29:07 UTC 2009


Author: tk009

Update of /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25602/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ns-tiza-chalk-fonts-fontconfig.conf 
	ns-tiza-chalk-fonts.spec 
Log Message:
* Tue Nov 10 2009 TK009 <john.brown009 at gmail.com>
- 20080210-2
- correction to spec

* Sat Nov 07 2009 TK009 <john.brown009 at gmail.com>
- 20080210-1
- initial packaging




--- NEW FILE import.log ---
ns-tiza-chalk-fonts-20080210-2_fc12:F-11:ns-tiza-chalk-fonts-20080210-2.fc12.src.rpm:1258007321


--- NEW FILE ns-tiza-chalk-fonts-fontconfig.conf ---
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <alias>
    <family>fantasy</family>
    <prefer>
      <family>Tiza</family>
    </prefer>
  </alias>
  <alias>
    <family>Tiza</family>
    <default>
      <family>fantasy</family>
    </default>
  </alias>
</fontconfig>


--- NEW FILE ns-tiza-chalk-fonts.spec ---
%global fontname ns-tiza-chalk
%global fontconf 64-%{fontname}.conf


Name:           %{fontname}-fonts
Version:        20080210
Release:        2%{?dist}
Summary:        Chalky slab-serif fonts

Group:          User Interface/X
License:        OFL
URL:            http://www.nuevostudio.com/project/tiza/
Source0:        http://www.nuevostudio.com/files/downloads/tiza.zip
Source1:        %{name}-fontconfig.conf
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:      noarch
BuildRequires:  fontpackages-devel
Requires:       fontpackages-filesystem

%description
A bold, chalky slab-serif font inspired by the lovely slab-serif Giza.
It supports diacritics in addition to the basic latin set of characters.
The font was created by Pablo Caro.

%prep
%setup -q -c -T
unzip -j -L -q %{SOURCE0}
chmod 0644 *.txt
for txt in *.txt ; do
   fold -s $txt > $txt.new
   sed -i 's/\r//' $txt.new
   touch -r $txt $txt.new
   mv $txt.new $txt
done



%build


%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{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} *.ttf

%doc *.txt


%changelog
* Tue Nov 10 2009 TK009 <john.brown009 at gmail.com>
- 20080210-2
- correction to spec

* Sat Nov 07 2009 TK009 <john.brown009 at gmail.com>
- 20080210-1
- initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Nov 2009 03:40:46 -0000	1.1
+++ .cvsignore	12 Nov 2009 06:29:07 -0000	1.2
@@ -0,0 +1 @@
+tiza.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Nov 2009 03:40:46 -0000	1.1
+++ sources	12 Nov 2009 06:29:07 -0000	1.2
@@ -0,0 +1 @@
+91e836058bf35f601eb5e473d05c63fe  tiza.zip




More information about the fonts-bugs mailing list