rpms/woodardworks-laconic-fonts/F-10 woodardworks-laconic-fonts-fontconfig.conf, NONE, 1.1 woodardworks-laconic-fonts.spec, NONE, 1.1 woodardworks-laconic-shadow-fonts-fontconfig.conf, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Wed May 27 15:39:21 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/woodardworks-laconic-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3840/F-10

Modified Files:
	sources 
Added Files:
	woodardworks-laconic-fonts-fontconfig.conf 
	woodardworks-laconic-fonts.spec 
	woodardworks-laconic-shadow-fonts-fontconfig.conf 
Log Message:
initial branching


--- NEW FILE woodardworks-laconic-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <alias>
    <family>sans-serif</family>
    <prefer>
      <family>Laconic</family>
    </prefer>
  </alias>
  <alias>
    <family>Laconic</family>
    <default>
      <family>sans-serif</family>
    </default>
  </alias>
</fontconfig>


--- NEW FILE woodardworks-laconic-fonts.spec ---
%global fontname woodardworks-laconic
%global fontconf 60-%{fontname}

Name:		%{fontname}-fonts
Summary:	An artistic and minimal sans-serif font family
Version:	001.001
Release:	3%{?dist}
License:	OFL
Group:		User Interface/X
Source0:	http://www.woodardworks.com/laconic.zip
Source1:	%{name}-fontconfig.conf
Source2:	%{fontname}-shadow-fonts-fontconfig.conf
URL:		http://www.woodardworks.com/type13.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	fontpackages-devel
Requires:	fontpackages-filesystem
BuildArch:	noarch

%description
Laconic is a typeface font design meant to be dry without quite seeming 
parched. Curves and diagonals are kept to a bare minimum without sacrificing
legibility. What it lacks in design features are more than made up for in 
OpenType features. All the weights contain small caps, proportial figures,
old style figures, tabular figures, ligatures and stylistic alternates.

%package -n %{fontname}-shadow-fonts
Summary:	A shadowed version of the Laconic sans-serif font family
Group:		User Interface/X
Requires:	fontpackages-filesystem

%description -n %{fontname}-shadow-fonts
Laconic is a typeface font design meant to be dry without quite seeming
parched. Curves and diagonals are kept to a bare minimum without sacrificing
legibility. What it lacks in design features are more than made up for in
OpenType features. All the weights contain small caps, proportial figures,
old style figures, tabular figures, ligatures and stylistic alternates.
This package contains the Laconic Shadow font face.

%prep
%setup -q -c -T -n laconic
# We have to do this to avoid leaving a stray __MACOSX dir in the buildroot
unzip -j -L -q %{SOURCE0}
# Get rid of junk files
rm -rf ._*

%build
# Nothing to do here, already in OTF.

%install
rm -rf %{buildroot}
install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.otf %{buildroot}%{_fontdir}
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} %{buildroot}%{_fontconfig_confdir}
install -m 0644 -p %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}.conf
install -m 0644 -p %{SOURCE2} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-shadow.conf
ln -s %{_fontconfig_templatedir}/%{fontconf}.conf %{buildroot}%{_fontconfig_confdir}/%{fontconf}.conf
ln -s %{_fontconfig_templatedir}/%{fontconf}-shadow.conf %{buildroot}%{_fontconfig_confdir}/%{fontconf}-shadow.conf

%clean
rm -rf %{buildroot}

%_font_pkg -f %{fontconf}.conf Laconic_Bold.otf Laconic_Light.otf Laconic_Regular.otf
%doc laconic_eula.pdf

%_font_pkg -n shadow -f %{fontconf}-shadow.conf Laconic_Shadow.otf
%doc laconic_eula.pdf

%changelog
* Tue May 26 2009 Tom "spot" Callaway <tcallawa at redhat.com> 001.001-3
- fix shadow fontconfig file

* Tue May 26 2009 Tom "spot" Callaway <tcallawa at redhat.com> 001.001-2
- unzip manually to avoid leaving stray directories
- split off shadow fontface into subpackage
- mark fontconfig files as sans-serif

* Wed Apr 1 2009 Tom "spot" Callaway <tcallawa at redhat.com> 001.001-1
- Initial package for Fedora


--- NEW FILE woodardworks-laconic-shadow-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <match target="scan">
    <test name="family">
      <string>Laconic</string>
    </test>
    <test name="style">
      <string>Shadow</string>
    </test>
    <edit name="family" mode="append" binding="same">
      <string>Laconic-Shadow</string>
    </edit>
  </match>
  <alias>
    <family>fantasy</family>
    <prefer>
      <family>Laconic-Shadow</family>
    </prefer>
  </alias>
  <alias>
    <family>Laconic-Shadow</family>
    <default>
      <family>fantasy</family>
    </default>
  </alias>
</fontconfig>


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/woodardworks-laconic-fonts/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 May 2009 15:34:30 -0000	1.1
+++ sources	27 May 2009 15:38:50 -0000	1.2
@@ -0,0 +1 @@
+474067d55dda12c8fb10aa4363fe661e  laconic.zip




More information about the scm-commits mailing list