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

pnemade pnemade at fedoraproject.org
Thu Jul 22 03:56:24 UTC 2010


Author: pnemade

Update of /cvs/pkgs/rpms/oflb-sportrop-fonts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31125/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log oflb-sportrop-fonts-fontconfig.conf 
	oflb-sportrop-fonts.spec 
Log Message:
Initial release



--- NEW FILE import.log ---
oflb-sportrop-fonts-0_9-8_fc13:HEAD:oflb-sportrop-fonts-0.9-8.fc13.src.rpm:1279771411


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


--- NEW FILE oflb-sportrop-fonts.spec ---
%global fontname oflb-sportrop
%global fontconf 63-%{fontname}.conf

Name:           %{fontname}-fonts
Version:        0.9
Release:        8%{?dist}
Summary:        A multiline decorative font

Group:          User Interface/X
License:        OFL
## Note that upstream is dead and there is no download link available at this minute
## so please don't report FTBFS bugs for this package.
URL:            http://openfontlibrary.org/media/files/gluk/287
Source0:        http://openfontlibrary.org/people/gluk/gluk_-_Sportrop.zip
Source1:        %{name}-fontconfig.conf
BuildArch:      noarch
BuildRequires:  fontpackages-devel
Requires:       fontpackages-filesystem
Obsoletes:      sportrop-fonts < 0.9-8
Provides:       sportrop-fonts = %{version}-%{release}

%description
A neat multiline font


%prep
%setup -q -c
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
#nothing to do

%install
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}


%_font_pkg -f %{fontconf} *.ttf
%doc OFL_FAQ.txt OFL_License.txt tabl_c.jpg

%changelog
* Tue Jul 13 2010 Parag Nemade <pnemade AT redhat.com> - 0.9-8
- Initial package renamed from sportrop-fonts.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/oflb-sportrop-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Jul 2010 05:24:40 -0000	1.1
+++ .cvsignore	22 Jul 2010 03:56:23 -0000	1.2
@@ -0,0 +1 @@
+gluk_-_Sportrop.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/oflb-sportrop-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Jul 2010 05:24:40 -0000	1.1
+++ sources	22 Jul 2010 03:56:23 -0000	1.2
@@ -0,0 +1 @@
+315aaea18c37aa085a4ab2856d5d991d  gluk_-_Sportrop.zip



More information about the fonts-bugs mailing list