SPECS: fonts-TTF-RedHat-liberation.spec (NEW) - initial
patrys
patrys at pld-linux.org
Fri May 11 15:37:16 CEST 2007
Author: patrys Date: Fri May 11 13:37:16 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
fonts-TTF-RedHat-liberation.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fonts-TTF-RedHat-liberation.spec
diff -u /dev/null SPECS/fonts-TTF-RedHat-liberation.spec:1.1
--- /dev/null Fri May 11 15:37:16 2007
+++ SPECS/fonts-TTF-RedHat-liberation.spec Fri May 11 15:37:11 2007
@@ -0,0 +1,149 @@
+# $Revision$, $Date$
+%define _name liberation-fonts
+Summary: Fonts to replace commonly used Microsoft Windows Fonts
+Name: fonts-TTF-RedHat-liberation
+Version: 0.1
+Release: 1
+License: GPL v2 + exceptions
+Group: Fonts
+Source0: %{_name}-%{version}.tar.gz
+# Source0-md5: a874631c4641e8496cd9be5c7da74b48
+URL: https://www.redhat.com/promo/fonts/
+Requires(post,postun): fontpostinst
+Requires: %{_fontsdir}/TTF
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _ttffontsdir %{_fontsdir}/TTF
+
+%description
+The Liberation Fonts are intended to be replacements for the three
+most commonly used fonts on Microsoft systems: Times New Roman,
+Arial, and Courier New.
+
+%prep
+%setup -c -n %{_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_ttffontsdir}
+
+install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%{_ttffontsdir}/*
+
+%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/11 13:37:11 patrys
+- initial
+
+Revision 1.31 2007/04/01 18:24:43 qrczak
+- 2.16
+
+Revision 1.30 2007/02/18 21:25:52 qrczak
+- Summary made more accurate.
+
+Revision 1.29 2007/02/18 19:52:39 qrczak
+- 2.15
+
+Revision 1.28 2007/02/14 13:23:49 qrczak
+- 2.14
+
+Revision 1.27 2007/02/13 07:16:44 glen
+- tabs in preamble
+
+Revision 1.26 2007/02/12 00:48:49 baggins
+- converted to UTF-8
+
+Revision 1.25 2006/11/19 18:05:27 aredridel
+- 2.12
+
+Revision 1.24 2006/10/31 17:56:32 maciek2w
+- updated to 2.11
+
+Revision 1.23 2006/08/14 11:25:15 vip
+- updated to 2.9
+
+Revision 1.22 2006/07/21 11:47:44 qboosh
+- updated to 2.8
+
+Revision 1.21 2006/07/17 13:11:32 qboosh
+- pl desc fix
+
+Revision 1.20 2006/06/21 19:51:18 freetz
+- 2.7
+
+Revision 1.19 2006/05/27 19:41:19 maciek2w
+- updated to 2.6
+
+Revision 1.18 2006/05/11 21:06:05 freetz
+- 2.5
+
+Revision 1.17 2006/04/14 15:09:59 freetz
+- 2.4.1
+
+Revision 1.16 2006/02/27 18:06:08 maciek2w
+- updated to 2.3
+- updated Source0 and URL
+
+Revision 1.15 2006/01/26 17:49:26 djurban
+- updated to 2.2, stbr this!
+
+Revision 1.14 2005/11/23 18:56:53 blekot
+- up to 2.0
+
+Revision 1.13 2005/11/02 23:07:45 tommat
+- updated to 1.15
+
+Revision 1.12 2005/06/27 15:48:33 freetz
+- 1.11
+
+Revision 1.11 2005/05/26 17:15:40 aniolek
+- updated to 1.9
+
+Revision 1.10 2005/03/14 06:49:41 paszczus
+- updated to 1.8 ; STBR
+
+Revision 1.9 2005/02/24 23:14:50 aniolek
+- updated to 1.7
+
+Revision 1.8 2005/02/07 17:46:42 czucz
+- updated to 1.6
+
+Revision 1.7 2004/12/16 11:21:02 adamg
+- updated to 1.5
+- dropped Source0-size
+
+Revision 1.6 2004/10/10 10:13:45 djurban
+- BTW. NOTE: THIS IS THE FIRST RELEASE WITH ALL POLISH FONS, so we have a good proposition for new default fonts in PLD (RFC please).
+
+Revision 1.5 2004/10/10 10:12:54 djurban
+- fixURL
+
+Revision 1.4 2004/10/10 06:24:08 krzak
+- up to 1.4
+
+Revision 1.3 2004/09/10 16:41:46 darekr
+- updated to 1.2
+- more files in %doc
+
+Revision 1.2 2004/06/29 19:03:34 qboosh
+- translated utf-8 to iso-8859-2, unification
+
+Revision 1.1 2004/06/29 12:49:35 djurban
+- a bitstream vera fork, contains czech characters (also polish ł and ć), will add some later this this week
================================================================
More information about the pld-cvs-commit
mailing list