- Update Requires and BuildRequires. Disown the module directories. Add
Requires: hwdata.
This commit is contained in:
parent
520c401875
commit
346f882753
@ -2,14 +2,12 @@
|
|||||||
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||||
%define driverdir %{moduledir}/drivers
|
%define driverdir %{moduledir}/drivers
|
||||||
|
|
||||||
%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.14.1
|
Version: 10.14.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT/X11
|
License: MIT
|
||||||
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)
|
||||||
|
|
||||||
@ -18,10 +16,10 @@ Source1: vmware.xinf
|
|||||||
|
|
||||||
ExclusiveArch: %{ix86} x86_64 ia64
|
ExclusiveArch: %{ix86} x86_64 ia64
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
|
||||||
BuildRequires: xorg-x11-server-sdk >= 1.0.99.901
|
|
||||||
|
|
||||||
Requires: xorg-x11-server-Xorg >= 1.0.99.901
|
Requires: hwdata
|
||||||
|
Requires: xorg-x11-server-Xorg >= 1.3.0.0-6
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 vmware video driver.
|
X.Org X11 vmware video driver.
|
||||||
@ -50,14 +48,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{moduledir}
|
|
||||||
%dir %{driverdir}
|
|
||||||
%{driverdir}/vmware_drv.so
|
%{driverdir}/vmware_drv.so
|
||||||
%{_datadir}/hwdata/videoaliases/vmware.xinf
|
%{_datadir}/hwdata/videoaliases/vmware.xinf
|
||||||
#%dir %{_mandir}/man4x
|
|
||||||
%{_mandir}/man4/vmware.4*
|
%{_mandir}/man4/vmware.4*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 10.14.1-2
|
||||||
|
- Update Requires and BuildRequires. Disown the module directories. Add
|
||||||
|
Requires: hwdata.
|
||||||
|
|
||||||
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 10.14.1-1.fc7
|
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 10.14.1-1.fc7
|
||||||
- Update to 10.14.1
|
- Update to 10.14.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user