mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
Remove Makefile & Makefile.in from RPM to avoid multilib issues
This commit is contained in:
parent
a07f0a00da
commit
e0bbd77b4b
@ -1,3 +1,8 @@
|
||||
Tue Jun 27 18:32:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* libvirt.spec.in: Remove Makefile & Makefile.in from -devel
|
||||
packages to avoid multilib conflicts
|
||||
|
||||
Tue Jun 26 19:56:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* qemud/driver.c, qemud/driver.h, qemud/conf.c, qemud/conf.h,
|
||||
|
@ -63,7 +63,8 @@ make
|
||||
rm -fr %{buildroot}
|
||||
|
||||
%makeinstall
|
||||
(cd docs/examples ; make clean ; rm -rf .deps)
|
||||
(cd docs/examples ; make clean ; rm -rf .deps Makefile Makefile.in)
|
||||
(cd docs/examples/python ; rm -f Makefile Makefile.in)
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user