]> git.pld-linux.org Git - SPECS.git/blob - xorg-driver-video-rendition.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / xorg-driver-video-rendition.spec
1 Summary:        X.org video driver for Rendition/Micron video chips
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla układów graficznych Rendition/Micron
3 Name:           xorg-driver-video-rendition
4 Version:        4.2.7
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-rendition-%{version}.tar.bz2
9 # Source0-md5:  d21c65b68b74206a67ecc54ec0589a7c
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-proto-renderproto-devel
20 BuildRequires:  xorg-proto-xextproto-devel
21 BuildRequires:  xorg-util-util-macros >= 1.8
22 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
23 %{?requires_xorg_xserver_videodrv}
24 Requires:       xorg-xserver-server >= 1.0.99.901
25 Provides:       xorg-driver-video
26 Obsoletes:      X11-driver-rendition < 1:7.0.0
27 Obsoletes:      XFree86-Rendition
28 Obsoletes:      XFree86-driver-rendition < 1:7.0.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %define         _noautostrip    .*.uc
32
33 %description
34 X.org video driver for Rendition/Micron video chips. It supports PCI
35 and AGP video cards based on the following chips: Verite V1000, Verite
36 V2100, Verite V2200.
37
38 %description -l pl.UTF-8
39 Sterownik obrazu X.org dla układów graficznych Rendition/Micron.
40 Obsługuje karty PCI i AGP oparte na następujących układach: Verite
41 V1000, Verite V2100, Verite V2200.
42
43 %prep
44 %setup -q -n xf86-video-rendition-%{version}
45
46 %build
47 %{__libtoolize}
48 %{__aclocal}
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc COPYING ChangeLog README
70 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/rendition_drv.so
71 %{_libdir}/xorg/modules/v10002d.uc
72 %{_libdir}/xorg/modules/v20002d.uc
73 %{_mandir}/man4/rendition.4*
This page took 0.862696 seconds and 3 git commands to generate.