]> git.pld-linux.org Git - packages/xorg-driver-video-geode.git/blame - xorg-driver-video-geode.spec
- add missing header for xf86SetModeDefaultName (fix build with -Werror=implicit...
[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
d85ff84f 4Version: 2.11.15
5f7fc62d 5Release: 3
2285fb0f
AM
6License: MIT
7Group: X11/Applications
d44b6701 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-%{version}.tar.bz2
d85ff84f 9# Source0-md5: 7dafd19e274c771539b6d4d459423ccf
5f7fc62d 10Patch0: xf86SetModeDefaultName.patch
2285fb0f 11URL: http://xorg.freedesktop.org/
d85ff84f 12BuildRequires: autoconf >= 2.60
2285fb0f 13BuildRequires: automake
2285fb0f
AM
14BuildRequires: libtool
15BuildRequires: pkgconfig >= 1:0.19
003a203d 16BuildRequires: rpmbuild(macros) >= 1.389
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
JB
22BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
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}
5f7fc62d 56%patch0 -p1
2285fb0f
AM
57
58%build
59%{__libtoolize}
60%{__aclocal}
61%{__autoconf}
62%{__autoheader}
63%{__automake}
c6324f6e 64%configure
2285fb0f
AM
65
66%{__make}
67
68%install
69rm -rf $RPM_BUILD_ROOT
70
71%{__make} install \
72 DESTDIR=$RPM_BUILD_ROOT
73
3ec8be18 74%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/*.la
003a203d 75
2285fb0f
AM
76%clean
77rm -rf $RPM_BUILD_ROOT
78
79%post -p /sbin/ldconfig
80%postun -p /sbin/ldconfig
81
82%files
83%defattr(644,root,root,755)
c6324f6e 84%doc COPYING ChangeLog NEWS README TODO
af941223 85%attr(755,root,root) %{_libdir}/xorg/modules/drivers/geode_drv.so
2285fb0f 86%attr(755,root,root) %{_libdir}/xorg/modules/drivers/ztv_drv.so
This page took 0.111316 seconds and 4 git commands to generate.