]> git.pld-linux.org Git - packages/fonts-OTF-Inconsolata.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Mon, 29 May 2006 05:55:49 +0000 (05:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-OTF-Inconsolata.spec -> 1.1

fonts-OTF-Inconsolata.spec [new file with mode: 0644]

diff --git a/fonts-OTF-Inconsolata.spec b/fonts-OTF-Inconsolata.spec
new file mode 100644 (file)
index 0000000..2e7699a
--- /dev/null
@@ -0,0 +1,41 @@
+%define                _name   Inconsolata
+Summary:       High-resolution code font
+Name:          fonts-OTF-Inconsolata
+Version:       001.000
+Release:       1
+License:       GPL
+Group:         Fonts
+Source0:       http://www.levien.com/type/myfonts/%{_name}.otf
+# Source0-md5: dc1e556d2fab230145c1cc2df466ec07
+URL:           http://www.levien.com/type/myfonts/inconsolata.html
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/OTF
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _otffontsdir    %{_fontsdir}/OTF
+
+%description
+Inconsolata is a monospace font, designed for code listings and the like, in print. There are a great many "programmer fonts," designed primarily for use on the screen, but in most cases do not have the attention to detail for high resolution rendering.
+
+%prep
+%setup -q -c -T
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_otffontsdir}
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_otffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst OTF
+
+%postun
+fontpostinst OTF
+
+%files
+%defattr(644,root,root,755)
+%{_otffontsdir}/*
This page took 0.109584 seconds and 4 git commands to generate.