]> git.pld-linux.org Git - packages/xorg-driver-video-tseng.git/blame - xorg-driver-video-tseng.spec
- up to 1.2.4
[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
0d9cb28d
AM
4Version: 1.2.4
5Release: 1
7172c931
JB
6License: MIT
7Group: X11/Applications
061d710d 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tseng-%{version}.tar.bz2
0d9cb28d 9# Source0-md5: fa441774f8bf516a5c6331d64231a39d
7172c931
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
f93fb3cb
JB
15BuildRequires: xorg-proto-fontsproto-devel
16BuildRequires: xorg-proto-randrproto-devel
17BuildRequires: xorg-proto-renderproto-devel
7172c931 18BuildRequires: xorg-proto-videoproto-devel
f93fb3cb 19BuildRequires: xorg-proto-xextproto-devel
b7c850d3 20BuildRequires: xorg-util-util-macros >= 0.99.2
061d710d 21BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
618ae05d
AM
22BuildRequires: rpmbuild(macros) >= 1.389
23%requires_xorg_xserver_videodrv
061d710d 24Requires: xorg-xserver-server >= 1.0.99.901
ff29876c
JB
25Obsoletes: X11-driver-tseng < 1:7.0.0
26Obsoletes: XFree86-Tseng
27Obsoletes: XFree86-W32
28Obsoletes: XFree86-driver-tseng < 1:7.0.0
7172c931
JB
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32X.org video driver for Tseng Labs video adapters.
33
c4f8edea 34%description -l pl.UTF-8
7172c931
JB
35Sterownik obrazu X.org dla kart graficznych Tseng Labs.
36
37%prep
38%setup -q -n xf86-video-tseng-%{version}
39
40%build
41%{__libtoolize}
42%{__aclocal}
43%{__autoconf}
44%{__autoheader}
45%{__automake}
46%configure \
47 --disable-static
48
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
b7c850d3 55 DESTDIR=$RPM_BUILD_ROOT
7172c931
JB
56
57rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
e9e345c8 64%doc COPYING ChangeLog
7172c931 65%attr(755,root,root) %{_libdir}/xorg/modules/drivers/tseng_drv.so
b7c850d3 66%{_mandir}/man4/tseng.4*
This page took 0.065617 seconds and 4 git commands to generate.