]> git.pld-linux.org Git - packages/xorg-driver-video-sunleo.git/blob - xorg-driver-video-sunleo.spec
- up to 1.2.3
[packages/xorg-driver-video-sunleo.git] / xorg-driver-video-sunleo.spec
1 Summary:        X.org video driver for Sun Leo (ZX) video cards
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla kart graficznych Sun Leo (ZX)
3 Name:           xorg-driver-video-sunleo
4 Version:        1.2.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-video-sunleo-%{version}.tar.xz
9 # Source0-md5:  4d6f74b562f06c95f0067013012bb5de
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  tar >= 1:1.22
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-proto-renderproto-devel
20 BuildRequires:  xorg-proto-xproto-devel
21 BuildRequires:  xorg-util-util-macros >= 1.8
22 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
23 BuildRequires:  xz
24 %{?requires_xorg_xserver_videodrv}
25 Requires:       xorg-xserver-server >= 1.0.99.901
26 Provides:       xorg-driver-video
27 Obsoletes:      X11-driver-sunleo < 1:7.0.0
28 Obsoletes:      XFree86-driver-sunleo < 1:7.0.0
29 ExclusiveArch:  sparc sparcv9 sparc64
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 X.org video driver for Sun Leo (ZX) video cards. It supports all Sun
34 stations that include a Leo (also known as ZX, TZX, TurboZX) chipset:
35 - Sun 4/15, 4/30, 4/75,
36 - SPARCstation 5, 10, 20
37 - Ultra 1, 1E, 2
38 and servers:
39 - SPARCserver 1000
40 - SPARCcenter 2000
41
42 %description -l pl.UTF-8
43 Sterownik obrazu X.org dla kart graficznych Sun Leo (ZX). Obsługuje
44 wszystkie stacje robocze Suna zawierające układ Leo (znany także jako
45 ZX, TZX, TurboZX):
46 - Sun 4/15, 4/30, 4/75,
47 - SPARCstation 5, 10, 20
48 - Ultra 1, 1E, 2
49 oraz serwery:
50 - SPARCserver 1000
51 - SPARCcenter 2000
52
53 %prep
54 %setup -q -n xf86-video-sunleo-%{version}
55
56 %build
57 %{__libtoolize}
58 %{__aclocal}
59 %{__autoconf}
60 %{__autoheader}
61 %{__automake}
62 %configure
63
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files
78 %defattr(644,root,root,755)
79 %doc COPYING ChangeLog
80 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/sunleo_drv.so
81 %{_mandir}/man4/sunleo.4*
This page took 0.099437 seconds and 3 git commands to generate.