]> git.pld-linux.org Git - packages/xorg-driver-video-chips.git/blame - xorg-driver-video-chips.spec
- release 3 (by relup.sh)
[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
da33ad4b 4Version: 1.2.6
6c0db524 5Release: 3
f74a0b9c
JB
6License: MIT
7Group: X11/Applications
1d95cbd8 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-chips-%{version}.tar.bz2
da33ad4b 9# Source0-md5: 7c3ac8a7338367b05d9315d65ef91226
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
fe11a1a9 26Provides: xorg-driver-video
78b5a62f
JB
27Obsoletes: X11-driver-chips < 1:7.0.0
28Obsoletes: XFree86-ChipsTechnologies
29Obsoletes: XFree86-driver-chips < 1:7.0.0
f74a0b9c
JB
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33X.org video driver for Chips and Technologies video processors. It
34supports video processors on most of the bus types currently
35available. Supported chipsets fall into one of three architectural
26c0928e
JB
36classes:
37- basic (ct65520, ct65525, ct65530, ct65535, ct65540, ct65545,
38 ct65546, ct65548),
39- WinGine (ct64200, ct64300)
40- HiQV (ct65550, ct65554, ct65555, ct68554, ct69000, ct96030).
f74a0b9c 41
54eff822
JR
42%description -l pl.UTF-8
43Sterownik obrazu X.org do układów graficznych Chips and Technologies.
44Obsluguje układy graficzne na większości z dostępnych teraz szyn.
26c0928e
JB
45Obsługiwane są układy z trzech klas architektur:
46- basic (ct65520, ct65525, ct65530, ct65535, ct65540, ct65545,
47 ct65546, ct65548),
48- WinGine (ct64200, ct64300)
49- HiQV (ct65550, ct65554, ct65555, ct68554, ct69000, ct96030).
f74a0b9c
JB
50
51%prep
52%setup -q -n xf86-video-chips-%{version}
53
54%build
55%{__libtoolize}
56%{__aclocal}
57%{__autoconf}
58%{__autoheader}
59%{__automake}
26c0928e 60%configure
f74a0b9c
JB
61
62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
66
67%{__make} install \
a8d713ef 68 DESTDIR=$RPM_BUILD_ROOT
f74a0b9c 69
b427db1b 70%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
f74a0b9c
JB
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75%files
76%defattr(644,root,root,755)
f26404ea 77%doc COPYING ChangeLog README
f74a0b9c 78%attr(755,root,root) %{_libdir}/xorg/modules/drivers/chips_drv.so
a8d713ef 79%{_mandir}/man4/chips.4*
This page took 0.349475 seconds and 4 git commands to generate.