]> git.pld-linux.org Git - packages/xorg-driver-video-geode.git/blame - xorg-driver-video-geode.spec
- track xserver videodrv deps
[packages/xorg-driver-video-geode.git] / xorg-driver-video-geode.spec
CommitLineData
2285fb0f
AM
1Summary: X.org video driver for AMD Geode integrated graphics chipsets
2Summary(pl.UTF-8): Sterownik obrazu X.org dla zintegrowanych układów graficznych AMD Geode
3Name: xorg-driver-video-amd
4Version: 2.7.7.0
5Release: 1
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-amd-%{version}.tar.bz2
9# Source0-md5: 650a8870a1a6844114e8d025b3784763
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
2285fb0f
AM
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
2285fb0f
AM
15BuildRequires: xorg-proto-fontsproto-devel
16BuildRequires: xorg-proto-randrproto-devel
17BuildRequires: xorg-proto-renderproto-devel
18BuildRequires: xorg-proto-videoproto-devel
37d022d0 19BuildRequires: xorg-proto-xf86dgaproto-devel
2285fb0f
AM
20BuildRequires: xorg-util-util-macros >= 0.99.2
21BuildRequires: xorg-xserver-server-devel >= 1.3.0.0
7e366676
AM
22BuildRequires: rpmbuild(macros) >= 1.389
23%requires_xorg_xserver_videodrv
2285fb0f
AM
24Requires: xorg-xserver-server >= 1.3.0.0
25ExclusiveArch: %{ix86}
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29X.org video driver for AMD Geode GX and LX integrated graphics
30chipsets.
31
32%description -l pl.UTF-8
33Sterownik obrazu X.org dla zintegrowanych układów graficznych AMD
34Geode 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
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post -p /sbin/ldconfig
60%postun -p /sbin/ldconfig
61
62%files
63%defattr(644,root,root,755)
64%doc COPYING README ChangeLog TODO
65%attr(755,root,root) %{_libdir}/xorg/modules/drivers/amd_drv.so
66%attr(755,root,root) %{_libdir}/xorg/modules/drivers/ztv_drv.so
This page took 0.041348 seconds and 4 git commands to generate.