]> git.pld-linux.org Git - packages/xorg-driver-video-tseng.git/blame - xorg-driver-video-tseng.spec
- 1.0.0.3 (X11R7.0-RC3)
[packages/xorg-driver-video-tseng.git] / xorg-driver-video-tseng.spec
CommitLineData
7172c931
JB
1Summary: X.org video driver for Tseng Labs video adapters
2Summary(pl): Sterownik obrazu X.org dla kart graficznych Tseng Labs
3Name: xorg-driver-video-tseng
b7c850d3 4Version: 1.0.0.3
7172c931
JB
5Release: 0.1
6License: MIT
7Group: X11/Applications
b7c850d3
JB
8Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC3/driver/xf86-video-tseng-%{version}.tar.bz2
9# Source0-md5: f483c1352aaad1e18e10ba12427a55a0
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
f93fb3cb 21BuildRequires: xorg-xserver-server-devel >= 0.99.3
7172c931
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25X.org video driver for Tseng Labs video adapters.
26
27%description -l pl
28Sterownik 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
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
b7c850d3 48 DESTDIR=$RPM_BUILD_ROOT
7172c931
JB
49
50rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
f93fb3cb 57%doc ChangeLog
7172c931 58%attr(755,root,root) %{_libdir}/xorg/modules/drivers/tseng_drv.so
b7c850d3 59%{_mandir}/man4/tseng.4*
This page took 0.053969 seconds and 4 git commands to generate.