- Move debugging output from compile-time option to run-time option.
This commit is contained in:
parent
bc27f30a5d
commit
19a02034c2
@ -7,7 +7,7 @@
|
||||
Summary: Xorg X11 fbdev video driver
|
||||
Name: xorg-x11-drv-fbdev
|
||||
Version: 0.2.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
URL: http://www.x.org
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
|
||||
License: MIT/X11
|
||||
@ -16,6 +16,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64 ia64 ppc alpha sparc sparc64
|
||||
|
||||
# TODO: move me upstream
|
||||
Patch0: fbdev-0.2.0-debug.patch
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-server-sdk >= 1.0.99.901
|
||||
|
||||
@ -26,6 +29,7 @@ X.Org X11 fbdev video driver.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{tarball}-%{version}
|
||||
%patch0 -p1 -b .debug
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -52,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man4/fbdev.4*
|
||||
|
||||
%changelog
|
||||
* Tue May 16 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-2
|
||||
- Move debugging output from compile-time option to run-time option.
|
||||
|
||||
* Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-1
|
||||
- Update to 0.2.0 from 7.1RC1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user