Author: qboosh Date: Sun Oct 30 00:26:05 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xorg-driver-video-i810.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xorg-driver-video-i810.spec diff -u /dev/null SPECS/xorg-driver-video-i810.spec:1.1 --- /dev/null Sun Oct 30 02:26:05 2005 +++ SPECS/xorg-driver-video-i810.spec Sun Oct 30 02:26:00 2005 @@ -0,0 +1,78 @@ +# $Revision$, $Date$ +Summary: X.org video driver for Intel integrated graphics chipsets +Summary(pl): Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela +Name: xorg-driver-video-i810 +Version: 1.4.0.1 +Release: 0.1 +License: MIT +Group: X11/Applications +Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-i810-%{version}.tar.bz2 +# Source0-md5: 5a9baec79f3c73c058ea0ad98660b174 +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRequires: libdrm-devel +BuildRequires: libtool +BuildRequires: pkgconfig >= 1:0.19 +BuildRequires: xorg-lib-libXvMC-devel +BuildRequires: xorg-proto-videoproto-devel +BuildRequires: xorg-proto-xf86driproto-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 Intel integrated graphics chipsets. It supports +the i810, i810-DC100, i810e, i815, 830M, 845G, 852GM, 855GM, 865G, +915G and 915GM chipsets. + +%description -l pl +Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela. +Obsługuje układy i810, i810-DC100, i810e, i815, 830M, 845G, 852GM, +855GM, 865G, 915G i 915GM. + +%prep +%setup -q -n xf86-video-i810-%{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 \ + $RPM_BUILD_ROOT%{_libdir}/libI810XvMC.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_libdir}/xorg/modules/drivers/i810_drv.so +%attr(755,root,root) %{_libdir}/libI810XvMC.so.*.*.* +%{_mandir}/man4/i810.4x* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/10/30 00:26:00 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
