Author: spot

Update of /cvs/pkgs/rpms/tlomt-sniglet-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv955/devel

Modified Files:
        .cvsignore sources 
Added Files:
        import.log sniglet-license-confirmation-email.txt 
        tlomt-sniglet-fonts-fontconfig.conf tlomt-sniglet-fonts.spec 
Log Message:

initial commit



--- NEW FILE import.log ---
tlomt-sniglet-fonts-1_000-2_fc14:HEAD:tlomt-sniglet-fonts-1.000-2.fc14.src.rpm:1268161082


--- NEW FILE sniglet-license-confirmation-email.txt ---
*****
This is a copy of the email received from the copyright holder of the Sniglet 
font, confirming that the license is OFL.
It was taken from 
https://fedoraproject.org/wiki/TLOMT_Sniglet_fonts/LicenseEmail on Feb 22, 2010.
*****

Return-Path: [email protected] Received: from mx1.redhat.com 
(ext-mx04.extmail.prod.ext.phx2.redhat.com [10.5.110.8]) by 
int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 
n9IK9iNE010514 for <[email protected]>; Sun, 18 Oct 2009 16:09:44 -0400
Received: from japan.nswebhost.com (japan.nswebhost.com [174.132.225.227]) by 
mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9IK9TQI022423 for 
<[email protected]>; Sun, 18 Oct 2009 16:09:29 -0400
Received: from [127.0.0.1] (port=52758 helo=localhost) by japan.nswebhost.com 
with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 
1Mzc4G-0005GB-4E for [email protected]; Sun, 18 Oct 2009 15:09:28 -0500
Received: from 99.231.170.28 ([99.231.170.28]) by kingdomofawesome.com (Horde 
MIME library) with HTTP; Sun, 18 Oct 2009 15:09:27 -0500
Message-ID: <[email protected]>
Date: Sun, 18 Oct 2009 15:09:27 -0500
From: Haley Fiege <[email protected]>
To: =?utf-8?b?TcOhaXLDrcKtbg==?= Duffy <[email protected]>
Subject: Re: Sniglet font license?
References: <[email protected]>
In-Reply-To: <[email protected]>
MIME-Version: 1.0

Hey!
I'm actually in the middle of updating the license for Sniglet right =20
now. It is licensed under OFL, so you can include it in Fedora Linux. =20
Dafont doesn't allow for custom licensing, which is why is says =20
personal use right now (there's a drop down menu with like 4 choices), =20
so I'm waiting for them up update the font file which includes meta =20
data but they're super slow.

Thanks for the email and good luck with your project.

Haley


Quoting M=C3=A1ir=C3=AD=C2=ADn Duffy <[email protected]>:

> Hi Haley,
>
> The League of Moveable Type is showcasing your font as an example of a
> font licensed under the Open Font License [1]. While the Sniglet page
> on your website [2] doesn't seem to indicate any particular license,
> the dafont.com page your site refers to [3] indicates "Free for
> personal use." That doesn't seem consistent with the Open Font License
> to me, since the OFL does allow for commercial uage.
>
> So, I just wanted to ask you - did you intend for Sniglet to be
> licensed under the OFL?
>
> I ask because we think it's an awesome font and would like to include
> it in Fedora Linux - we can't if it's limited to free for personal use
> only, though [4] since such a license would limit the distributability
> of Linux. We can include Sniglet if it's OFL-licensed, though. The font
> itself doesn't provide any guidance in its metadata.
>
> Thanks for any guidance you may be able to provide,
> ~m
>
> [1] http://www.theleagueofmoveabletype.com/fonts/2-sniglet
> [2] http://www.kingdomofawesome.com/sniglet.php
> [3] http://www.dafont.com/sniglet.font
> [4] https://fedoraproject.org/wiki/Licensing#Font_Licenses 


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



--- NEW FILE tlomt-sniglet-fonts.spec ---
%define fontname tlomt-sniglet
%define fontconf 60-%{fontname}

Name:           %{fontname}-fonts
Summary:        A rounded, sans-serif font useful for headlines
Version:        1.000
Release:        2%{?dist}
# License attribution confirmed by author
# See: sniglet-license-confirmation-email.txt
License:        OFL
Group:          User Interface/X
Source0:        https://s3.amazonaws.com/theleague-production/fonts/sniglet.zip
Source1:        %{name}-fontconfig.conf
Source2:        sniglet-license-confirmation-email.txt
URL:            http://www.theleagueofmoveabletype.com/fonts/2-sniglet
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  fontpackages-devel
Requires:       fontpackages-filesystem

%description
Sniglet is a fun rounded, sans-serif font useful for headlines and other
creative treaments. The font was created by Haley Fiege, and it supports a
full Latin character set including diacritics (accent marks). Notably, it
has full coverage for Icelandic and French characters.

%prep
%setup -q -c -n %{name}
cp %{SOURCE2} .

%build

%install
rm -rf %{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}.conf

ln -s %{_fontconfig_templatedir}/%{fontconf}.conf 
%{buildroot}%{_fontconfig_confdir}/%{fontconf}.conf

%clean
rm -rf %{buildroot}

%_font_pkg -f %{fontconf}.conf Sniglet.ttf
%doc sniglet-license-confirmation-email.txt

%changelog
* Mon Feb 22 2010 Tom "spot" Callaway <[email protected]> 1.000-2
- include license clarification email as doc
- don't bother with common_desc macro
- add Requires: fontpackages-filesystem
- don't loop on a single fontconfig file
- change fontconfig from "sans-serif" to "fantasy"

* Wed Nov 11 2009 Tom "spot" Callaway <[email protected]> 1.000-1
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tlomt-sniglet-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  9 Mar 2010 06:22:21 -0000       1.1
+++ .cvsignore  9 Mar 2010 19:00:33 -0000       1.2
@@ -0,0 +1 @@
+sniglet.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tlomt-sniglet-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources     9 Mar 2010 06:22:21 -0000       1.1
+++ sources     9 Mar 2010 19:00:33 -0000       1.2
@@ -0,0 +1 @@
+d5aea392a3fec57dd469cb2983a7cc0a  sniglet.zip

_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to