summaryrefslogtreecommitdiff
path: root/xorg-driver-video-sunleo.spec
blob: fa4d3e0f102db7f12d51dada64e24c046da6752f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Summary:	X.org video driver for Sun Leo (ZX) video cards
Summary(pl.UTF-8):	Sterownik obrazu X.org dla kart graficznych Sun Leo (ZX)
Name:		xorg-driver-video-sunleo
Version:	1.1.0
Release:	3
License:	MIT
Group:		X11/Applications
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sunleo-%{version}.tar.bz2
# Source0-md5:	0408d95795d754c92d12d6476b6932a1
URL:		http://xorg.freedesktop.org/
BuildRequires:	autoconf >= 2.57
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	pkgconfig >= 1:0.19
BuildRequires:	xorg-proto-fontsproto-devel
BuildRequires:	xorg-proto-randrproto-devel
BuildRequires:	xorg-proto-renderproto-devel
BuildRequires:	xorg-util-util-macros >= 0.99.2
BuildRequires:	xorg-xserver-server-devel >= 1.0.99.901
BuildRequires:  rpmbuild(macros) >= 1.389
%requires_xorg_xserver_videodrv
Requires:	xorg-xserver-server >= 1.0.99.901
Obsoletes:	X11-driver-sunleo < 1:7.0.0
Obsoletes:	XFree86-driver-sunleo < 1:7.0.0
ExclusiveArch:	sparc sparcv9 sparc64
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
X.org video driver for Sun Leo (ZX) video cards. It supports all Sun
stations that include a Leo (also known as ZX, TZX, TurboZX) chipset:
- Sun 4/15, 4/30, 4/75,
- SPARCstation 5, 10, 20
- Ultra 1, 1E, 2
and servers:
- SPARCserver 1000
- SPARCcenter 2000

%description -l pl.UTF-8
Sterownik obrazu X.org dla kart graficznych Sun Leo (ZX). Obsługuje
wszystkie stacje robocze Suna zawierające układ Leo (znany także jako
ZX, TZX, TurboZX):
- Sun 4/15, 4/30, 4/75,
- SPARCstation 5, 10, 20
- Ultra 1, 1E, 2
oraz serwery:
- SPARCserver 1000
- SPARCcenter 2000

%prep
%setup -q -n xf86-video-sunleo-%{version}

%build
%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
%configure \
	--disable-static

%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc COPYING ChangeLog
%attr(755,root,root) %{_libdir}/xorg/modules/drivers/sunleo_drv.so
%{_mandir}/man4/sunleo.4*