]> git.pld-linux.org Git - packages/fonts-TTF-texcm.git/blob - fonts-TTF-texcm.spec
- pl
[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 Requires(post,postun):  fontpostinst
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         ttffontsdir     %{_fontsdir}/TTF
18
19 %description
20 TeX's Computer Modern Fonts.
21
22 %description -l pl.UTF-8
23 Fonty Computer Modern z TeXa.
24
25 %prep
26 %setup -q -n texcm-ttf
27 cp -a %{SOURCE1} .
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{ttffontsdir}
32 cp -a *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %post
38 fontpostinst TTF
39
40 %postun
41 fontpostinst TTF
42
43 %files
44 %defattr(644,root,root,755)
45 %doc license.txt
46 %{ttffontsdir}/*.ttf
This page took 0.032411 seconds and 3 git commands to generate.