]> git.pld-linux.org Git - packages/xorg-driver-video-intel.git/blame - xorg-driver-video-intel.spec
- converted to UTF-8
[packages/xorg-driver-video-intel.git] / xorg-driver-video-intel.spec
CommitLineData
ab8deb8e 1Summary: X.org video driver for Intel integrated graphics chipsets
3db5f01a 2Summary(pl.UTF-8): Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela
ab8deb8e
AM
3Name: xorg-driver-video-intel
4%define snap 20070206
5Version: 1.7.2
6Release: 0.%{snap}.1
7License: MIT
8Group: X11/Applications
9# Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-%{version}.tar.bz2
10Source0: xf86-video-intel-20070206.tar.gz
11# Source0-md5: d88a20c27d10358be1b6310e3aea61ad
12URL: http://xorg.freedesktop.org/
13BuildRequires: Mesa-libGL-devel
14BuildRequires: autoconf >= 2.57
15BuildRequires: automake
16BuildRequires: libdrm-devel >= 2.0
17BuildRequires: libtool
18BuildRequires: pkgconfig >= 1:0.19
19BuildRequires: xorg-lib-libXvMC-devel
20BuildRequires: xorg-proto-fontsproto-devel
21BuildRequires: xorg-proto-randrproto-devel
22BuildRequires: xorg-proto-renderproto-devel
23BuildRequires: xorg-proto-videoproto-devel
24BuildRequires: xorg-proto-xf86driproto-devel
25BuildRequires: xorg-util-util-macros >= 0.99.2
26BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
27Requires: xorg-xserver-server >= 1.0.99.901
db718bbd 28Obsoletes: xorg-driver-video-i810
223e62e6 29Provides: xorg-driver-video-i810
ab8deb8e
AM
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33X.org video driver for Intel integrated graphics chipsets. It supports
34the intel, intel-DC100, intele, i815, 830M, 845G, 852GM, 855GM, 865G,
35915G, 915GM, 945G, 945GM, 965G, 965Q and 946GZ chipsets.
36
3db5f01a
JR
37%description -l pl.UTF-8
38Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela.
39Obsługuje układy intel, intel-DC100, intele, i815, 830M, 845G, 852GM,
ab8deb8e
AM
40855GM, 865G, 915G, 915GM, 945G, 945GM, 965G, 965Q i 946GZ.
41
42%prep
43%setup -q -n xf86-video-intel
44
45%build
46%{__libtoolize}
47%{__aclocal}
48%{__autoconf}
49%{__autoheader}
50%{__automake}
51%configure \
52 --disable-static
53
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la \
63 $RPM_BUILD_ROOT%{_libdir}/libI810XvMC.la
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%post -p /sbin/ldconfig
69%postun -p /sbin/ldconfig
70
71%files
72%defattr(644,root,root,755)
73%doc COPYING README
cef58962 74%attr(755,root,root) %{_libdir}/xorg/modules/drivers/*.so
ab8deb8e
AM
75%attr(755,root,root) %{_libdir}/libI810XvMC.so.*.*.*
76%{_mandir}/man4/intel.4*
This page took 0.060578 seconds and 4 git commands to generate.