]> git.pld-linux.org Git - packages/fonts-TTF-macfonts.git/blob - fonts-TTF-macfonts.spec
64aed47e8b0c9c428d647b497d52a89a3fe86341
[packages/fonts-TTF-macfonts.git] / fonts-TTF-macfonts.spec
1 %define         _name   dejavu
2 %define         _rel    1
3 Summary:        Mac OS X fonts
4 Name:           fonts-TTF-macfonts
5 Version:        0.1
6 Release:        1
7 License:        distributable
8 Group:          Fonts
9 Source0:        Fonts.zip
10 # Source0-md5:  9ec9adb4403b2f99cc0b0d1c70b0c178
11 URL:            http://www.osx-e.com/downloads/misc/macfonts.html
12 Requires(post,postun):  fontpostinst
13 Requires:       %{_fontsdir}/TTF
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _ttffontsdir    %{_fontsdir}/TTF
18
19 %description
20 Mac OS X fonts.
21
22 %prep
23 %setup -q -n Fonts
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT%{_ttffontsdir}
28
29 install *.ttf *.TTF $RPM_BUILD_ROOT%{_ttffontsdir}
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %post
35 fontpostinst TTF
36
37 %postun
38 fontpostinst TTF
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.txt
43 %{_ttffontsdir}/*
This page took 0.051093 seconds and 2 git commands to generate.