rpms/brettfont-fonts/F-9 brettfont-fonts.spec, NONE, 1.1 sources, 1.1, 1.2

Jonathan Stanley (jstanley) fedora-extras-commits at redhat.com
Wed May 7 05:38:22 UTC 2008


Author: jstanley

Update of /cvs/pkgs/rpms/brettfont-fonts/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3476

Modified Files:
	sources 
Added Files:
	brettfont-fonts.spec 
Log Message:


Initial commit for F-9 branch



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

Name:           %{fontname}-fonts
Version:        20080506
Release:        1%{?dist}
Summary:        A handwriting font

Group:          User Interface/X
License:        OFL
URL:            http://openfontlibrary.org/media/files/brettalton/205
Source0:        http://openfontlibrary.org/people/brettalton/brettalton_-_Brett_Font.ttf
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

%description
A handwriting font made by Brett Alton.

%prep

%build


%install
rm -rf $RPM_BUILD_ROOT

install -dm 755 $RPM_BUILD_ROOT%{fontdir}
install -pm 644 %{SOURCE0} $RPM_BUILD_ROOT%{fontdir}



%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
%dir %{fontdir}/
%{fontdir}/*.ttf


%changelog
* Tue May 06 2008 Jon Stanley <jonstanley at gmail.com> - 20080506-1
- Bump version, remove %%prep cp, change %%install

* Mon May 05 2008 Jon Stanley <jonstanley at gmail.com> - 1.0-2
- Changed %%description

* Mon May 05 2008 Jon Stanley <jonstanley at gmail.com> - 1.0-1
- Initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/brettfont-fonts/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 May 2008 00:19:43 -0000	1.1
+++ sources	7 May 2008 05:37:46 -0000	1.2
@@ -0,0 +1 @@
+32ef0129f062e1763f900e58f864d4c3  brettalton_-_Brett_Font.ttf




More information about the fedora-extras-commits mailing list