]> git.pld-linux.org Git - packages/xorg-driver-video-geode.git/blob - xorg-driver-video-geode.spec
- release 2
[packages/xorg-driver-video-geode.git] / xorg-driver-video-geode.spec
1 Summary:        X.org video driver for AMD Geode integrated graphics chipsets
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla zintegrowanych układów graficznych AMD Geode
3 Name:           xorg-driver-video-geode
4 Version:        2.11.6
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-%{version}.tar.bz2
9 # Source0-md5:  3ff0dfb4b3bd8872c6efb70371cb6b98
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-proto-renderproto-devel
20 BuildRequires:  xorg-proto-videoproto-devel
21 BuildRequires:  xorg-proto-xf86dgaproto-devel
22 BuildRequires:  xorg-util-util-macros >= 0.99.2
23 BuildRequires:  xorg-xserver-server-devel >= 1.3.0.0
24 %requires_xorg_xserver_videodrv
25 Requires:       xorg-xserver-server >= 1.3.0.0
26 Obsoletes:      xorg-driver-video-amd < 2.8.0
27 ExclusiveArch:  %{ix86}
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 X.org video driver for AMD Geode GX and LX integrated graphics
32 chipsets.
33
34 %description -l pl.UTF-8
35 Sterownik obrazu X.org dla zintegrowanych układów graficznych AMD
36 Geode GX i LX.
37
38 %prep
39 %setup -q -n xf86-video-geode-%{version}
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         --disable-static
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/*.la
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post   -p /sbin/ldconfig
64 %postun -p /sbin/ldconfig
65
66 %files
67 %defattr(644,root,root,755)
68 %doc COPYING ChangeLog README TODO
69 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/geode_drv.so
70 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/ztv_drv.so
This page took 0.031704 seconds and 3 git commands to generate.