]> git.pld-linux.org Git - packages/fonts-TTF-macfonts.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Sep 2006 17:12:10 +0000 (17:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-macfonts.spec -> 1.1

fonts-TTF-macfonts.spec [new file with mode: 0644]

diff --git a/fonts-TTF-macfonts.spec b/fonts-TTF-macfonts.spec
new file mode 100644 (file)
index 0000000..64aed47
--- /dev/null
@@ -0,0 +1,43 @@
+%define                _name   dejavu
+%define                _rel    1
+Summary:       Mac OS X fonts
+Name:          fonts-TTF-macfonts
+Version:       0.1
+Release:       1
+License:       distributable
+Group:         Fonts
+Source0:       Fonts.zip
+# Source0-md5: 9ec9adb4403b2f99cc0b0d1c70b0c178
+URL:           http://www.osx-e.com/downloads/misc/macfonts.html
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/TTF
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _ttffontsdir    %{_fontsdir}/TTF
+
+%description
+Mac OS X fonts.
+
+%prep
+%setup -q -n Fonts
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_ttffontsdir}
+
+install *.ttf *.TTF $RPM_BUILD_ROOT%{_ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt
+%{_ttffontsdir}/*
This page took 0.053677 seconds and 4 git commands to generate.