]> git.pld-linux.org Git - SPECS.git/blob - xorg-driver-video-i128.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xorg-driver-video-i128.spec
1 Summary:        X.org video driver for Number 9 I128 video adapters
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla kart graficznych Number 9 I128
3 Name:           xorg-driver-video-i128
4 Version:        1.4.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-video-i128-%{version}.tar.bz2
9 # Source0-md5:  a980f1b8532ccfe81932580bc4e0f2a0
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
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
22 BuildRequires:  xorg-proto-xproto-devel
23 BuildRequires:  xorg-util-util-macros >= 1.8
24 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
25 %{?requires_xorg_xserver_videodrv}
26 Requires:       xorg-xserver-server >= 1.0.99.901
27 Provides:       xorg-driver-video
28 Obsoletes:      X11-driver-i128 < 1:7.0.0
29 Obsoletes:      XFree86-I128
30 Obsoletes:      XFree86-driver-i128 < 1:7.0.0
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 X.org video driver for Number 9 I128 video adapters. It supports PCI
35 and AGP video cards based on the following I128 chips: I128 rev 1,
36 I128-II, I128-T2R (Ticket 2 Ride), I128-T2R4 (Ticket 2 Ride IV).
37
38 %description -l pl.UTF-8
39 Sterownik obrazu X.org dla kart graficznych Number 9 I128. Obsługuje
40 karty PCI i AGP oparte na następujących układach I128: I128 rev 1,
41 I128-II, I128-T2R (Ticket 2 Ride), I128-T2R4 (Ticket 2 Ride IV).
42
43 %prep
44 %setup -q -n xf86-video-i128-%{version}
45
46 %build
47 %{__libtoolize}
48 %{__aclocal}
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc COPYING ChangeLog README
70 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/i128_drv.so
71 %{_mandir}/man4/i128.4*
This page took 0.05397 seconds and 3 git commands to generate.