]> git.pld-linux.org Git - packages/xorg-driver-video-fbdev.git/blob - xorg-driver-video-fbdev.spec
- up to 0.4.1
[packages/xorg-driver-video-fbdev.git] / xorg-driver-video-fbdev.spec
1 Summary:        X.org video driver for framebuffer device
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla framebuffera
3 Name:           xorg-driver-video-fbdev
4 Version:        0.4.1
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-%{version}.tar.bz2
9 # Source0-md5:  79ce1eb9f9d2ed56de70d8e06cb767d9
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-videoproto-devel
19 BuildRequires:  xorg-util-util-macros >= 0.99.2
20 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
21 BuildRequires:  rpmbuild(macros) >= 1.389
22 %requires_xorg_xserver_videodrv
23 Requires:       xorg-xserver-server >= 1.0.99.901
24 Obsoletes:      X11-driver-fbdev < 1:7.0.0
25 Obsoletes:      XFree86-FBDev
26 Obsoletes:      XFree86-driver-fbdev < 1:7.0.0
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 X.org video driver for framebuffer device.
31
32 %description -l pl.UTF-8
33 Sterownik obrazu X.org dla framebuffera.
34
35 %prep
36 %setup -q -n xf86-video-fbdev-%{version}
37
38 %build
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoconf}
42 %{__autoheader}
43 %{__automake}
44 %configure \
45         --disable-static
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc COPYING ChangeLog
63 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/fbdev_drv.so
64 %{_mandir}/man4/fbdev.4*
This page took 0.054173 seconds and 3 git commands to generate.