SPECS: liberation-fonts-ttf.spec (NEW) - init
wolvverine
wolvverine at pld-linux.org
Tue May 15 05:30:54 CEST 2007
Author: wolvverine Date: Tue May 15 03:30:54 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
liberation-fonts-ttf.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/liberation-fonts-ttf.spec
diff -u /dev/null SPECS/liberation-fonts-ttf.spec:1.1
--- /dev/null Tue May 15 05:30:54 2007
+++ SPECS/liberation-fonts-ttf.spec Tue May 15 05:30:48 2007
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+# TODO: http://uwstopia.nl/files/2007/05/fonts-conf-liberation-snippet.txt
+Summary: Liberation fonts.
+Summary(pl.UTF-8): Fonty Liberation.
+Name: liberation-fonts-ttf
+Version: 0.1
+Release: 1
+License: GPL
+Group: Fonts
+Source0: https://www.redhat.com/f/fonts/%{name}-2.tar.gz
+# Source0-md5: 360dee2d73159522db3be6af8ec23294
+URL: https://www.redhat.com/promo/fonts/
+Requires(post,postun): fontpostinst
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define ttffontsdir %{_fontsdir}/TTF
+
+%description
+Red Hat TTF liberation fonts
+
+description -l pl.UTF-8
+Fonty liberation od Red Hat-a
+
+%prep
+%setup -q -c -T -a0
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ttffontsdir}
+cp -a *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%{ttffontsdir}/*.ttf
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/05/15 03:30:48 wolvverine
+- init
+
================================================================
More information about the pld-cvs-commit
mailing list