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