]> git.pld-linux.org Git - packages/xorg-driver-video-tseng.git/blame - xorg-driver-video-tseng.spec
rebuil with xorg-xserver-server 21.1.0
[packages/xorg-driver-video-tseng.git] / xorg-driver-video-tseng.spec
CommitLineData
7172c931 1Summary: X.org video driver for Tseng Labs video adapters
c8ff7eef 2Summary(pl.UTF-8): Sterownik obrazu X.org dla kart graficznych Tseng Labs
7172c931 3Name: xorg-driver-video-tseng
d64704de 4Version: 1.2.5
9c7c2b13 5Release: 12
7172c931
JB
6License: MIT
7Group: X11/Applications
061d710d 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tseng-%{version}.tar.bz2
d64704de 9# Source0-md5: 116ec66b4efcd378a5152defa769da33
a923ba36 10Patch0: build.patch
619e593a 11Patch1: xorg-abi24.patch
7172c931 12URL: http://xorg.freedesktop.org/
d64704de 13BuildRequires: autoconf >= 2.60
7172c931
JB
14BuildRequires: automake
15BuildRequires: libtool
16BuildRequires: pkgconfig >= 1:0.19
2695114d
JB
17BuildRequires: rpmbuild(macros) >= 1.389
18BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
f93fb3cb
JB
19BuildRequires: xorg-proto-fontsproto-devel
20BuildRequires: xorg-proto-randrproto-devel
21BuildRequires: xorg-proto-renderproto-devel
7172c931 22BuildRequires: xorg-proto-videoproto-devel
f93fb3cb 23BuildRequires: xorg-proto-xextproto-devel
d64704de 24BuildRequires: xorg-util-util-macros >= 1.8
061d710d 25BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
2695114d 26%{?requires_xorg_xserver_videodrv}
061d710d 27Requires: xorg-xserver-server >= 1.0.99.901
0b16c955 28Provides: xorg-driver-video
ff29876c
JB
29Obsoletes: X11-driver-tseng < 1:7.0.0
30Obsoletes: XFree86-Tseng
31Obsoletes: XFree86-W32
32Obsoletes: XFree86-driver-tseng < 1:7.0.0
7172c931
JB
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36X.org video driver for Tseng Labs video adapters.
37
c4f8edea 38%description -l pl.UTF-8
7172c931
JB
39Sterownik obrazu X.org dla kart graficznych Tseng Labs.
40
41%prep
42%setup -q -n xf86-video-tseng-%{version}
a923ba36 43%patch0 -p1
619e593a 44%patch1 -p1
7172c931
JB
45
46%build
47%{__libtoolize}
48%{__aclocal}
49%{__autoconf}
50%{__autoheader}
51%{__automake}
2695114d 52%configure
7172c931
JB
53
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
b7c850d3 60 DESTDIR=$RPM_BUILD_ROOT
7172c931 61
d64704de 62%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
7172c931
JB
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(644,root,root,755)
2695114d 69%doc COPYING ChangeLog README
7172c931 70%attr(755,root,root) %{_libdir}/xorg/modules/drivers/tseng_drv.so
b7c850d3 71%{_mandir}/man4/tseng.4*
This page took 0.076921 seconds and 4 git commands to generate.