]> git.pld-linux.org Git - packages/xorg-driver-video-geode.git/blob - xorg-driver-video-geode.spec
0f840145632ebdb4b69fa7b4e8970044766720d1
[packages/xorg-driver-video-geode.git] / xorg-driver-video-geode.spec
1 Summary:        X.org video driver for AMD Geode integrated graphics chipsets
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla zintegrowanych układów graficznych AMD Geode
3 Name:           xorg-driver-video-geode
4 Version:        2.11.12
5 Release:        3
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-%{version}.tar.bz2
9 # Source0-md5:  a99c521db731c2f1df309057a8465e4c
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-proto-renderproto-devel
20 BuildRequires:  xorg-proto-videoproto-devel
21 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
22 BuildRequires:  xorg-util-util-macros >= 1.4
23 BuildRequires:  xorg-xserver-server-devel >= 1.3.0.0
24 %{?requires_xorg_xserver_videodrv}
25 Requires:       xorg-xserver-server >= 1.3.0.0
26 Provides:       xorg-driver-video
27 Obsoletes:      xorg-driver-video-amd < 2.8.0
28 ExclusiveArch:  %{ix86}
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 X.org video driver for AMD Geode GX (GX2) and LX (GX3) integrated
33 graphics chipsets.
34
35 Note: 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
43 Sterownik obrazu X.org dla zintegrowanych układów graficznych AMD
44 Geode GX (GX2) i LX (GX3).
45
46 Uwaga: aktualnie ten sterownik nie obsługuje układów Geode GX1
47 produkowanych 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
67 rm -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
75 rm -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.060685 seconds and 3 git commands to generate.