uncomment empty file section so that binary rpms are built make the
buildroot in %install, to clean up harmless warnings
This commit is contained in:
parent
7b60fefa9d
commit
1c7fbb5307
@ -3,7 +3,7 @@
|
|||||||
Summary: X.Org X11 driver installation package
|
Summary: X.Org X11 driver installation package
|
||||||
Name: xorg-x11-drivers
|
Name: xorg-x11-drivers
|
||||||
Version: 7.0
|
Version: 7.0
|
||||||
Release: 1.1
|
Release: 2
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X Hardware Support
|
Group: User Interface/X Hardware Support
|
||||||
URL: http://www.redhat.com
|
URL: http://www.redhat.com
|
||||||
@ -262,15 +262,19 @@ individual driver packages to be installed.
|
|||||||
%build
|
%build
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
mkdir -p $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
#%files
|
%files
|
||||||
#%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
#%doc
|
%doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2006 Bill Nottingham <notting@redhat.com> - 7.0-2
|
||||||
|
- uncomment (empty) file list so binary RPMs are built
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 7.0-1.1
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 7.0-1.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user