SPECS: xorg-driver-video-chips.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Oct 29 18:51:52 CEST 2005
Author: qboosh Date: Sat Oct 29 16:51:52 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xorg-driver-video-chips.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-driver-video-chips.spec
diff -u /dev/null SPECS/xorg-driver-video-chips.spec:1.1
--- /dev/null Sat Oct 29 18:51:52 2005
+++ SPECS/xorg-driver-video-chips.spec Sat Oct 29 18:51:47 2005
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+Summary: X.org video driver for Chips and Technologies video processors
+Summary(pl): Sterownik obrazu X.org do układów graficznych Chips and Technologies
+Name: xorg-driver-video-chips
+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-chips-%{version}.tar.bz2
+# Source0-md5: 0b6943039f39c4ff35129049b29dc2ec
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-proto-videoproto-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 Chips and Technologies video processors. It
+supports video processors on most of the bus types currently
+available. Supported chipsets fall into one of three architectural
+classes: basic (ct65520, ct65525, ct65530, ct65535, ct65540, ct65545,
+ct65546, ct65548), WinGine (ct64200, ct64300) and HiQV (ct65550,
+ct65554, ct65555, ct68554, ct69000, ct96030).
+
+%description -l pl
+Sterownik obrazu X.org do układów graficznych Chips and Technologies.
+Obsluguje układy graficzne na większości z dostępnych teraz szyn.
+Obsługiwane są układy z trzech klas architektur: basic (ct65520,
+ct65525, ct65530, ct65535, ct65540, ct65545, ct65546, ct65548),
+WinGine (ct64200, ct64300) oraz HiQV (ct65550, ct65554, ct65555,
+ct68554, ct69000, ct96030).
+
+%prep
+%setup -q -n xf86-video-chips-%{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 ChangeLog README
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/chips_drv.so
+%{_mandir}/man4/chips.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/29 16:51:47 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list