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