]> git.pld-linux.org Git - packages/fonts-TTF-MathFonts.git/blame - fonts-TTF-MathFonts.spec
- BR: unzip
[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
08958165 16BuildRequires: unzip
88402fbf 17Requires(post,postun): fontpostinst
548c62b8
ER
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%define ttffontsdir %{_fontsdir}/TTF
22
23%description
24The TrueType font packs are provided by Wolfram Research, Inc.
25
99ef34f2
JB
26%description -l pl.UTF-8
27Fonty dla programu Mathematica produkcji Wolfram Research, Inc.
28
548c62b8
ER
29%prep
30%setup -qc
99ef34f2 31cp %{SOURCE1} license.txt
548c62b8
ER
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT%{ttffontsdir}
36cp -a Fonts/TrueType/*.ttf $RPM_BUILD_ROOT%{ttffontsdir}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%post
42fontpostinst TTF
43
44%postun
45fontpostinst TTF
46
47%files
48%defattr(644,root,root,755)
49%doc license.txt
50%{ttffontsdir}/*.ttf
This page took 0.068276 seconds and 4 git commands to generate.