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