]> git.pld-linux.org Git - packages/xorg-driver-video-tseng.git/blob - xorg-driver-video-tseng.spec
- 1.0.0.2 (X11R7.0-RC2)
[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):    Sterownik obrazu X.org dla kart graficznych Tseng Labs
3 Name:           xorg-driver-video-tseng
4 Version:        1.0.0.2
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC2/driver/xf86-video-tseng-%{version}.tar.bz2
9 # Source0-md5:  5202c4a7e1ea0872dfd00d12dc92e378
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.1
21 BuildRequires:  xorg-xserver-server-devel >= 0.99.3
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org video driver for Tseng Labs video adapters.
26
27 %description -l pl
28 Sterownik obrazu X.org dla kart graficznych Tseng Labs.
29
30 %prep
31 %setup -q -n xf86-video-tseng-%{version}
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure \
40         --disable-static
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT \
49         drivermandir=%{_mandir}/man4
50
51 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc ChangeLog
59 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/tseng_drv.so
60 %{_mandir}/man4/tseng.4x*
This page took 0.067652 seconds and 4 git commands to generate.