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