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