]> git.pld-linux.org Git - packages/fonts-TTF-MathType.git/blob - fonts-TTF-MathType.spec
- pl
[packages/fonts-TTF-MathType.git] / fonts-TTF-MathType.spec
1 Summary:        MathType Fonts
2 Summary(pl.UTF-8):      Fonty MathType
3 Name:           fonts-TTF-MathType
4 Version:        1.0
5 Release:        1
6 License:        looks like free
7 Group:          Fonts
8 Source0:        http://www.dessci.com/en/dl/MathTypeTrueTypeFonts.asp
9 # Source0-md5:  f3522c4ca9b4be08252848c1933d021e
10 URL:            http://www.dessci.com/en/dl/fonts/
11 BuildRequires:  cabextract
12 Requires(post,postun):  fontpostinst
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         ttffontsdir     %{_fontsdir}/TTF
17
18 %description
19 MathType Fonts.
20
21 %description -l pl.UTF-8
22 Fonty MathType.
23
24 %prep
25 %setup -qcT
26 cabextract %{SOURCE0}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{ttffontsdir}
31 cp -a *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %post
37 fontpostinst TTF
38
39 %postun
40 fontpostinst TTF
41
42 %files
43 %defattr(644,root,root,755)
44 %{ttffontsdir}/*.ttf
This page took 0.079749 seconds and 3 git commands to generate.