]> git.pld-linux.org Git - packages/xorg-driver-video-fbdev.git/blob - xorg-driver-video-fbdev.spec
b47c25e6597a39b546aafe804d921a8a316e8558
[packages/xorg-driver-video-fbdev.git] / xorg-driver-video-fbdev.spec
1 Summary:        X.org video driver for framebuffer device
2 Summary(pl):    Sterownik obrazu X.org dla framebuffera
3 Name:           xorg-driver-video-fbdev
4 Version:        0.1.0.5
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0/src/driver/xf86-video-fbdev-%{version}.tar.bz2
9 # Source0-md5:  cb02495cfdb84b8c4f4dbbd0702890eb
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 >= 0.99.3
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 X.org video driver for framebuffer device.
25
26 %description -l pl
27 Sterownik obrazu X.org dla framebuffera.
28
29 %prep
30 %setup -q -n xf86-video-fbdev-%{version}
31
32 %build
33 %{__libtoolize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure \
39         --disable-static
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc COPYING ChangeLog
57 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/fbdev_drv.so
58 %{_mandir}/man4/fbdev.4*
This page took 0.116026 seconds and 2 git commands to generate.