]> git.pld-linux.org Git - packages/fonts-TTF-texcm.git/blob - fonts-TTF-texcm.spec
- BR: unzip
[packages/fonts-TTF-texcm.git] / fonts-TTF-texcm.spec
1 Summary:        TeX's Computer Modern Fonts
2 Summary(pl.UTF-8):      Fonty Computer Modern z TeXa
3 Name:           fonts-TTF-texcm
4 Version:        1.0
5 Release:        1
6 License:        distributable non-commercially
7 Group:          Fonts
8 Source0:        http://www.mozilla.org/projects/mathml/fonts/bakoma/texcm-ttf.zip
9 # Source0-md5:  7bd39b8860b09c8d5e507dae70484b80
10 Source1:        http://www.mozilla.org/projects/mathml/fonts/bakoma/license.txt
11 # Source1-md5:  3ae8d75400a0078db5d7276366c776b0
12 URL:            http://www.mozilla.org/projects/mathml/fonts/
13 BuildRequires:  unzip
14 Requires(post,postun):  fontpostinst
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         ttffontsdir     %{_fontsdir}/TTF
19
20 %description
21 TeX's Computer Modern Fonts.
22
23 %description -l pl.UTF-8
24 Fonty Computer Modern z TeXa.
25
26 %prep
27 %setup -q -n texcm-ttf
28 cp -a %{SOURCE1} .
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{ttffontsdir}
33 cp -a *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %post
39 fontpostinst TTF
40
41 %postun
42 fontpostinst TTF
43
44 %files
45 %defattr(644,root,root,755)
46 %doc license.txt
47 %{ttffontsdir}/*.ttf
This page took 0.110532 seconds and 3 git commands to generate.