]> git.pld-linux.org Git - packages/xorg-driver-video-fbdev.git/blame - xorg-driver-video-fbdev.spec
- tabs in preamble
[packages/xorg-driver-video-fbdev.git] / xorg-driver-video-fbdev.spec
CommitLineData
7b83e009 1Summary: X.org video driver for framebuffer device
09c2e251 2Summary(pl.UTF-8): Sterownik obrazu X.org dla framebuffera
7b83e009 3Name: xorg-driver-video-fbdev
c5f4176f
AM
4Version: 0.3.1
5Release: 1
7b83e009
JB
6License: MIT
7Group: X11/Applications
237c31a0 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-%{version}.tar.bz2
c5f4176f 9# Source0-md5: 9ae810c6c6c3c9713a67866fe794d4ff
7b83e009
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
92b09502
JB
15BuildRequires: xorg-proto-fontsproto-devel
16BuildRequires: xorg-proto-randrproto-devel
17BuildRequires: xorg-proto-renderproto-devel
18BuildRequires: xorg-proto-videoproto-devel
890a177f 19BuildRequires: xorg-util-util-macros >= 0.99.2
237c31a0
JB
20BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
21Requires: xorg-xserver-server >= 1.0.99.901
7b83e009
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25X.org video driver for framebuffer device.
26
26c35e2d 27%description -l pl.UTF-8
7b83e009
JB
28Sterownik obrazu X.org dla framebuffera.
29
30%prep
31%setup -q -n xf86-video-fbdev-%{version}
32
33%build
34%{__libtoolize}
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure \
40 --disable-static
41
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
890a177f 48 DESTDIR=$RPM_BUILD_ROOT
7b83e009
JB
49
50rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
6a676df0 57%doc COPYING ChangeLog
7b83e009 58%attr(755,root,root) %{_libdir}/xorg/modules/drivers/fbdev_drv.so
890a177f 59%{_mandir}/man4/fbdev.4*
This page took 0.062387 seconds and 4 git commands to generate.