]> git.pld-linux.org Git - packages/xorg-driver-video-rendition.git/blame - xorg-driver-video-rendition.spec
rebuil with xorg-xserver-server 21.1.0
[packages/xorg-driver-video-rendition.git] / xorg-driver-video-rendition.spec
CommitLineData
1727d63c 1Summary: X.org video driver for Rendition/Micron video chips
e5015388 2Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych Rendition/Micron
1727d63c 3Name: xorg-driver-video-rendition
559d402b 4Version: 4.2.7
c3f19524 5Release: 2
1727d63c
JB
6License: MIT
7Group: X11/Applications
bab1a4ba 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-rendition-%{version}.tar.bz2
559d402b 9# Source0-md5: d21c65b68b74206a67ecc54ec0589a7c
1727d63c 10URL: http://xorg.freedesktop.org/
3fa5c84e 11BuildRequires: autoconf >= 2.60
1727d63c
JB
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
4a11c9b2
JB
15BuildRequires: rpmbuild(macros) >= 1.389
16BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
74a32796
JB
17BuildRequires: xorg-proto-fontsproto-devel
18BuildRequires: xorg-proto-randrproto-devel
19BuildRequires: xorg-proto-renderproto-devel
20BuildRequires: xorg-proto-xextproto-devel
3fa5c84e 21BuildRequires: xorg-util-util-macros >= 1.8
bab1a4ba 22BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
4a11c9b2 23%{?requires_xorg_xserver_videodrv}
bab1a4ba 24Requires: xorg-xserver-server >= 1.0.99.901
eed61657 25Provides: xorg-driver-video
722474f8
JB
26Obsoletes: X11-driver-rendition < 1:7.0.0
27Obsoletes: XFree86-Rendition
28Obsoletes: XFree86-driver-rendition < 1:7.0.0
1727d63c
JB
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
622f522d 31%define _noautostrip .*.uc
32
1727d63c
JB
33%description
34X.org video driver for Rendition/Micron video chips. It supports PCI
35and AGP video cards based on the following chips: Verite V1000, Verite
36V2100, Verite V2200.
37
f7b2c0e4
JR
38%description -l pl.UTF-8
39Sterownik obrazu X.org dla układów graficznych Rendition/Micron.
40Obsługuje karty PCI i AGP oparte na następujących układach: Verite
1727d63c
JB
41V1000, 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}
4a11c9b2 52%configure
1727d63c
JB
53
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
875df990 60 DESTDIR=$RPM_BUILD_ROOT
1727d63c 61
3fa5c84e 62%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
1727d63c
JB
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(644,root,root,755)
6b31280a 69%doc COPYING ChangeLog README
1727d63c
JB
70%attr(755,root,root) %{_libdir}/xorg/modules/drivers/rendition_drv.so
71%{_libdir}/xorg/modules/v10002d.uc
72%{_libdir}/xorg/modules/v20002d.uc
875df990 73%{_mandir}/man4/rendition.4*
This page took 0.14472 seconds and 4 git commands to generate.