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