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