]> git.pld-linux.org Git - packages/xorg-driver-video-dummy.git/blobdiff - xorg-driver-video-dummy.spec
- release 2 (by relup.sh)
[packages/xorg-driver-video-dummy.git] / xorg-driver-video-dummy.spec
index 2cfb96fa5bbb369351f35924d68ed44de795ec0b..f7af829630740e7ff35e1925eb2a52bf26fc0269 100644 (file)
@@ -1,27 +1,28 @@
 Summary:       X.org dummy video driver
 Summary(pl.UTF-8):     Pusty sterownik obrazu X.org
 Name:          xorg-driver-video-dummy
-Version:       0.3.0
-Release:       1
+Version:       0.3.6
+Release:       2
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-dummy-%{version}.tar.bz2
-# Source0-md5: 3d96297556846bee02a74166ffb5d052
+# Source0-md5: dc40aebf031f933523dcf101befe99e4
 URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: rpmbuild(macros) >= 1.389
 BuildRequires: xorg-proto-fontsproto-devel
 BuildRequires: xorg-proto-randrproto-devel
 BuildRequires: xorg-proto-renderproto-devel
 BuildRequires: xorg-proto-videoproto-devel
 BuildRequires: xorg-proto-xf86dgaproto-devel
-BuildRequires: xorg-util-util-macros >= 0.99.2
+BuildRequires: xorg-util-util-macros >= 1.3
 BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
-BuildRequires:  rpmbuild(macros) >= 1.389
-%requires_xorg_xserver_videodrv
+%{?requires_xorg_xserver_videodrv}
 Requires:      xorg-xserver-server >= 1.0.99.901
+Provides:      xorg-driver-video
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -39,8 +40,7 @@ Pusty sterownik obrazu X.org.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-       --disable-static
+%configure
 
 %{__make}
 
@@ -50,13 +50,13 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/dummy_drv.so
 #%{_mandir}/man4/dummy.4*
This page took 0.138691 seconds and 4 git commands to generate.