rpms/edrip-fonts/devel edrip-fonts-fontconfig.conf, NONE, 1.1 edrip-fonts-license.patch, NONE, 1.1 edrip-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Mailhot (nim) fedora-extras-commits at redhat.com
Wed Mar 26 23:38:09 UTC 2008


Author: nim

Update of /cvs/extras/rpms/edrip-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6872/devel

Modified Files:
	.cvsignore sources 
Added Files:
	edrip-fonts-fontconfig.conf edrip-fonts-license.patch 
	edrip-fonts.spec 
Log Message:
initial import


--- NEW FILE edrip-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <alias binding="same">
    <family>Teams</family>
    <accept>
      <family>Edrip</family>
    </accept>
  </alias>
</fontconfig>

edrip-fonts-license.patch:

--- NEW FILE edrip-fonts-license.patch ---
--- edrip-src-20080317.orig/OFL.txt	2008-03-08 04:31:55.000000000 +0100
+++ edrip-src-20080317/OFL.txt	2008-03-27 00:04:29.000000000 +0100
@@ -5,6 +5,36 @@
 This license is copied below, and is also available with a FAQ at:
 http://scripts.sil.org/OFL
 
+The Font Software incorporates work covered by the following copyright and
+permission notice:
+
+%<----------------------------------------------------------------------------
+The Teams font without an explicit copyright is covered by the following 
+copyright/license:
+
+Copyright (C) 1994-2000 The TopTeam Co. All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
+of this software and associated documentation files (the "Software"), to deal 
+in the Software without restriction, including without limitation the rights 
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
+copies of the Software, and to permit persons to whom the Software is 
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
+TOPTEAM CO. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of TopTeam Co. shall not be used 
+in advertising or otherwise to promote the sale, use or other dealings in this 
+Software without prior written authorization from TopTeam Co.
+%<----------------------------------------------------------------------------
 
 -----------------------------------------------------------
 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007


--- NEW FILE edrip-fonts.spec ---
%define fontname    edrip
%define fontdir     %{_datadir}/fonts/%{fontname}
%define fontconfdir %{_sysconfdir}/fonts/conf.d

%define archivename %{fontname}-src-%{version}

# Why do I need to add this?
%define debug_package %{nil}

Name:    %{fontname}-fonts
Version: 20080317
Release: 1%{?dist}
Summary: Edrip decorative font

Group:     User Interface/X
License:   OFL
URL:       ftp://ftp.dvo.ru/pub/Font/edrip/
Source0:   %{URL}/%{archivename}.tar.bz2
Source1:   %{name}-fontconfig.conf

# TopTeam released Teams in 2000 under a very liberal X11-like license
# consisting of:
# 1. a disclaimer
# 2. the requirement not to use TopTeam's name in advertising
# 3. the requirement to reproduce the license
#
# 1. should be covered by the standard OFL disclaimer
# (X11 license disclaimer descendant with a few more words added)
# 2. maps to OFL clause 4 (more restrictive)
# 3. is not strictly respected, but no one is likely to complain as long as
# the license text used effectively asks for the same things.
#
# So relicensing a derivative under the standard OFL seems legit.
# However to activate OFL clause 4. and respect the original authors
# requirements TopTeam and Teams need to be listed in OFL.txt, which Edrip's
# author forgot to do.
Patch0:    edrip-fonts-license.patch

BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:     noarch
BuildRequires: xgridfit, fontforge

%description
Edrip font is a contrast sans-serif font. It is based on the Teams font
released on 2000 by TopTeam Co. Edrip contains symbols for basic Cyrillic and
Latin alphabets.


%prep
%setup -q -c
%patch0 -p1

%build
make Edrip-Regular.ttf


%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{fontdir}
install -m 0644 -p Edrip-Regular.ttf %{buildroot}%{fontdir}

install -m 0755 -d %{buildroot}%{fontconfdir}
install -m 0644 -p %{SOURCE1} %{buildroot}%{fontconfdir}/61-%{fontname}.conf


%clean
rm -fr %{buildroot}


%post
if [ -x %{_bindir}/fc-cache ] ; then
  %{_bindir}/fc-cache %{fontdir} || :
fi


%postun
if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then
  %{_bindir}/fc-cache %{fontdir} || :
fi


%files
%defattr(0644,root,root,0755)
%doc *.txt README

%config(noreplace) %{fontconfdir}/61-%{fontname}.conf

%dir %{fontdir}
%{fontdir}/Edrip-Regular.ttf


%changelog
* Wed Mar 26 2008 <nicolas.mailhot at laposte.net>
- 20080317-1
✓ Fedora import

* Thu Mar 13 2008 <nicolas.mailhot at laposte.net>
- 20080310-1
✓ Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/edrip-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Mar 2008 16:02:22 -0000	1.1
+++ .cvsignore	26 Mar 2008 23:35:39 -0000	1.2
@@ -0,0 +1 @@
+edrip-src-20080317.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/edrip-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Mar 2008 16:02:22 -0000	1.1
+++ sources	26 Mar 2008 23:35:39 -0000	1.2
@@ -0,0 +1 @@
+5326d63b28602caefcce501858dc4809  edrip-src-20080317.tar.bz2




More information about the fedora-extras-commits mailing list