]> git.pld-linux.org Git - packages/xorg-driver-video-qxl.git/blob - xorg-driver-video-qxl.spec
- updated to 0.0.14
[packages/xorg-driver-video-qxl.git] / xorg-driver-video-qxl.spec
1 Summary:        X.org video driver for QXL virtual GPU
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla wirtualnych procesorów graficznych QXL
3 Name:           xorg-driver-video-qxl
4 Version:        0.0.14
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-%{version}.tar.bz2
9 # Source0-md5:  3e1098302cc2efc7950322d9341537f4
10 # TODO: drop this patch after spice-protocol > 0.8.0 release
11 Patch0:         %{name}-spice.patch
12 URL:            http://xorg.freedesktop.org/
13 BuildRequires:  autoconf >= 2.60
14 BuildRequires:  automake
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig >= 1:0.19
17 BuildRequires:  rpmbuild(macros) >= 1.389
18 BuildRequires:  spice-protocol >= 0.7.0
19 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.10.0
20 BuildRequires:  xorg-proto-fontsproto-devel
21 BuildRequires:  xorg-proto-randrproto-devel
22 BuildRequires:  xorg-proto-renderproto-devel
23 BuildRequires:  xorg-proto-videoproto-devel
24 BuildRequires:  xorg-proto-xf86dgaproto-devel
25 BuildRequires:  xorg-util-util-macros >= 1.4
26 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
27 %{?requires_xorg_xserver_videodrv}
28 Requires:       xorg-lib-libpciaccess >= 0.10.0
29 Requires:       xorg-xserver-server >= 1.0.99.901
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 X.org video driver for QXL virtual GPU, which can be found in the
34 RedHat Enterprise Virtualisation system, and also in the spice
35 project.
36
37 %description -l pl.UTF-8
38 Sterownik obrazu X.org dla wirtualnych procesorów graficznych QXL,
39 które można znaleźć w systemie RedHat Enterprise Virtualisation oraz
40 w projekcie spice.
41
42 %prep
43 %setup -q -n xf86-video-qxl-%{version}
44 %patch0 -p1
45
46 %build
47 %{__libtoolize}
48 %{__aclocal}
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc COPYING ChangeLog README TODO
70 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/qxl_drv.so
This page took 0.102308 seconds and 3 git commands to generate.