]> git.pld-linux.org Git - packages/fonts-TTF-Adobe-MinionWeb.git/commitdiff
- new font, distributed with IE4
authordjurban <djurban@pld-linux.org>
Sat, 4 Jun 2005 16:31:23 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-Adobe-MinionWeb.spec -> 1.1

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

diff --git a/fonts-TTF-Adobe-MinionWeb.spec b/fonts-TTF-Adobe-MinionWeb.spec
new file mode 100644 (file)
index 0000000..00f7432
--- /dev/null
@@ -0,0 +1,46 @@
+%define                _name   MinionWeb
+Summary:       Adobe Minion Web - part of Adobe WebType
+Summary(pl):   Czcionka dark garden
+Name:          fonts-TTF-Adobe-%{_name}
+Version:       1.0
+Release:       1
+License:       nondistributable on term of Internet Explorer 4 EULA
+Group:         Fonts
+Source0:       http://maxtor1.slu.edu.ph/Public/GRAPHICS/Photodlx/INSTALL/IE4/FONTSUP.CAB
+# NoSource0-md5:       64e173b3b6fac1ff9105c361308baee4
+NoSource:      0
+BuildRequires: cabextract
+Requires(post,postun): fontpostinst
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         ttffontsdir     %{_fontsdir}/TTF
+
+%description
+Minion is an Adobe Originals typeface family designed by Robert
+Slimbach. Minion is inspired by classical, old style typefaces of the
+late Renaissance, a period of elegant, beautiful, and highly readable
+type designs. Minion Web has been optimized for onscreen use.
+
+%prep
+%setup -q -T -c
+cabextract %{SOURCE0}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ttffontsdir}
+
+install Minionw.ttf $RPM_BUILD_ROOT%{ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%{ttffontsdir}/*.ttf
This page took 0.081747 seconds and 4 git commands to generate.