rpms/dustin-domestic-manners-fonts/F-10 dustin-domestic-manners-fonts-fontconfig.conf, NONE, 1.1 dustin-domestic-manners-fonts.spec, NONE, 1.1 sources, 1.1, 1.2

Sven Lankes slankes at fedoraproject.org
Tue Jan 27 22:27:04 UTC 2009


Author: slankes

Update of /cvs/pkgs/rpms/dustin-domestic-manners-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17579/F-10

Modified Files:
	sources 
Added Files:
	dustin-domestic-manners-fonts-fontconfig.conf 
	dustin-domestic-manners-fonts.spec 
Log Message:
initial import


--- NEW FILE dustin-domestic-manners-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <alias>
    <family>fantasy</family>
    <prefer>
      <family>Domestic Manners</family>
    </prefer>
  </alias>
  <alias>
    <family>Domestic Manners</family>
    <default>
      <family>fantasy</family>
    </default>
  </alias>
</fontconfig>



--- NEW FILE dustin-domestic-manners-fonts.spec ---
%define fontname dustin-domestic-manners
%define fontconf 63-%{fontname}.conf

Name:          %{fontname}-fonts
Version:       20030527
Release:       1%{?dist}
Summary:       Handwriting font by Dustin Norlander

Group:         User Interface/X
License:       GPLv2+
URL:           http://www.dustismo.com
# Actual download URL
#URL:           http://ftp.de.debian.org/debian/pool/main/t/ttf-dustin/ttf-dustin_20030517.orig.tar.gz 
Source0:       Domestic_Manners.zip
Source1:       %{name}-fontconfig.conf
BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

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

%description 

This font mimics the authors handwriting. The name come from the book 
Domestic Manners of the Americans, by Fanny Trollope.

Font contains, letters, numbers, punctuation, accented characters and 
some special characters (most European Latin characters).

%prep
%setup -q -c %{name}
sed -i 's/\r//' license.txt

%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 -rf $RPM_BUILD_ROOT

%_font_pkg -f %{fontconf} *.ttf

%doc license.txt
%dir %{_fontdir}

%changelog
* Sun Jan 25 2009 Sven Lankes <sven at lank.es> - 20030527-1
- Initial packaging



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dustin-domestic-manners-fonts/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2009 22:39:40 -0000	1.1
+++ sources	27 Jan 2009 22:26:34 -0000	1.2
@@ -0,0 +1 @@
+3f5d0178f3b9f9bbabd697090f89c3b9  Domestic_Manners.zip




More information about the Fedora-fonts-bugs-list mailing list