]> git.pld-linux.org Git - packages/xorg-driver-video-geode.git/blame - xorg-driver-video-geode.spec
- added NEWS to docs
[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
fa077b54 3Name: xorg-driver-video-geode
314aa56f 4Version: 2.11.9
543a654b 5Release: 1
2285fb0f
AM
6License: MIT
7Group: X11/Applications
d44b6701 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-%{version}.tar.bz2
314aa56f 9# Source0-md5: 718afca8425aa62662c03a9083915be1
2285fb0f 10URL: http://xorg.freedesktop.org/
c6324f6e 11BuildRequires: autoconf >= 2.59
2285fb0f 12BuildRequires: automake
2285fb0f
AM
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
003a203d 15BuildRequires: rpmbuild(macros) >= 1.389
a07178c4 16BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
2285fb0f
AM
17BuildRequires: xorg-proto-fontsproto-devel
18BuildRequires: xorg-proto-randrproto-devel
19BuildRequires: xorg-proto-renderproto-devel
20BuildRequires: xorg-proto-videoproto-devel
c6324f6e
JB
21BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
22BuildRequires: xorg-util-util-macros >= 1.4
2285fb0f 23BuildRequires: xorg-xserver-server-devel >= 1.3.0.0
c6324f6e 24%{?requires_xorg_xserver_videodrv}
2285fb0f 25Requires: xorg-xserver-server >= 1.3.0.0
e82eed96 26Obsoletes: xorg-driver-video-amd < 2.8.0
2285fb0f
AM
27ExclusiveArch: %{ix86}
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
c6324f6e
JB
31X.org video driver for AMD Geode GX (GX2) and LX (GX3) integrated
32graphics chipsets.
33
34Note: currently this driver doesn't support Geode GX1 chips by Cyrix
35 and NSC.
36- NSC Geode (GX2/SCx200/SC1400) chips are supported by
37 xorg-driver-video-nsc driver,
38- Cyrix Geode MediaGX (GX1) chips are supported by
39 xorg-driver-video-cyrix driver.
2285fb0f
AM
40
41%description -l pl.UTF-8
42Sterownik obrazu X.org dla zintegrowanych układów graficznych AMD
c6324f6e
JB
43Geode GX (GX2) i LX (GX3).
44
45Uwaga: aktualnie ten sterownik nie obsługuje układów Geode GX1
46produkowanych przez firmy Cyrix i NSC. Układy:
47- NSC Geode (GX2/SCx200/SC1400) są obsługiwane przez sterownik
48 xorg-driver-video-nsc,
49- Cyrix Geode MediaGX (GX1) są obsługiwane przez sterownik
50 xorg-driver-video-cyrix.
2285fb0f
AM
51
52%prep
fa077b54 53%setup -q -n xf86-video-geode-%{version}
2285fb0f
AM
54
55%build
56%{__libtoolize}
57%{__aclocal}
58%{__autoconf}
59%{__autoheader}
60%{__automake}
c6324f6e 61%configure
2285fb0f
AM
62
63%{__make}
64
65%install
66rm -rf $RPM_BUILD_ROOT
67
68%{__make} install \
69 DESTDIR=$RPM_BUILD_ROOT
70
003a203d
JB
71rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/*.la
72
2285fb0f
AM
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%post -p /sbin/ldconfig
77%postun -p /sbin/ldconfig
78
79%files
80%defattr(644,root,root,755)
c6324f6e 81%doc COPYING ChangeLog NEWS README TODO
af941223 82%attr(755,root,root) %{_libdir}/xorg/modules/drivers/geode_drv.so
2285fb0f 83%attr(755,root,root) %{_libdir}/xorg/modules/drivers/ztv_drv.so
This page took 0.406668 seconds and 4 git commands to generate.