]> git.pld-linux.org Git - packages/fonts-TTF-microsoft-tahoma.git/commitdiff
- remaining font from msttcorefonts collection (different legal situation)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Jul 2003 18:23:08 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-microsoft-tahoma.spec -> 1.1

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

diff --git a/fonts-TTF-microsoft-tahoma.spec b/fonts-TTF-microsoft-tahoma.spec
new file mode 100644 (file)
index 0000000..1cb6733
--- /dev/null
@@ -0,0 +1,56 @@
+#
+# Conditional build:
+# _with_license_agreement       - generates package (may require Windows license?)
+#
+Summary:       Microsoft Tahoma True Type font
+Summary(pl):   Font True Type Tahoma firmy Microsoft
+Name:          fonts-TTF-microsoft-tahoma
+Version:       20020525
+Release:       1
+# part of IE update - may require Windows license to use
+License:       ?
+Group:         Fonts
+# also at http://dl.sourceforge.net/corefonts/
+Source0:       http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IELPKTH.CAB
+# NoSource0-md5: 358584cddb75ac90472c25f01b308ebe
+%if 0%{!?_with_license_agreement:1}
+NoSource:      0
+%endif
+BuildRequires: cabextract
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/TTF
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                ttffontsdir     %{_fontsdir}/TTF
+
+%description
+Microsoft Tahoma True Type font.
+
+%description -l pl
+Fontów True Type Tahoma firmy Microsoft.
+
+%prep
+%setup -q -c -T
+%if 0%{!?_with_license_agreement:1}
+exit 1
+%endif
+/usr/bin/cabextract -L %{SOURCE0}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ttffontsdir}
+install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%{ttffontsdir}/*
This page took 0.072417 seconds and 4 git commands to generate.