SPECS: fonts-TTF-MathType.spec (NEW) - new, fonts for mathml in fi...
glen
glen at pld-linux.org
Fri Apr 6 13:46:37 CEST 2007
Author: glen Date: Fri Apr 6 11:46:37 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, fonts for mathml in firefox
---- Files affected:
SPECS:
fonts-TTF-MathType.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fonts-TTF-MathType.spec
diff -u /dev/null SPECS/fonts-TTF-MathType.spec:1.1
--- /dev/null Fri Apr 6 13:46:37 2007
+++ SPECS/fonts-TTF-MathType.spec Fri Apr 6 13:46:32 2007
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary: MathType Fonts
+Name: fonts-TTF-MathType
+Version: 1.0
+Release: 1
+License: looks like free
+Group: Fonts
+Source0: http://www.dessci.com/en/dl/MathTypeTrueTypeFonts.asp
+# Source0-md5: f3522c4ca9b4be08252848c1933d021e
+URL: http://www.dessci.com/en/dl/fonts/
+BuildRequires: cabextract
+Requires(post,postun): fontpostinst
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define ttffontsdir %{_fontsdir}/TTF
+
+%description
+
+%prep
+%setup -qcT
+cabextract %{SOURCE0}
+
+%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/04/06 11:46:32 glen
+- new, fonts for mathml in firefox
+
================================================================
More information about the pld-cvs-commit
mailing list