]> git.pld-linux.org Git - packages/xorg-driver-video-vesa.git/blob - xorg-driver-video-vesa.spec
- updated to 1.2.2
[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):    Sterownik obrazu X.org dla kart graficznych zgodnych z VESA
3 Name:           xorg-driver-video-vesa
4 Version:        1.2.2
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.bz2
9 # Source0-md5:  05fdc608eb15651cf6e5e4e3996248a8
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-fontsproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-proto-renderproto-devel
18 BuildRequires:  xorg-proto-xextproto-devel
19 BuildRequires:  xorg-util-util-macros >= 0.99.2
20 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
21 Requires:       xorg-xserver-server >= 1.0.99.901
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org video driver for generic VESA video cards.
26
27 %description -l pl
28 Sterownik obrazu X.org dla kart graficznych zgodnych ze standardem
29 VESA.
30
31 %prep
32 %setup -q -n xf86-video-vesa-%{version}
33
34 %build
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure \
41         --disable-static
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc COPYING ChangeLog
59 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vesa_drv.so
60 %{_mandir}/man4/vesa.4*
This page took 0.042987 seconds and 4 git commands to generate.