]> git.pld-linux.org Git - packages/fonts-TTF-MathType.git/commitdiff
- new, fonts for mathml in firefox
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Apr 2007 11:46:32 +0000 (11:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-MathType.spec -> 1.1

fonts-TTF-MathType.spec [new file with mode: 0644]

diff --git a/fonts-TTF-MathType.spec b/fonts-TTF-MathType.spec
new file mode 100644 (file)
index 0000000..a073f0f
--- /dev/null
@@ -0,0 +1,39 @@
+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
This page took 0.163723 seconds and 4 git commands to generate.