rpms/ns-bola-fonts/devel import.log, NONE, 1.1 ns-bola-fonts-fontconfig.conf, NONE, 1.1 ns-bola-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

tk009 tk009 at fedoraproject.org
Wed Nov 11 17:56:54 UTC 2009


Author: tk009

Update of /cvs/pkgs/rpms/ns-bola-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12647/devel

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

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




--- NEW FILE import.log ---
ns-bola-fonts-20080203-2_fc12:HEAD:ns-bola-fonts-20080203-2.fc12.src.rpm:1257962186


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


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


Name:           %{fontname}-fonts
Version:        20080203
Release:        2%{?dist}
Summary:        Chunky Geometric Fonts

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

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

%description
A chunky geometric font like many others out there!
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


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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ns-bola-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Nov 2009 03:57:33 -0000	1.1
+++ .cvsignore	11 Nov 2009 17:56:54 -0000	1.2
@@ -0,0 +1 @@
+bola.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ns-bola-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Nov 2009 03:57:33 -0000	1.1
+++ sources	11 Nov 2009 17:56:54 -0000	1.2
@@ -0,0 +1 @@
+8975511e7985a53a8a2b2b6cb1a3881b  bola.zip




More information about the fedora-extras-commits mailing list