auto-import xorg-x11-drv-vmware-10.11.1.3-1 on branch devel from
xorg-x11-drv-vmware-10.11.1.3-1.src.rpm
This commit is contained in:
parent
3123c9f2c2
commit
fd6dd3d728
@ -1 +1 @@
|
|||||||
xf86-video-vmware-10.11.1.2.tar.bz2
|
xf86-video-vmware-10.11.1.3.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
ad489317b9a088fb6b0b91b56cab183d xf86-video-vmware-10.11.1.2.tar.bz2
|
539b77e045a1767fdb64eee7c21d05d1 xf86-video-vmware-10.11.1.3.tar.bz2
|
||||||
|
2
vmware.xinf
Normal file
2
vmware.xinf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
alias pcivideo:v000015ADd00000405sv*sd*bc*sc*i* vmware
|
||||||
|
alias pcivideo:v000015ADd00000710sv*sd*bc*sc*i* vmware
|
@ -1,22 +1,16 @@
|
|||||||
%define tarball xf86-video-vmware
|
%define tarball xf86-video-vmware
|
||||||
# All packages should own all dirs they lead up to, for saner
|
|
||||||
# rpm packaging, in particular if the leading dirs are not owned by
|
|
||||||
# the "filesystem" package.
|
|
||||||
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||||
# define driverdir to the appropriate type for this driver class
|
|
||||||
%define driverdir %{moduledir}/drivers
|
%define driverdir %{moduledir}/drivers
|
||||||
|
|
||||||
%define cvsdate xxxxxxx
|
%define cvsdate xxxxxxx
|
||||||
|
|
||||||
Summary: Xorg X11 vmware video driver
|
Summary: Xorg X11 vmware video driver
|
||||||
Name: xorg-x11-drv-vmware
|
Name: xorg-x11-drv-vmware
|
||||||
Version: 10.11.1.2
|
Version: 10.11.1.3
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
# FIXME: If using a CVS version, uncomment the second Source0 line and use
|
Source0: http://xorg.freedesktop.org/X11R7.0/src/driver/%{tarball}-%{version}.tar.bz2
|
||||||
# it instead.
|
Source1: vmware.xinf
|
||||||
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/driver/%{tarball}-%{version}.tar.bz2
|
|
||||||
#Source0: %{tarball}-%{version}-%{cvsdate}.tar.bz2
|
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X Hardware Support
|
Group: User Interface/X Hardware Support
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -27,6 +21,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: xorg-x11-server-sdk
|
BuildRequires: xorg-x11-server-sdk
|
||||||
|
|
||||||
Requires: xorg-x11-server-Xorg
|
Requires: xorg-x11-server-Xorg
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 vmware video driver.
|
X.Org X11 vmware video driver.
|
||||||
|
|
||||||
@ -39,14 +34,15 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
# FIXME: This should be using makeinstall macro instead. Please test
|
|
||||||
# makeinstall with this driver, and if it works, check it into CVS. If
|
|
||||||
# it fails, fix it in upstream sources and file a patch upstream.
|
|
||||||
make install DESTDIR=$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
|
# FIXME: Remove all libtool archives (*.la) from modules directory. This
|
||||||
# should be fixed in upstream Makefile.am or whatever.
|
# should be fixed in upstream Makefile.am or whatever.
|
||||||
find $RPM_BUILD_ROOT -regex ".*.la$" | xargs rm -f --
|
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -56,14 +52,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{moduledir}
|
%dir %{moduledir}
|
||||||
%dir %{driverdir}
|
%dir %{driverdir}
|
||||||
%{driverdir}/vmware_drv.so
|
%{driverdir}/vmware_drv.so
|
||||||
# NOTE: Uncomment when multimedia drivers are avail
|
%{_datadir}/hwdata/videoaliases/vmware.xinf
|
||||||
#%dir %{moduledir}/multimedia
|
#%dir %{_mandir}/man4x
|
||||||
#%{moduledir}/multimedia/*.so
|
%{_mandir}/man4/vmware.4*
|
||||||
%dir %{_mandir}
|
|
||||||
%dir %{_mandir}/man4
|
|
||||||
%{_mandir}/man4/*.4*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* 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
|
- Updated xorg-x11-drv-vmware to version 10.11.1.2 from X11R7 RC4
|
||||||
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
|
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
|
||||||
@ -74,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 10.11.0.1-1
|
* 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
|
- Updated xorg-x11-drv-vmware to version 10.11.0.1 from X11R7 RC1
|
||||||
- Fix *.la file removal.
|
- Fix *.la file removal.
|
||||||
|
|
||||||
* Tue Oct 4 2005 Mike A. Harris <mharris@redhat.com> 10.10.2-1
|
* Tue Oct 4 2005 Mike A. Harris <mharris@redhat.com> 10.10.2-1
|
||||||
- Update BuildRoot to use Fedora Packaging Guidelines.
|
- Update BuildRoot to use Fedora Packaging Guidelines.
|
||||||
- Deglob file manifest.
|
- Deglob file manifest.
|
||||||
|
Loading…
Reference in New Issue
Block a user