]> git.pld-linux.org Git - packages/fonts-TTF-MathFonts.git/blame - fonts-TTF-MathFonts.spec
- md5 fixed
[packages/fonts-TTF-MathFonts.git] / fonts-TTF-MathFonts.spec
CommitLineData
548c62b8
ER
1# TODO:
2# - type1 fonts also available in zip archive
3# - create -installer if wanted to include in distro
4Summary: Mathematica fonts from Wolfram Research, Inc
5Name: fonts-TTF-MathFonts
6Version: 5.2
7Release: 1
8License: restricted, see URL
9Group: Fonts
10Source0: http://support.wolfram.com/mathematica/systems/windows/general/files/MathFonts_%{version}.zip
11# NoSource0-md5: 2f6898c0b0848b3faad21873d8fd1f9f
12NoSource: 0
13Source1: license.txt
196823c7 14# Source1-md5: fcbe9b5cdb3acd1ac88134262f67e177
548c62b8 15URL: http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html
88402fbf 16Requires(post,postun): fontpostinst
548c62b8
ER
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define ttffontsdir %{_fontsdir}/TTF
21
22%description
23The TrueType font packs are provided by Wolfram Research, Inc.
24
25%prep
26%setup -qc
27cp %{SOURCE1} .
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT%{ttffontsdir}
32cp -a Fonts/TrueType/*.ttf $RPM_BUILD_ROOT%{ttffontsdir}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%post
38fontpostinst TTF
39
40%postun
41fontpostinst TTF
42
43%files
44%defattr(644,root,root,755)
45%doc license.txt
46%{ttffontsdir}/*.ttf
This page took 0.074755 seconds and 4 git commands to generate.