SPECS: fonts-bitmap-nexus.spec (NEW) - NEW - small but readable fonts

sparky sparky at pld-linux.org
Sat Jul 9 20:30:18 CEST 2005


Author: sparky                       Date: Sat Jul  9 18:30:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW - small but readable fonts

---- Files affected:
SPECS:
   fonts-bitmap-nexus.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fonts-bitmap-nexus.spec
diff -u /dev/null SPECS/fonts-bitmap-nexus.spec:1.1
--- /dev/null	Sat Jul  9 20:30:18 2005
+++ SPECS/fonts-bitmap-nexus.spec	Sat Jul  9 20:30:13 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	A sans-serif fixed font
+%define	_pkgname	nexus
+Name:		fonts-bitmap-nexus
+Version:	0.0.2
+%define	_snap	20050704
+# this is not changing so don't include snap in rel
+Release:	0.1
+License:	BSD
+Group:		X11/Applications
+#Source0:	http://dl.sourceforge.net/enlightenment/%{_pkgname}-%{version}.tar.gz
+Source0:	ftp://ftp.sparky.homelinux.org/snaps/enli/misc/%{_pkgname}-%{_snap}.tar.gz
+# Source0-md5:	0c430037a88e7d986da8bfda227c061a
+URL:		http://enlightenment.org/
+BuildRequires:	XFree86-devel
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A sans-serif, fixed font with iso8859 encoding. Only available as 10
+point with medium weight.
+
+%prep
+%setup -q -n %{_pkgname}
+
+%build
+/usr/bin/X11/bdftopcf nex6x10.bdf > nex6x10.pcf
+gzip -9nf nex6x10.pcf
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_fontsdir}
+install nex6x10.pcf.gz $RPM_BUILD_ROOT%{_fontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst misc
+
+%postun
+fontpostinst misc
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README
+%{_fontsdir}/nex6x10.pcf.gz
+
+%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  2005/07/09 18:30:13  sparky
+- NEW - small but readable fonts
+
================================================================



More information about the pld-cvs-commit mailing list