SPECS: fonts-TTF-munjoy.spec (NEW) - new
arekm
arekm at pld-linux.org
Wed Oct 26 11:45:47 CEST 2005
Author: arekm Date: Wed Oct 26 09:45:47 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
fonts-TTF-munjoy.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fonts-TTF-munjoy.spec
diff -u /dev/null SPECS/fonts-TTF-munjoy.spec:1.1
--- /dev/null Wed Oct 26 11:45:47 2005
+++ SPECS/fonts-TTF-munjoy.spec Wed Oct 26 11:45:42 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+%define _name munjoyfonts
+Summary: munjoy fonts
+Name: fonts-TTF-munjoy
+Version: 0.1
+Release: 1
+License: distributable
+Group: Fonts
+Source0: http://www.munjoylinux.org/source/munjoyfonts.tar.gz
+# Source0-md5: 0319cc9dc14a92814498dce3e9c74056
+URL: http://www.munjoylinux.org/
+Requires(post,postun): fontpostinst
+Requires: %{_fontsdir}/TTF
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _ttffontsdir %{_fontsdir}/TTF
+
+%description
+munjoy fonts.
+
+%prep
+%setup -q -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 2005/10/26 09:45:42 arekm
+- new
+
+
================================================================
More information about the pld-cvs-commit
mailing list