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