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