[openchange] Forgotten call to autogen.sh and reverted disable of certain server files removal

Milan Crha mcrha at fedoraproject.org
Fri Jun 1 18:25:33 UTC 2012


commit dae7d5742eef083c34f5cc5836f8a968b53316f0
Author: Milan Crha <mcrha at redhat.com>
Date:   Fri Jun 1 20:24:38 2012 +0200

    Forgotten call to autogen.sh and reverted disable of certain server files removal

 openchange.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/openchange.spec b/openchange.spec
index 9d78330..8a05e23 100644
--- a/openchange.spec
+++ b/openchange.spec
@@ -132,6 +132,7 @@ This package provides the server elements for OpenChange.
 %patch3 -p1 -b .OC_RULE_ADD-fix
 
 %build
+./autogen.sh
 %configure \
 %if %{build_python_package}
 	--enable-pymapi \
@@ -172,12 +173,10 @@ rm -r $RPM_BUILD_ROOT%{python_sitearch}/openchange
 
 %if ! %{build_server_package}
 # XXX OC_RULE_ADD patch disables build of this, no need to delete it.
-# rm $RPM_BUILD_ROOT%{_libdir}/libmapiserver.so.*
-# rm -r $RPM_BUILD_ROOT%{_libdir}/samba/modules/*
+rm $RPM_BUILD_ROOT%{_libdir}/libmapiserver.so.*
+rm -r $RPM_BUILD_ROOT%{_libdir}/samba/modules/*
 rm $RPM_BUILD_ROOT%{_libdir}/samba/dcerpc_server/dcesrv_mapiproxy.so
-%if 0%{?rhel}
 rm $RPM_BUILD_ROOT%{_libdir}/nagios/check_exchange
-%endif
 rm -r $RPM_BUILD_ROOT%{_datadir}/setup/*
 %endif
 


More information about the scm-commits mailing list