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