Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 4d835b93761d4d37ab4a8fdb51a9007f > files > 1

x11-driver-video-vesa-1.99.1-2mdv2009.0.src.rpm

# Need to access symbols from the X Server and other dlopen'ed modules
%define _disable_ld_no_undefined 1

Name: x11-driver-video-vesa
Version: 1.99.1
Release: %mkrel 2
Summary: X.org driver for Generic VESA Cards
Group: System/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

# git-diff xf86-video-vesa-1.99.1..1a256385169d61c6f42cb6f6d0eb1688570fd79e
Patch0:	xf86-video-vesa-1.99.1-revert-to-version-that-works-with-xserver-1.4.patch
 
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-server-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
x11-driver-video-vesa is the X.org driver for Generic VESA Cards.

%prep
%setup -q -n xf86-video-vesa-%{version}

%patch0 -p1

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libdir}/xorg/modules/drivers/vesa_drv.la
%{_libdir}/xorg/modules/drivers/vesa_drv.so
%{_mandir}/man4/vesa.4*


%changelog
* Wed Jun 18 2008 Paulo Andrade <pcpa@mandriva.com.br> 1.99.1-2mdv2009.0
+ Revision: 225752
- Added _disable_ld_no_undefined because the driver accesses symbols from
  the X Server and other dlopen'ed modules.
- Revert to a version that works with X Server 1.4 branch.

* Mon Jun 16 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.99.1-1mdv2009.0
+ Revision: 219400
- new release (and drop git patches)
- improved description
- add missing dot at end of description
- improved summary

* Tue Feb 12 2008 Paulo Andrade <pcpa@mandriva.com.br> 1.3.0-7mdv2008.1
+ Revision: 166183
- Revert to use upstream tarball and remove local patches.

* Tue Jan 22 2008 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 1.3.0-6mdv2008.1
+ Revision: 156627
- re-enable rpm debug packages support

* Fri Jan 18 2008 Paulo Andrade <pcpa@mandriva.com.br> 1.3.0-5mdv2008.1
+ Revision: 154786
- Updated BuildRequires and resubmit package.
- Remove -devel package as it isn't really required as it provides only 2 files
  that aren't even header files; still don't install the .la files.
  All dependency files should be stored in the x11-util-modular package as they
  are only required for the "modular" build.
- Move .la files to new -devel package, and also add .deps files to -devel package.
- Update to properly use existing tag xf86-video-vesa-1.3.0, and generated
  patches from that point, up to mandriva branch.
- Update for new policy of hidden symbols and common macros.
--
  Deleted patches are already applied in master.

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Tue Oct 16 2007 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 1.3.0-4mdv2008.1
+ Revision: 99059
- minor spec cleanup
- build against new xserver (1.4)

* Thu Aug 09 2007 Gustavo Pichorim Boiko <boiko@mandriva.com> 1.3.0-3mdv2008.0
+ Revision: 60881
- Replace the randr fix by the proper fix done upstream
- Add one more fix removing mfb code


* Tue Feb 13 2007 Gustavo Pichorim Boiko <boiko@mandriva.com> 1.3.0-2mdv2007.0
+ Revision: 120629
- fix a crash / screen corruption when changing resolution via randr

* Fri Dec 01 2006 Thierry Vignaud <tvignaud@mandriva.com> 1.3.0-1mdv2007.1
+ Revision: 89705
- new release
- fix group

  + Gustavo Pichorim Boiko <boiko@mandriva.com>
    - new upstream release (1.2.1):
      *  Don't call VBEGetSetDACPaletteFormat when in direct colour or YUV modes.
    - new upstream release (1.2.0):
      * Fix ShadowFB support to work with recent miext/shadow changes
    - rebuild to fix cooker uploading
    - increment release
    - Adding X.org 7.0 to the repository

  + Andreas Hasenack <andreas@mandriva.com>
    - renamed mdv to packages because mdv is too generic and it's hosting only packages anyway