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