85 lines
2.5 KiB
RPMSpec
85 lines
2.5 KiB
RPMSpec
%define tarball xf86-video-vmware
|
|
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
|
%define driverdir %{moduledir}/drivers
|
|
|
|
%define cvsdate xxxxxxx
|
|
|
|
Summary: Xorg X11 vmware video driver
|
|
Name: xorg-x11-drv-vmware
|
|
Version: 10.11.1.3
|
|
Release: 1.1
|
|
URL: http://www.x.org
|
|
Source0: http://xorg.freedesktop.org/X11R7.0/src/driver/%{tarball}-%{version}.tar.bz2
|
|
Source1: vmware.xinf
|
|
License: MIT/X11
|
|
Group: User Interface/X Hardware Support
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ia64
|
|
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: xorg-x11-server-sdk
|
|
|
|
Requires: xorg-x11-server-Xorg
|
|
|
|
%description
|
|
X.Org X11 vmware video driver.
|
|
|
|
%prep
|
|
%setup -q -n %{tarball}-%{version}
|
|
|
|
%build
|
|
%configure --disable-static
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
|
|
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
|
|
|
|
# FIXME: Remove all libtool archives (*.la) from modules directory. This
|
|
# should be fixed in upstream Makefile.am or whatever.
|
|
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%dir %{moduledir}
|
|
%dir %{driverdir}
|
|
%{driverdir}/vmware_drv.so
|
|
%{_datadir}/hwdata/videoaliases/vmware.xinf
|
|
#%dir %{_mandir}/man4x
|
|
%{_mandir}/man4/vmware.4*
|
|
|
|
%changelog
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 10.11.1.3-1.1
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 10.11.1.3-1
|
|
- Updated xorg-x11-drv-vmware to version 10.11.1.3 from X11R7.0
|
|
|
|
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 10.11.1.2-1
|
|
- Updated xorg-x11-drv-vmware to version 10.11.1.2 from X11R7 RC4
|
|
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
|
|
|
|
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 10.11.1-1
|
|
- Updated xorg-x11-drv-vmware to version 10.11.1 from X11R7 RC2
|
|
|
|
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 10.11.0.1-1
|
|
- Updated xorg-x11-drv-vmware to version 10.11.0.1 from X11R7 RC1
|
|
- Fix *.la file removal.
|
|
|
|
* Tue Oct 4 2005 Mike A. Harris <mharris@redhat.com> 10.10.2-1
|
|
- Update BuildRoot to use Fedora Packaging Guidelines.
|
|
- Deglob file manifest.
|
|
- Limit "ExclusiveArch" to x86, x86_64, ia64
|
|
|
|
* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 10.10.2-0
|
|
- Initial spec file for vmware video driver generated automatically
|
|
by my xorg-driverspecgen script.
|