SPECS: xorg-driver-video-sunleo.spec (NEW) - new, useful on sparc ...
qboosh
qboosh at pld-linux.org
Sun Oct 30 15:34:46 CET 2005
Author: qboosh Date: Sun Oct 30 14:34:46 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, useful on sparc only (sbus)
---- Files affected:
SPECS:
xorg-driver-video-sunleo.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-driver-video-sunleo.spec
diff -u /dev/null SPECS/xorg-driver-video-sunleo.spec:1.1
--- /dev/null Sun Oct 30 15:34:46 2005
+++ SPECS/xorg-driver-video-sunleo.spec Sun Oct 30 15:34:41 2005
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+Summary: X.org video driver for Sun Leo (ZX) video cards
+Summary(pl): Sterownik obrazu X.org dla kart graficznych Sun Leo (ZX)
+Name: xorg-driver-video-sunleo
+Version: 1.0.0.1
+Release: 0.1
+License: MIT
+Group: X11/Applications
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-sunleo-%{version}.tar.bz2
+# Source0-md5: a76954494d3debed2fb6662359c9071a
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-proto-xproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.1
+BuildRequires: xorg-xserver-server-devel
+ExclusiveArch: sparc sparcv9 sparc64
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org video driver for Sun Leo (ZX) video cards. It supports all Sun
+stations that include a Leo (also known as ZX, TZX, TurboZX) chipset:
+- Sun 4/15, 4/30, 4/75,
+- SPARCstation 5, 10, 20
+- Ultra 1, 1E, 2
+and servers:
+- SPARCserver 1000
+- SPARCcenter 2000
+
+%description -l pl
+Sterownik obrazu X.org dla kart graficznych Sun Leo (ZX). Obsługuje
+wszystkie stacje robocze Suna zawierające układ Leo (znany także jako
+ZX, TZX, TurboZX):
+- Sun 4/15, 4/30, 4/75,
+- SPARCstation 5, 10, 20
+- Ultra 1, 1E, 2
+oraz serwery:
+- SPARCserver 1000
+- SPARCcenter 2000
+
+%prep
+%setup -q -n xf86-video-sunleo-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+ --disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ drivermandir=%{_mandir}/man4
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/sunleo_drv.so
+%{_mandir}/man4/sunleo.4x*
+
+%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/10/30 14:34:41 qboosh
+- new, useful on sparc only (sbus)
================================================================
More information about the pld-cvs-commit
mailing list