]> git.pld-linux.org Git - packages/fonts-TTF-MathFonts.git/blame_incremental - fonts-TTF-MathFonts.spec
- BR: unzip
[packages/fonts-TTF-MathFonts.git] / fonts-TTF-MathFonts.spec
... / ...
CommitLineData
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.
5Summary(pl.UTF-8): Fonty dla programu Mathematica produkcji Wolfram Research, Inc.
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
14Source1: %{name}-license.txt
15URL: http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html
16BuildRequires: unzip
17Requires(post,postun): fontpostinst
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
26%description -l pl.UTF-8
27Fonty dla programu Mathematica produkcji Wolfram Research, Inc.
28
29%prep
30%setup -qc
31cp %{SOURCE1} license.txt
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.02578 seconds and 5 git commands to generate.