rpms/oflb-notcouriersans-fonts/devel import.log, NONE, 1.1 oflb-notcouriersans-fonts-fontconfig.conf, NONE, 1.1 oflb-notcouriersans-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Ankur Sinha
ankursinha at fedoraproject.org
Sat Jul 4 11:53:43 UTC 2009
- Previous message (by thread): [Bug 472695] exa-master-upgrade breaks glyph rendering with OLPC XO
- Next message (by thread): rpms/oflb-notcouriersans-fonts/F-10 import.log, NONE, 1.1 oflb-notcouriersans-fonts-fontconfig.conf, NONE, 1.1 oflb-notcouriersans-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: ankursinha
Update of /cvs/pkgs/rpms/oflb-notcouriersans-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18791/devel
Modified Files:
.cvsignore sources
Added Files:
import.log oflb-notcouriersans-fonts-fontconfig.conf
oflb-notcouriersans-fonts.spec
Log Message:
* Sat July 4 2009 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.1
- initial cvs commit
--- NEW FILE import.log ---
oflb-notcouriersans-fonts-1_1-1_fc10:HEAD:oflb-notcouriersans-fonts-1.1-1.fc10.src.rpm:1246708397
--- NEW FILE oflb-notcouriersans-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<alias>
<family>monospace</family>
<prefer>
<family>NotCourierSans</family>
</prefer>
</alias>
<alias>
<family>NotCourierSans</family>
<default>
<family>monospace</family>
</default>
</alias>
</fontconfig>
--- NEW FILE oflb-notcouriersans-fonts.spec ---
%define fontname oflb-notcouriersans
%define fontconf 62-%{fontname}.conf
Name: %{fontname}-fonts
Version: 1.1
Release: 1%{?dist}
Summary: NotCourier Sans is a re-interpretation of Nimbus Mono
Group: User Interface/X
License: GPLv2
URL: http://openfontlibrary.org/media/files/OSP/411
Source0: http://openfontlibrary.org/people/OSP/OSP_-_NotCourierSans_2.zip
Source1: %{name}-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
BuildRequires: fontforge,fontpackages-devel
Requires: fontpackages-filesystem
%description
This is a new release of the NotCourier-sans, with its bold.
NotCourier-sans is a re-interpretation of Nimbus Mono and was designed \
in Wroclaw at the occasion of Linux Graphics Meeting (LGM 2008).For more\
detailed information: ospublish.constantvzw.org
%prep
%setup -q -n NotCourierSans
for txt in *.txt GPL-2 ; do
sed 's/\r//' $txt > $txt.new
touch -r $txt $txt.new
mv $txt.new $txt
done
%build
fontforge -lang=ff -script "-" *.sfd <<EOF
i = 1
while ( i < \$argc )
Open (\$argv[i], 1)
Generate (\$fontname + ".ttf")
PrintSetup (5)
PrintFont (0, 0, "", \$fontname + "-sample.pdf")
Close()
i++
endloop
EOF
%install
rm -fr %{buildroot}
install -m 755 -d %{buildroot}%{_fontdir}
install -m 644 -p *.ttf %{buildroot}%{_fontdir}
install -m 755 -d %{buildroot}%{_fontconfig_templatedir} \
%{buildroot}%{_fontconfig_confdir}
install -m 644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
%clean
rm -rf %{buildroot}
%_font_pkg -f %{fontconf} *.ttf
%doc *.txt GPL-2
%changelog
* Sun Jun 14 2009 Ankur Sinha <ankursinha at fedoraproject.org>
- 1.1-1
- Initial RPM build.
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/oflb-notcouriersans-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore 23 Jun 2009 17:47:16 -0000 1.1
+++ .cvsignore 4 Jul 2009 11:53:12 -0000 1.2
@@ -0,0 +1 @@
+OSP_-_NotCourierSans_2.zip
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/oflb-notcouriersans-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 23 Jun 2009 17:47:17 -0000 1.1
+++ sources 4 Jul 2009 11:53:12 -0000 1.2
@@ -0,0 +1 @@
+723ecc5097e3ac05a4cf2e1ea6004ce9 OSP_-_NotCourierSans_2.zip
- Previous message (by thread): [Bug 472695] exa-master-upgrade breaks glyph rendering with OLPC XO
- Next message (by thread): rpms/oflb-notcouriersans-fonts/F-10 import.log, NONE, 1.1 oflb-notcouriersans-fonts-fontconfig.conf, NONE, 1.1 oflb-notcouriersans-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Fedora-fonts-bugs-list
mailing list