SPECS: xorg-driver-video-sis.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sun Oct 30 14:13:49 CET 2005
Author: qboosh Date: Sun Oct 30 13:13:49 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xorg-driver-video-sis.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-driver-video-sis.spec
diff -u /dev/null SPECS/xorg-driver-video-sis.spec:1.1
--- /dev/null Sun Oct 30 14:13:49 2005
+++ SPECS/xorg-driver-video-sis.spec Sun Oct 30 14:13:44 2005
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+Summary: X.org video driver for SiS and XGI video chips
+Summary(pl): Sterownik obrazu X.org dla układów graficznych SiS i XGI
+Name: xorg-driver-video-sis
+Version: 0.8.0.1
+Release: 0.1
+License: MIT
+Group: X11/Applications
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-sis-%{version}.tar.bz2
+# Source0-md5: fb50427e1a19168a17481a4cb23bb7ab
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libdrm-devel
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-proto-videoproto-devel
+BuildRequires: xorg-proto-xf86dgaproto-devel
+BuildRequires: xorg-proto-xf86driproto-devel
+BuildRequires: xorg-proto-xf86miscproto-devel
+BuildRequires: xorg-proto-xineramaproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.1
+BuildRequires: xorg-xserver-server-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org video driver for SiS and XGI video chips. It supports PCI, AGP
+and PCIe video cards based on the following chipsets: SiS5597/5598,
+SiS530/620, SiS6326/AGP/DVD (called old series), SiS300/305, SiS540,
+SiS630/730 (called 300 series), SiS315/E/H/PRO, SiS550/551/552,
+SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
+XGI Volari Z7 (called 315/330/340 series).
+
+%description -l pl
+Sterownik obrazu X.org dla układów graficznych SiS i XGI. Obsługuje
+karty PCI, AGP i PCIe oparte na następujących układach: SiS5597/5598,
+SiS530/620, SiS6326/AGP/DVD (zwanych starą serią), SiS300/305, SiS540,
+SiS630/730 (zwanych serią 300), SiS315/E/H/PRO, SiS550/551/552,
+SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
+XGI Volari Z7 (zwanych serią 315/330/340).
+
+%prep
+%setup -q -n xf86-video-sis-%{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)
+%doc README
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/sis_drv.so
+%{_mandir}/man4/sis.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 13:13:44 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list