]> git.pld-linux.org Git - packages/xorg-driver-video-chips.git/blame - xorg-driver-video-chips.spec
- updated to 1.5.0
[packages/xorg-driver-video-chips.git] / xorg-driver-video-chips.spec
CommitLineData
f74a0b9c 1Summary: X.org video driver for Chips and Technologies video processors
bf8aeeb2 2Summary(pl.UTF-8): Sterownik obrazu X.org do układów graficznych Chips and Technologies
f74a0b9c 3Name: xorg-driver-video-chips
d1d55752
JB
4Version: 1.5.0
5Release: 1
f74a0b9c
JB
6License: MIT
7Group: X11/Applications
d1d55752
JB
8Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-chips-%{version}.tar.xz
9# Source0-md5: ecd6e9c98d57f1b866bbd3a11a42cf9b
be472e7f 10URL: https://xorg.freedesktop.org/
26c0928e 11BuildRequires: autoconf >= 2.60
f74a0b9c 12BuildRequires: automake
d1d55752 13BuildRequires: libtool >= 2:2
f74a0b9c 14BuildRequires: pkgconfig >= 1:0.19
26c0928e 15BuildRequires: rpmbuild(macros) >= 1.389
d1d55752 16BuildRequires: tar >= 1:1.22
26c0928e 17BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
1c30015f
JB
18BuildRequires: xorg-proto-fontsproto-devel
19BuildRequires: xorg-proto-randrproto-devel
20BuildRequires: xorg-proto-renderproto-devel
f74a0b9c 21BuildRequires: xorg-proto-videoproto-devel
1c30015f 22BuildRequires: xorg-proto-xextproto-devel
be472e7f 23BuildRequires: xorg-proto-xproto-devel
26c0928e 24BuildRequires: xorg-util-util-macros >= 1.8
1d95cbd8 25BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
d1d55752 26BuildRequires: xz
26c0928e 27%{?requires_xorg_xserver_videodrv}
1d95cbd8 28Requires: xorg-xserver-server >= 1.0.99.901
fe11a1a9 29Provides: xorg-driver-video
78b5a62f 30Obsoletes: X11-driver-chips < 1:7.0.0
d1d55752 31Obsoletes: XFree86-ChipsTechnologies < 4
78b5a62f 32Obsoletes: XFree86-driver-chips < 1:7.0.0
f74a0b9c
JB
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36X.org video driver for Chips and Technologies video processors. It
37supports video processors on most of the bus types currently
38available. Supported chipsets fall into one of three architectural
26c0928e
JB
39classes:
40- basic (ct65520, ct65525, ct65530, ct65535, ct65540, ct65545,
41 ct65546, ct65548),
42- WinGine (ct64200, ct64300)
43- HiQV (ct65550, ct65554, ct65555, ct68554, ct69000, ct96030).
f74a0b9c 44
54eff822
JR
45%description -l pl.UTF-8
46Sterownik obrazu X.org do układów graficznych Chips and Technologies.
47Obsluguje układy graficzne na większości z dostępnych teraz szyn.
26c0928e
JB
48Obsługiwane są układy z trzech klas architektur:
49- basic (ct65520, ct65525, ct65530, ct65535, ct65540, ct65545,
50 ct65546, ct65548),
51- WinGine (ct64200, ct64300)
52- HiQV (ct65550, ct65554, ct65555, ct68554, ct69000, ct96030).
f74a0b9c
JB
53
54%prep
55%setup -q -n xf86-video-chips-%{version}
56
57%build
58%{__libtoolize}
59%{__aclocal}
60%{__autoconf}
61%{__autoheader}
62%{__automake}
26c0928e 63%configure
f74a0b9c
JB
64
65%{__make}
66
67%install
68rm -rf $RPM_BUILD_ROOT
69
70%{__make} install \
a8d713ef 71 DESTDIR=$RPM_BUILD_ROOT
f74a0b9c 72
b427db1b 73%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
f74a0b9c
JB
74
75%clean
76rm -rf $RPM_BUILD_ROOT
77
78%files
79%defattr(644,root,root,755)
f26404ea 80%doc COPYING ChangeLog README
f74a0b9c 81%attr(755,root,root) %{_libdir}/xorg/modules/drivers/chips_drv.so
a8d713ef 82%{_mandir}/man4/chips.4*
This page took 0.109884 seconds and 4 git commands to generate.