- Update Requires and BuildRequires. Disown the module directories.
This commit is contained in:
parent
1eb6f94fdd
commit
b63d27ea53
@ -2,14 +2,12 @@
|
||||
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||
%define driverdir %{moduledir}/drivers
|
||||
|
||||
%define cvsdate xxxxxxx
|
||||
|
||||
Summary: Xorg X11 fbdev video driver
|
||||
Name: xorg-x11-drv-fbdev
|
||||
Version: 0.3.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT/X11
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -19,10 +17,9 @@ ExcludeArch: s390 s390x
|
||||
|
||||
Patch1: fbdev-0.3.0-32fbbpp.patch
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-server-sdk >= 1.1.0
|
||||
BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
|
||||
|
||||
Requires: xorg-x11-server-Xorg >= 1.1.0
|
||||
Requires: xorg-x11-server-Xorg >= 1.3.0.0-6
|
||||
|
||||
%description
|
||||
X.Org X11 fbdev video driver.
|
||||
@ -51,13 +48,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{moduledir}
|
||||
%dir %{driverdir}
|
||||
%{driverdir}/fbdev_drv.so
|
||||
#%dir %{_mandir}/man4x
|
||||
%{_mandir}/man4/fbdev.4*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.3.1-3
|
||||
- Update Requires and BuildRequires. Disown the module directories.
|
||||
|
||||
* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.3.1-2
|
||||
- ExclusiveArch -> ExcludeArch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user