From: Daniel P. Berrange Date: Thu, 18 Sep 2008 10:20:24 +0000 (+0000) Subject: Fix broken specfile build X-Git-Tag: LIBVIRT_0_4_6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da622a20cdb71589abf8c7a36270f560257cc3db;p=thirdparty%2Flibvirt.git Fix broken specfile build --- 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