]> git.pld-linux.org Git - SPECS.git/blob - xorg-driver-video-cyrix.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / xorg-driver-video-cyrix.spec
1 Summary:        X.org video driver for Cyrix video chips
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla układów graficznych Cyrix
3 Name:           xorg-driver-video-cyrix
4 Version:        1.1.0
5 Release:        8
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-cyrix-%{version}.tar.bz2
9 # Source0-md5:  02ed7d5215610a3463a0307b30bb5425
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-proto-fontsproto-devel
17 BuildRequires:  xorg-proto-randrproto-devel
18 BuildRequires:  xorg-proto-renderproto-devel
19 BuildRequires:  xorg-proto-xextproto-devel
20 BuildRequires:  xorg-proto-xf86dgaproto-devel
21 BuildRequires:  xorg-util-util-macros >= 0.99.2
22 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
23 %{?requires_xorg_xserver_videodrv}
24 Requires:       xorg-xserver-server >= 1.0.99.901
25 Provides:       xorg-driver-video
26 Obsoletes:      X11-driver-cyrix < 1:7.0.0
27 Obsoletes:      XFree86-Cyrix
28 Obsoletes:      XFree86-driver-cyrix < 1:7.0.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 X.org video driver for Cyrix MediaGX (now Natsemi Geode) series of
33 video processors. This driver supports the MediaGX, MediaGXi and
34 MediaGXm processors, as well as the Natsemi 'Geode' branded
35 processors. It supports the CS5510, CS5520, CS5530 and CS5530A
36 companion chips.
37
38 %description -l pl.UTF-8
39 Sterownik obrazu X.org dla układów graficznych z serii Cyrix MediaGX
40 (teraz Natsemi Geode). Ten sterownik obsługuje układy MediaGX,
41 MediaGXi, MediaGXm, a także firmowane jako Natsemi "Geode". Obsługuje
42 układy towarzyszące CS5510, CS5520, CS5530 i CS5530A.
43
44 %prep
45 %setup -q -n xf86-video-cyrix-%{version}
46
47 %build
48 %{__libtoolize}
49 %{__aclocal}
50 %{__autoconf}
51 %{__autoheader}
52 %{__automake}
53 %configure \
54         --disable-static
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc COPYING ChangeLog README
72 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/cyrix_drv.so
73 %{_mandir}/man4/cyrix.4*
This page took 0.094188 seconds and 3 git commands to generate.