]> git.pld-linux.org Git - packages/xorg-driver-video-dummy.git/blame - xorg-driver-video-dummy.spec
- release 2 (by relup.sh)
[packages/xorg-driver-video-dummy.git] / xorg-driver-video-dummy.spec
CommitLineData
295bc5c6 1Summary: X.org dummy video driver
e64cc4c5 2Summary(pl.UTF-8): Pusty sterownik obrazu X.org
295bc5c6 3Name: xorg-driver-video-dummy
03fbae0e 4Version: 0.3.6
ed9c27c6 5Release: 2
295bc5c6
JB
6License: MIT
7Group: X11/Applications
eb1c0063 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-dummy-%{version}.tar.bz2
03fbae0e 9# Source0-md5: dc40aebf031f933523dcf101befe99e4
295bc5c6 10URL: http://xorg.freedesktop.org/
41d1c83c 11BuildRequires: autoconf >= 2.60
295bc5c6
JB
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
550edeb9 15BuildRequires: rpmbuild(macros) >= 1.389
531b4d95
JB
16BuildRequires: xorg-proto-fontsproto-devel
17BuildRequires: xorg-proto-randrproto-devel
18BuildRequires: xorg-proto-renderproto-devel
295bc5c6
JB
19BuildRequires: xorg-proto-videoproto-devel
20BuildRequires: xorg-proto-xf86dgaproto-devel
550edeb9 21BuildRequires: xorg-util-util-macros >= 1.3
eb1c0063 22BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
550edeb9 23%{?requires_xorg_xserver_videodrv}
eb1c0063 24Requires: xorg-xserver-server >= 1.0.99.901
de6a7afc 25Provides: xorg-driver-video
295bc5c6
JB
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29X.org dummy video driver.
30
2f7913fe 31%description -l pl.UTF-8
295bc5c6
JB
32Pusty sterownik obrazu X.org.
33
34%prep
35%setup -q -n xf86-video-dummy-%{version}
36
37%build
38%{__libtoolize}
39%{__aclocal}
40%{__autoconf}
41%{__autoheader}
42%{__automake}
550edeb9 43%configure
295bc5c6
JB
44
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
f54d8325 51 DESTDIR=$RPM_BUILD_ROOT
295bc5c6 52
03fbae0e 53%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
295bc5c6
JB
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
550edeb9 60%doc COPYING ChangeLog README
295bc5c6 61%attr(755,root,root) %{_libdir}/xorg/modules/drivers/dummy_drv.so
f54d8325 62#%{_mandir}/man4/dummy.4*
This page took 0.128554 seconds and 4 git commands to generate.