]> git.pld-linux.org Git - packages/xorg-driver-video-intel.git/blob - xorg-driver-video-intel.spec
- up to 20070213
[packages/xorg-driver-video-intel.git] / xorg-driver-video-intel.spec
1 Summary:        X.org video driver for Intel integrated graphics chipsets
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela
3 Name:           xorg-driver-video-intel
4 %define snap    20070213
5 Version:        1.7.2
6 Release:        0.%{snap}.1
7 License:        MIT
8 Group:          X11/Applications
9 # Source0:      http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-%{version}.tar.bz2 
10 Source0:        xf86-video-intel-%{snap}.tar.gz
11 # Source0-md5:  0fbb09932ac02fea49a0ae69b87293c3
12 URL:            http://xorg.freedesktop.org/
13 BuildRequires:  Mesa-libGL-devel
14 BuildRequires:  autoconf >= 2.57
15 BuildRequires:  automake
16 BuildRequires:  libdrm-devel >= 2.0
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig >= 1:0.19
19 BuildRequires:  xorg-lib-libXvMC-devel
20 BuildRequires:  xorg-proto-fontsproto-devel
21 BuildRequires:  xorg-proto-randrproto-devel
22 BuildRequires:  xorg-proto-renderproto-devel
23 BuildRequires:  xorg-proto-videoproto-devel
24 BuildRequires:  xorg-proto-xf86driproto-devel
25 BuildRequires:  xorg-util-util-macros >= 0.99.2
26 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
27 Requires:       xorg-xserver-server >= 1.0.99.901
28 Obsoletes:      xorg-driver-video-i810
29 Provides:       xorg-driver-video-i810
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 X.org video driver for Intel integrated graphics chipsets. It supports
34 the intel, intel-DC100, intele, i815, 830M, 845G, 852GM, 855GM, 865G,
35 915G, 915GM, 945G, 945GM, 965G, 965Q and 946GZ chipsets.
36
37 %description -l pl.UTF-8
38 Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela.
39 Obsługuje układy intel, intel-DC100, intele, i815, 830M, 845G, 852GM,
40 855GM, 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
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la \
63         $RPM_BUILD_ROOT%{_libdir}/libI810XvMC.la
64
65 %clean
66 rm -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
74 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/*.so
75 %attr(755,root,root) %{_libdir}/libI810XvMC.so.*.*.*
76 %{_mandir}/man4/intel.4*
This page took 0.087885 seconds and 4 git commands to generate.