]> git.pld-linux.org Git - packages/xorg-driver-video-tseng.git/blob - xorg-driver-video-tseng.spec
- up to 1.2.4
[packages/xorg-driver-video-tseng.git] / xorg-driver-video-tseng.spec
1 Summary:        X.org video driver for Tseng Labs video adapters
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla kart graficznych Tseng Labs
3 Name:           xorg-driver-video-tseng
4 Version:        1.2.4
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tseng-%{version}.tar.bz2
9 # Source0-md5:  fa441774f8bf516a5c6331d64231a39d
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-fontsproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-proto-renderproto-devel
18 BuildRequires:  xorg-proto-videoproto-devel
19 BuildRequires:  xorg-proto-xextproto-devel
20 BuildRequires:  xorg-util-util-macros >= 0.99.2
21 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
22 BuildRequires:  rpmbuild(macros) >= 1.389
23 %requires_xorg_xserver_videodrv
24 Requires:       xorg-xserver-server >= 1.0.99.901
25 Obsoletes:      X11-driver-tseng < 1:7.0.0
26 Obsoletes:      XFree86-Tseng
27 Obsoletes:      XFree86-W32
28 Obsoletes:      XFree86-driver-tseng < 1:7.0.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 X.org video driver for Tseng Labs video adapters.
33
34 %description -l pl.UTF-8
35 Sterownik 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
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc COPYING ChangeLog
65 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/tseng_drv.so
66 %{_mandir}/man4/tseng.4*
This page took 0.198659 seconds and 3 git commands to generate.