SPECS: fonts-TTF-fpf.spec (NEW) * initial release
emes
emes at pld-linux.org
Fri Jun 1 23:46:18 CEST 2007
Author: emes Date: Fri Jun 1 21:46:18 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
* initial release
---- Files affected:
SPECS:
fonts-TTF-fpf.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fonts-TTF-fpf.spec
diff -u /dev/null SPECS/fonts-TTF-fpf.spec:1.1
--- /dev/null Fri Jun 1 23:46:18 2007
+++ SPECS/fonts-TTF-fpf.spec Fri Jun 1 23:46:11 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+%define _subver Beta-1
+Summary: Free Persian fonts
+Summary(pl.UTF-8): Darmowe czcionki perskie
+Name: fonts-TTF-fpf
+Version: 1.0.0
+Release: 1
+License: GPL
+Group: Fonts
+Source0: http://dl.sourceforge.net/fpf/fpf-%{version}-%{_subver}.tar.gz
+# Source0-md5: 5bb2f3aea3c3a43119d72cac0bfc7f11
+URL: http://fpf.sourceforge.net/per/index.html
+Requires(post,postun): fontpostinst
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define ttffontsdir %{_fontsdir}/TTF
+
+%description
+This package contains free fonts of Persian (Farsi) alphabet.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera czcionki alfabetu perskiego (Farsi).
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ttffontsdir}
+
+install FreePersianFont/*.ttf $RPM_BUILD_ROOT%{ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%doc FreePersianFont/{README,Changelog}
+%{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/06/01 21:46:11 emes
+* initial release
+
================================================================
More information about the pld-cvs-commit
mailing list