]> git.pld-linux.org Git - packages/fonts-TTF-MathFonts.git/blame - fonts-TTF-MathFonts.spec
- pl
[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
99ef34f2
JB
4Summary: Mathematica fonts from Wolfram Research, Inc.
5Summary(pl.UTF-8): Fonty dla programu Mathematica produkcji Wolfram Research, Inc.
548c62b8
ER
6Name: fonts-TTF-MathFonts
7Version: 5.2
8Release: 1
9License: restricted, see URL
10Group: Fonts
11Source0: http://support.wolfram.com/mathematica/systems/windows/general/files/MathFonts_%{version}.zip
12# NoSource0-md5: 2f6898c0b0848b3faad21873d8fd1f9f
13NoSource: 0
99ef34f2 14Source1: %{name}-license.txt
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
99ef34f2
JB
25%description -l pl.UTF-8
26Fonty dla programu Mathematica produkcji Wolfram Research, Inc.
27
548c62b8
ER
28%prep
29%setup -qc
99ef34f2 30cp %{SOURCE1} license.txt
548c62b8
ER
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{ttffontsdir}
35cp -a Fonts/TrueType/*.ttf $RPM_BUILD_ROOT%{ttffontsdir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%post
41fontpostinst TTF
42
43%postun
44fontpostinst TTF
45
46%files
47%defattr(644,root,root,755)
48%doc license.txt
49%{ttffontsdir}/*.ttf
This page took 1.50115 seconds and 4 git commands to generate.