SPECS: xorg-font-font-bh-lucidatypewriter-100dpi.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Mon Dec 5 13:08:09 CET 2005
Author: qboosh Date: Mon Dec 5 12:08:09 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xorg-font-font-bh-lucidatypewriter-100dpi.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-font-font-bh-lucidatypewriter-100dpi.spec
diff -u /dev/null SPECS/xorg-font-font-bh-lucidatypewriter-100dpi.spec:1.1
--- /dev/null Mon Dec 5 13:08:09 2005
+++ SPECS/xorg-font-font-bh-lucidatypewriter-100dpi.spec Mon Dec 5 13:08:03 2005
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+Summary: bh-lucidatypewriter-100dpi font
+Summary(pl): Font bh-lucidatypewriter-100dpi
+Name: xorg-font-font-bh-lucidatypewriter-100dpi
+Version: 0.99.2
+Release: 0.1
+License: MIT
+Group: Fonts
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC3/font/font-bh-lucidatypewriter-100dpi-%{version}.tar.bz2
+# Source0-md5: 17ac22e593fb2c1e7454035fd29552c9
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-app-bdftopcf
+BuildRequires: xorg-app-mkfontdir
+BuildRequires: xorg-app-mkfontscale
+BuildRequires: xorg-font-font-util >= 0.99.2
+BuildRequires: xorg-util-util-macros
+Requires(post,postun): fontpostinst
+Requires: %{_fontsdir}/100dpi
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+bh-lucidatypewriter-100dpi font.
+
+%description -l pl
+Font bh-lucidatypewriter-100dpi.
+
+%prep
+%setup -q -n font-bh-lucidatypewriter-100dpi-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+ --with-fontdir=%{_fontsdir}/100dpi
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst 100dpi
+
+%postun
+fontpostinst 100dpi
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog
+%{_fontsdir}/100dpi/*.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/12/05 12:08:03 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list