From da622a20cdb71589abf8c7a36270f560257cc3db Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 18 Sep 2008 10:20:24 +0000 Subject: [PATCH] Fix broken specfile build --- ChangeLog | 5 +++++ libvirt.spec.in | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index aebf3798bc..1a919a0ba9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 18 11:19:00 BST 2008 Daniel P. Berrange + + * libvirt.spec.in: Remove commands which were deleting + development files mistakenly + Thu Sep 18 09:55:00 BST 2008 Richard W.M. Jones Documentation cleanups. diff --git a/libvirt.spec.in b/libvirt.spec.in index 708d8add17..dadb8aa546 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -241,13 +241,6 @@ sed -i -e "//d" $RPM_BUILD_ROOT%{_datadir}/libvirt/networks/default.xml %endif %find_lang %{name} -# If we are not building with certain options, we need to remove files -# so that we don't get Installed (but unpackaged) errors -rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libvirt -rm -rf $RPM_BUILD_ROOT%{_includedir}/libvirt -rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.so -rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libvirt.pc - %if ! %{with_python} rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libvirt-python-%{version} %endif