SPECS: fonts-TTF-MathFonts.spec (NEW) - new, fonts for mathml in f...
glen
glen at pld-linux.org
Fri Apr 6 13:25:27 CEST 2007
Author: glen Date: Fri Apr 6 11:25:26 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, fonts for mathml in firefox
- license.txt copied from URL
---- Files affected:
SPECS:
fonts-TTF-MathFonts.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fonts-TTF-MathFonts.spec
diff -u /dev/null SPECS/fonts-TTF-MathFonts.spec:1.1
--- /dev/null Fri Apr 6 13:25:26 2007
+++ SPECS/fonts-TTF-MathFonts.spec Fri Apr 6 13:25:21 2007
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+# TODO:
+# - type1 fonts also available in zip archive
+# - create -installer if wanted to include in distro
+Summary: Mathematica fonts from Wolfram Research, Inc
+Name: fonts-TTF-MathFonts
+Version: 5.2
+Release: 1
+License: restricted, see URL
+Group: Fonts
+Source0: http://support.wolfram.com/mathematica/systems/windows/general/files/MathFonts_%{version}.zip
+# NoSource0-md5: 2f6898c0b0848b3faad21873d8fd1f9f
+NoSource: 0
+Source1: license.txt
+# Source1-md5: d1f99ea50406e911cae1a52bdf8a8437
+URL: http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define ttffontsdir %{_fontsdir}/TTF
+
+%description
+The TrueType font packs are provided by Wolfram Research, Inc.
+
+%prep
+%setup -qc
+cp %{SOURCE1} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ttffontsdir}
+cp -a Fonts/TrueType/*.ttf $RPM_BUILD_ROOT%{ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%doc license.txt
+%{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:25:21 glen
+- new, fonts for mathml in firefox
+- license.txt copied from URL
+
================================================================
More information about the pld-cvs-commit
mailing list