rpms/darkgarden-fonts/F-8 69-darkgarden.conf, NONE, 1.1 darkgarden-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lyos Gemini Norezel (lyosnorezel) fedora-extras-commits at redhat.com
Sat Aug 2 08:40:18 UTC 2008


Author: lyosnorezel

Update of /cvs/pkgs/rpms/darkgarden-fonts/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28164/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	69-darkgarden.conf darkgarden-fonts.spec import.log 
Log Message:
* Sat Aug 02 2008 Lyos Gemini Norezel <Lyos.GeminiNorezel at gmail.com>
- initial import




--- NEW FILE 69-darkgarden.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<!-- /etc/fonts/conf.d/69-darkgarden.conf

     Define settings for DarkGarden fonts

     © 2008 Lyos Gemini Norezel <Lyos.GeminiNorezel at gmail.com>
-->
<fontconfig>
<alias binding="same"><family>Sans</family><accept><family>DarkGarden</family></accept></alias>
</fontconfig>



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

Name:		%{fontname}-fonts
Version:	1.1
Release:	1%{?dist}
Summary:	Dark Garden is a decorative outline font of unusual shape

Group:		User Interface/X
License:	GPLv2
URL:		http://darkgarden.sourceforge.net/
Source0:	http://darkgarden.sourceforge.net/darkgarden-1.1.src.zip
Source1:	69-darkgarden.conf
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:	noarch
BuildRequires:	fontforge >= 20061025-1

%description
Dark Garden is a decorative outline font of unusual shape. 
The typeface is based on author's original hand drawings. 
The letterform is complex, with all characters decorated 
with spikes resembling thorns or flames, character spacing 
is very dense. Such a theme makes it a great font for titles, 
banners, logos etc. Due to the font's complicated form, 
long text passages are not very legible, but short paragraphs 
such as titles or lyrics / poetry look very well.

%prep
%setup -q -n darkgarden-1.1 %{SOURCE0}

%build
fontforge -c 'Open($1); Generate($2)' DarkGarden.sfd DarkGarden.ttf

%install
rm -rf $RPM_BUILD_ROOT

install -dm 755 $RPM_BUILD_ROOT%{fontdir}
install -pm 644 *.ttf $RPM_BUILD_ROOT%{fontdir}
install -m 0755 -d $RPM_BUILD_ROOT%{fontconfdir}
install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{fontconfdir}/

%clean
rm -rf $RPM_BUILD_ROOT

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

%files
%defattr(644,root,root,755)
%doc COPYING.txt
%doc README.txt
%doc COPYING-GPL.txt

%dir %{fontdir}/
%{fontdir}/*.ttf
%config(noreplace) %{fontconfdir}/%{conf1}

%changelog
* Mon Jul 21 2008 Lyos Gemini Norezel <Lyos.GeminiNorezel at gmail.com> 1.1-1
- Modified spec file to more closely follow fedora's policy
- Checked spec and srpm against rpmlint and mock

* Fri Jul 11 2008 Lyos Gemini Norezel <Lyos.GeminiNorezel at gmail.com>
- Created DarkGarden font package


--- NEW FILE import.log ---
darkgarden-fonts-1_1-1_fc9:F-8:darkgarden-fonts-1.1-1.fc9.src.rpm:1217665286


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/darkgarden-fonts/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Aug 2008 02:42:12 -0000	1.1
+++ .cvsignore	2 Aug 2008 08:39:48 -0000	1.2
@@ -0,0 +1 @@
+darkgarden-1.1.src.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/darkgarden-fonts/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Aug 2008 02:42:12 -0000	1.1
+++ sources	2 Aug 2008 08:39:48 -0000	1.2
@@ -0,0 +1 @@
+194404863ea40baf156c6d29f4f6bc5e  darkgarden-1.1.src.zip




More information about the fedora-extras-commits mailing list