]> git.pld-linux.org Git - packages/xorg-driver-video-glint.git/blame - xorg-driver-video-glint.spec
- fix building with xserver 1.19
[packages/xorg-driver-video-glint.git] / xorg-driver-video-glint.spec
CommitLineData
a514f03c 1Summary: X.org video driver for GLINT/Permedia video chips
0b218f0a 2Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych GLINT/Permedia
a514f03c 3Name: xorg-driver-video-glint
65bc9c43 4Version: 1.2.8
dec125ee 5Release: 10
a514f03c
JB
6License: MIT
7Group: X11/Applications
7b5da5e3 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-glint-%{version}.tar.bz2
65bc9c43 9# Source0-md5: 775579c67dc55ff4909de3638bafd19f
387c59dd 10Patch0: mibstore.patch
dec125ee 11Patch1: xserver-1.19.patch
a514f03c 12URL: http://xorg.freedesktop.org/
2f2d4aab 13BuildRequires: autoconf >= 2.60
a514f03c 14BuildRequires: automake
a514f03c
JB
15BuildRequires: libtool
16BuildRequires: pkgconfig >= 1:0.19
1b5b1571 17BuildRequires: rpmbuild(macros) >= 1.389
276eb2de 18BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
a514f03c 19BuildRequires: xorg-proto-videoproto-devel
1b5b1571 20BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
a514f03c 21BuildRequires: xorg-proto-xf86dgaproto-devel
2f2d4aab 22BuildRequires: xorg-util-util-macros >= 1.8
7b5da5e3 23BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
1b5b1571 24%{?requires_xorg_xserver_videodrv}
7b5da5e3 25Requires: xorg-xserver-server >= 1.0.99.901
4cfacec8 26Provides: xorg-driver-video
6c78c200
JB
27Obsoletes: X11-driver-glint < 1:7.0.0
28Obsoletes: XFree86-3DLabs
29Obsoletes: XFree86-driver-glint < 1:7.0.0
a514f03c
JB
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33X.org video driver for GLINT/Permedia video chips. It supports 3Dlabs
34(GLINT MX, GLINT 500TX, GLINT 300SX, GLINT GAMMA, GLINT DELTA, GLINT
35GAMMA2, Permedia, Permedia 2, Permedia 2v, Permedia 3, R3, R4) and
36Texas Instruments (Permedia, Permedia 2) chips.
37
f3be88a0
JR
38%description -l pl.UTF-8
39Sterownik obrazu X.org dla układów graficznych GLINT/Permedia.
40Obsługuje układy 3Dlabs (GLINT MX, GLINT 500TX, GLINT 300SX, GLINT
a514f03c
JB
41GAMMA, GLINT DELTA, GLINT GAMMA2, Permedia, Permedia 2, Permedia 2v,
42Permedia 3, R3, R4) oraz Texas Instruments (Permedia, Permedia 2).
43
44%prep
45%setup -q -n xf86-video-glint-%{version}
387c59dd 46%patch0 -p1
dec125ee 47%patch1 -p1
a514f03c
JB
48
49%build
50%{__libtoolize}
51%{__aclocal}
52%{__autoconf}
53%{__autoheader}
54%{__automake}
1b5b1571 55%configure
a514f03c
JB
56
57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} install \
05e9c102 63 DESTDIR=$RPM_BUILD_ROOT
a514f03c 64
2f2d4aab 65%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
a514f03c
JB
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files
71%defattr(644,root,root,755)
ed6c2692 72%doc COPYING ChangeLog README README.pm3
a514f03c 73%attr(755,root,root) %{_libdir}/xorg/modules/drivers/glint_drv.so
05e9c102 74%{_mandir}/man4/glint.4*
This page took 0.070622 seconds and 4 git commands to generate.