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