SPECS: xorg-driver-video-intel.spec (NEW) - new
arekm
arekm at pld-linux.org
Tue Feb 6 08:12:06 CET 2007
Author: arekm Date: Tue Feb 6 07:12:06 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xorg-driver-video-intel.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-driver-video-intel.spec
diff -u /dev/null SPECS/xorg-driver-video-intel.spec:1.1
--- /dev/null Tue Feb 6 08:12:06 2007
+++ SPECS/xorg-driver-video-intel.spec Tue Feb 6 08:12:01 2007
@@ -0,0 +1,85 @@
+# $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-intel
+%define snap 20070206
+Version: 1.7.2
+Release: 0.%{snap}.1
+License: MIT
+Group: X11/Applications
+# Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-%{version}.tar.bz2
+Source0: xf86-video-intel-20070206.tar.gz
+# Source0-md5: d88a20c27d10358be1b6310e3aea61ad
+URL: http://xorg.freedesktop.org/
+BuildRequires: Mesa-libGL-devel
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libdrm-devel >= 2.0
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-lib-libXvMC-devel
+BuildRequires: xorg-proto-fontsproto-devel
+BuildRequires: xorg-proto-randrproto-devel
+BuildRequires: xorg-proto-renderproto-devel
+BuildRequires: xorg-proto-videoproto-devel
+BuildRequires: xorg-proto-xf86driproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.2
+BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
+Requires: xorg-xserver-server >= 1.0.99.901
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org video driver for Intel integrated graphics chipsets. It supports
+the intel, intel-DC100, intele, i815, 830M, 845G, 852GM, 855GM, 865G,
+915G, 915GM, 945G, 945GM, 965G, 965Q and 946GZ chipsets.
+
+%description -l pl
+Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela.
+Obsługuje układy intel, intel-DC100, intele, i815, 830M, 845G, 852GM,
+855GM, 865G, 915G, 915GM, 945G, 945GM, 965G, 965Q i 946GZ.
+
+%prep
+%setup -q -n xf86-video-intel
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+ --disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+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 COPYING README
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/intel_drv.so
+%attr(755,root,root) %{_libdir}/libI810XvMC.so.*.*.*
+%{_mandir}/man4/intel.4*
+
+%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 2007/02/06 07:12:01 arekm
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list