93983cc
%define fontname dustin-domestic-manners
93983cc
%define fontconf 63-%{fontname}.conf
93983cc
93983cc
Name:          %{fontname}-fonts
93983cc
Version:       20030527
fc00e68
Release:       6%{?dist}
93983cc
Summary:       Handwriting font by Dustin Norlander
93983cc
93983cc
Group:         User Interface/X
93983cc
License:       GPLv2+
93983cc
URL:           http://www.dustismo.com
93983cc
# Actual download URL
93983cc
#URL:           http://ftp.de.debian.org/debian/pool/main/t/ttf-dustin/ttf-dustin_20030517.orig.tar.gz 
93983cc
Source0:       Domestic_Manners.zip
93983cc
Source1:       %{name}-fontconfig.conf
93983cc
BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
93983cc
93983cc
BuildArch:     noarch
93983cc
BuildRequires: fontpackages-devel
93983cc
Requires:      fontpackages-filesystem
93983cc
93983cc
%description 
93983cc
4f1e693
This font mimics the authors handwriting. The name comes from the book 
93983cc
Domestic Manners of the Americans, by Fanny Trollope.
93983cc
93983cc
Font contains, letters, numbers, punctuation, accented characters and 
93983cc
some special characters (most European Latin characters).
93983cc
93983cc
%prep
93983cc
%setup -q -c %{name}
93983cc
sed -i 's/\r//' license.txt
93983cc
93983cc
%build
93983cc
93983cc
%install
93983cc
rm -fr %{buildroot}
93983cc
install -m 0755 -d %{buildroot}%{_fontdir}
93983cc
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
93983cc
93983cc
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} %{buildroot}%{_fontconfig_confdir}
93983cc
93983cc
install -m 0644 -p %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
93983cc
93983cc
ln -s %{_fontconfig_templatedir}/%{fontconf} %{buildroot}%{_fontconfig_confdir}/%{fontconf}
93983cc
93983cc
%clean
93983cc
rm -rf $RPM_BUILD_ROOT
93983cc
93983cc
%_font_pkg -f %{fontconf} *.ttf
93983cc
93983cc
%doc license.txt
93983cc
%dir %{_fontdir}
93983cc
93983cc
%changelog
fc00e68
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20030527-6
fc00e68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fc00e68
150159a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20030527-5
150159a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
150159a
2a5c123
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20030527-4
2a5c123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2a5c123
787a1dd
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20030527-3
787a1dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
787a1dd
4f1e693
* Sun Feb 01 2009 Sven Lankes <sven@lank.es> - 20030527-2
4f1e693
- Fix typo in description 
4f1e693
93983cc
* Sun Jan 25 2009 Sven Lankes <sven@lank.es> - 20030527-1
93983cc
- Initial packaging
93983cc