SPECS: fonts-OTF-Inconsolata.spec (NEW) - added

aredridel aredridel at pld-linux.org
Mon May 29 07:55:55 CEST 2006


Author: aredridel                    Date: Mon May 29 05:55:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   fonts-OTF-Inconsolata.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fonts-OTF-Inconsolata.spec
diff -u /dev/null SPECS/fonts-OTF-Inconsolata.spec:1.1
--- /dev/null	Mon May 29 07:55:55 2006
+++ SPECS/fonts-OTF-Inconsolata.spec	Mon May 29 07:55:49 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%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}/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/29 05:55:49  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list