]> git.pld-linux.org Git - packages/xorg-driver-video-vesa.git/blob - xorg-driver-video-vesa.spec
- updated to 2.6.0
[packages/xorg-driver-video-vesa.git] / xorg-driver-video-vesa.spec
1 Summary:        X.org video driver for generic VESA video cards
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla kart graficznych zgodnych z VESA
3 Name:           xorg-driver-video-vesa
4 Version:        2.6.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.xz
9 # Source0-md5:  4ffff75cbee98022baa78616d03e60a1
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-lib-libpciaccess-devel >= 0.12.901
18 BuildRequires:  xorg-proto-fontsproto-devel
19 BuildRequires:  xorg-proto-randrproto-devel
20 BuildRequires:  xorg-proto-renderproto-devel
21 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
22 BuildRequires:  xorg-proto-xproto-devel
23 BuildRequires:  xorg-util-util-macros >= 1.8
24 BuildRequires:  xorg-xserver-server-devel >= 1.6
25 BuildRequires:  xz
26 %{?requires_xorg_xserver_videodrv}
27 Requires:       xorg-lib-libpciaccess >= 0.12.901
28 Requires:       xorg-xserver-server >= 1.6
29 Provides:       xorg-driver-video
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 X.org video driver for generic VESA video cards.
34
35 %description -l pl.UTF-8
36 Sterownik obrazu X.org dla kart graficznych zgodnych ze standardem
37 VESA.
38
39 %prep
40 %setup -q -n xf86-video-vesa-%{version}
41
42 %build
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc COPYING ChangeLog README.md
66 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vesa_drv.so
67 %{_mandir}/man4/vesa.4*
This page took 0.088924 seconds and 4 git commands to generate.