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

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

diff --git a/fonts-TTF-texcm.spec b/fonts-TTF-texcm.spec
new file mode 100644 (file)
index 0000000..a3aa301
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       TeX's Computer Modern Fonts
+Name:          fonts-TTF-texcm
+Version:       1.0
+Release:       1
+License:       distributable non-commercially
+Group:         Fonts
+Source0:       http://www.mozilla.org/projects/mathml/fonts/bakoma/texcm-ttf.zip
+# Source0-md5: 7bd39b8860b09c8d5e507dae70484b80
+Source1:       http://www.mozilla.org/projects/mathml/fonts/bakoma/license.txt
+# Source1-md5: 3ae8d75400a0078db5d7276366c776b0
+URL:   http://www.mozilla.org/projects/mathml/fonts/
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         ttffontsdir     %{_fontsdir}/TTF
+
+%description
+TeX's Computer Modern Fonts.
+
+%prep
+%setup -q -n texcm-ttf
+cp -a %{SOURCE1} .
+
+%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)
+%doc license.txt
+%{ttffontsdir}/*.ttf
This page took 0.077047 seconds and 4 git commands to generate.