Blame SPECS/openchange.spec

afa884
%global samba_version 4.2.0-2
afa884
%global talloc_version 2.0.5
afa884
%global nickname VULCAN
afa884
afa884
# the python subpackage doesn't work, due to hard disable in patches for build requirements
afa884
%global build_python_package 0
afa884
%global built_mapitest 0
afa884
afa884
%if 0%{?rhel}
afa884
%global build_server_package 0
afa884
%else
afa884
# currently disabled also for rawhide (f18), due to samba4 changes
afa884
%global build_server_package 0
afa884
%endif
afa884
afa884
%if %{build_python_package}
afa884
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
afa884
%endif
afa884
afa884
### Abstract ###
afa884
afa884
# Licensing Note: The code is GPLv3+ and the IDL files are public domain.
afa884
afa884
Name: openchange
afa884
Version: 2.3
9b5a87
Release: 26%{?dist}
afa884
Group: Applications/System
afa884
Summary: Provides access to Microsoft Exchange servers using native protocols
afa884
License: GPLv3+ and Public Domain
afa884
URL: http://www.openchange.org/
afa884
Source0: https://github.com/openchange/openchange/archive/openchange-%{version}-%{nickname}.tar.gz
afa884
Source1: doxygen_to_devhelp.xsl
afa884
afa884
### Build Dependencies ###
afa884
afa884
BuildRequires: autoconf
afa884
BuildRequires: automake
afa884
BuildRequires: bison
afa884
BuildRequires: doxygen
afa884
BuildRequires: file-devel
afa884
BuildRequires: flex
afa884
BuildRequires: gcc
afa884
BuildRequires: gcc-c++
afa884
BuildRequires: libical-devel
afa884
BuildRequires: libldb-devel
afa884
BuildRequires: libmemcached-devel
afa884
BuildRequires: libtalloc-devel >= %{talloc_version}
afa884
BuildRequires: libtdb-devel
afa884
BuildRequires: pkgconfig
afa884
BuildRequires: libxslt
afa884
BuildRequires: popt-devel
afa884
%if %{build_python_package}
afa884
BuildRequires: python3-devel
afa884
%endif
afa884
BuildRequires: samba-common >= %{samba_version}
afa884
BuildRequires: samba-devel >= %{samba_version}
afa884
BuildRequires: samba-libs >= %{samba_version}
afa884
BuildRequires: samba-pidl >= %{samba_version}
afa884
BuildRequires: sqlite-devel
afa884
BuildRequires: zlib-devel
afa884
afa884
# Certain versions of libtevent have incorrect
afa884
# internal ABI versions
afa884
Conflicts: libtevent < 0.9.13
afa884
afa884
### Patches ###
afa884
afa884
# OpenChange's libmapi conflicts with Zarafa's libmapi.
afa884
# Zarafa is older than OpenChange, so it wins.
afa884
Patch0: libmapi-0.8.2-libmapi-conflict.patch
afa884
afa884
# RH bug #552984
afa884
Patch1: openchange-0.9-generate-xml-doc.patch
afa884
afa884
# Do not build server and python parts
afa884
Patch2: openchange-1.0-OC_RULE_ADD-fix.patch
afa884
afa884
# RH-bug #1028698
afa884
Patch4: openchange-1.0-symbol-clash.patch
afa884
afa884
Patch5: openchange-2.2-samba-4.2.0-rc2.patch
afa884
Patch6: openchange-2.3-disable-server-tools-build.patch
afa884
Patch7: openchange-2.3-samba-4.4.patch
afa884
Patch8: openchange-2.3-fix-connection-args.patch
afa884
Patch9: openchange-2.3-no-yyunput.patch
afa884
Patch10: openchange-2.3-libical-3.0.patch
afa884
Patch11: openchange-2.3-disable-mysql.patch
afa884
Patch12: openchange-2.3-switch-to-python3.patch
afa884
%if !%{build_python_package}
afa884
Patch13: openchange-2.3-disable-python3.patch
afa884
%endif
afa884
Patch14: openchange-2.3-covscan.patch
94b7a1
Patch15: openchange-2.3-samba-4.10-macros.patch
94b7a1
Patch16: openchange-2.3-samba-4.11.patch
de2b45
Patch17: openchange-2.3-samba-4.11.2.patch
9b5a87
Patch18: openchange-2.3-samba-4.12.patch
afa884
afa884
%description
afa884
OpenChange provides libraries to access Microsoft Exchange servers
afa884
using native protocols.
afa884
afa884
%package devel
afa884
Summary: Developer tools for OpenChange libraries
afa884
Group: Development/Libraries
afa884
Requires: openchange = %{version}-%{release}
afa884
%if %{build_server_package}
afa884
Requires: openchange-server = %{version}-%{release}
afa884
%endif
afa884
afa884
%description devel
afa884
This package provides the development tools and headers for
afa884
OpenChange, providing libraries to access Microsoft Exchange servers
afa884
using native protocols.
afa884
afa884
%package devel-docs
afa884
Summary: Developer documentation for OpenChange libraries
afa884
Group: Development/Libraries
afa884
Requires: devhelp
afa884
Requires: openchange = %{version}-%{release}
afa884
BuildArch: noarch
afa884
afa884
%description devel-docs
afa884
This package contains developer documentation for Openchange.
afa884
afa884
%package client
afa884
Summary: User tools for OpenChange libraries
afa884
Group: Applications/System
afa884
Requires: openchange = %{version}-%{release}
afa884
afa884
%description client
afa884
This package provides the user tools for OpenChange, providing access to
afa884
Microsoft Exchange servers using native protocols.
afa884
afa884
%if %{build_python_package}
afa884
%package python
afa884
Summary: Python bindings for OpenChange libraries
afa884
Group: Development/Libraries
afa884
Requires: openchange = %{version}-%{release}
afa884
afa884
%description python
afa884
This module contains a wrapper that allows the use of OpenChange via Python.
afa884
%endif
afa884
afa884
%if %{build_server_package}
afa884
%package server
afa884
Summary: Server-side modules for OpenChange
afa884
Group: Applications/System
afa884
Requires: openchange = %{version}-%{release}
afa884
Requires: sqlite
afa884
afa884
%description server
afa884
This package provides the server elements for OpenChange.
afa884
%endif
afa884
afa884
%prep
afa884
%setup -q -n openchange-%{name}-%{version}-%{nickname}
afa884
%patch0 -p1 -b .libmapi-conflict
afa884
%patch1 -p1 -b .generate-xml-doc
afa884
%patch2 -p1 -b .OC_RULE_ADD-fix
afa884
%patch4 -p1 -b .symbol-clash
afa884
%patch5 -p1 -b .samba-4.2.0-rc2
afa884
%patch6 -p1 -b .disable-server-tools-build
afa884
%patch7 -p1 -b .samba-4.4
afa884
%patch8 -p1 -b .fix-connection-args
afa884
%patch9 -p1 -b .no-yyunput
afa884
%patch10 -p1 -b .libical-3.0
afa884
%patch11 -p1 -b .disable-mysql
afa884
%patch12 -p1 -b .switch-to-python3
afa884
%if !%{build_python_package}
afa884
%patch13 -p1 -b .disable-python3
afa884
%endif
afa884
%patch14 -p1 -b .covscan
94b7a1
%patch15 -p1 -b .samba-4.10-macros
94b7a1
%patch16 -p1 -b .samba-4.11
de2b45
%patch17 -p1 -b .samba-4.11.2
9b5a87
%patch18 -p1 -b .samba-4.12
afa884
afa884
%build
afa884
./autogen.sh
afa884
%configure \
afa884
%if %{build_python_package}
afa884
	--enable-pymapi \
afa884
%endif
afa884
	--with-modulesdir=%{_libdir}/samba/modules
afa884
afa884
# Parallel builds prohibited by makefile
afa884
make
afa884
if test -d apidocs ; then
afa884
	rm -r apidocs
afa884
fi
afa884
make doxygen
afa884
afa884
xsltproc -o openchange-libmapi.devhelp --stringparam "booktitle" "MAPI client library (libmapi)" --stringparam "bookpart" "libmapi" %{SOURCE1} apidocs/xml/libmapi/index.xml
afa884
xsltproc -o openchange-libmapiadmin.devhelp --stringparam "booktitle" "MAPI administration libraries (libmapiadmin)" --stringparam "bookpart" "libmapiadmin" %{SOURCE1} apidocs/xml/libmapiadmin/index.xml
afa884
xsltproc -o openchange-libocpf.devhelp --stringparam "booktitle" "OpenChange Property Files (libocpf)" --stringparam "bookpart" "libocpf" %{SOURCE1} apidocs/xml/libocpf/index.xml
afa884
%if %{built_mapitest}
afa884
xsltproc -o openchange-mapitest.devhelp --stringparam "booktitle" "MA regression test framework (mapitest)" --stringparam "bookpart" "mapitest" %{SOURCE1} apidocs/xml/mapitest/index.xml
afa884
%endif
afa884
xsltproc -o openchange-mapiproxy.devhelp --stringparam "booktitle" "MAPIProxy project (mapiproxy)" --stringparam "bookpart" "mapiproxy" %{SOURCE1} apidocs/xml/mapiproxy/index.xml
afa884
xsltproc -o openchange-libmapi++.devhelp --stringparam "booktitle" "C++ bindings for libmapi (libmapi++)" --stringparam "bookpart" "libmapi++" %{SOURCE1} apidocs/xml/libmapi++/index.xml
afa884
afa884
%install
afa884
rm -rf $RPM_BUILD_ROOT
afa884
afa884
make install DESTDIR=$RPM_BUILD_ROOT
afa884
afa884
# This makes the right links, as rpmlint requires that the
afa884
# ldconfig-created links be recorded in the RPM.
afa884
/sbin/ldconfig -N -n $RPM_BUILD_ROOT/%{_libdir}
afa884
afa884
mkdir $RPM_BUILD_ROOT%{_mandir}
afa884
cp -r doc/man/man1 $RPM_BUILD_ROOT%{_mandir}
afa884
afa884
# Skip man3 for now, it doesn't work anyway
afa884
# cp -r apidocs/man/man3 $RPM_BUILD_ROOT%{_mandir}
afa884
rm -r apidocs/man/man3
afa884
afa884
#%if ! %{build_python_package}
94b7a1
#rm -r $RPM_BUILD_ROOT%{python3_sitearch}/openchange
afa884
#%endif
afa884
afa884
%if ! %{build_server_package}
afa884
# XXX OC_RULE_ADD patch disables build of this, no need to delete it.
afa884
#rm $RPM_BUILD_ROOT%{_libdir}/libmapiserver.so.*
afa884
#rm -r $RPM_BUILD_ROOT%{_libdir}/samba/modules/*
afa884
#rm $RPM_BUILD_ROOT%{_libdir}/samba/dcerpc_server/dcesrv_mapiproxy.so
afa884
rm $RPM_BUILD_ROOT%{_libdir}/nagios/check_exchange
afa884
rm -r $RPM_BUILD_ROOT%{_datadir}/setup/*
afa884
%endif
afa884
afa884
#%if !%{build_python_package} && !%{build_server_package}
afa884
#rm $RPM_BUILD_ROOT%{_bindir}/check_fasttransfer
afa884
#%endif
afa884
afa884
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi
afa884
cp openchange-libmapi.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi
afa884
cp -r apidocs/html/libmapi/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi
afa884
afa884
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapiadmin
afa884
cp openchange-libmapiadmin.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapiadmin
afa884
cp -r apidocs/html/libmapiadmin/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapiadmin
afa884
afa884
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libocpf
afa884
cp openchange-libocpf.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libocpf
afa884
cp -r apidocs/html/libocpf/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libocpf
afa884
afa884
%if %{built_mapitest}
afa884
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapitest
afa884
cp openchange-mapitest.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapitest
afa884
cp -r apidocs/html/mapitest/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapitest
afa884
%endif
afa884
afa884
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapiproxy
afa884
cp openchange-mapiproxy.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapiproxy
afa884
cp -r apidocs/html/mapiproxy/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapiproxy
afa884
afa884
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi++
afa884
cp openchange-libmapi++.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi++
afa884
cp -r apidocs/html/libmapi++/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi++
afa884
afa884
%post -p /sbin/ldconfig
afa884
afa884
%postun -p /sbin/ldconfig
afa884
afa884
%if %{build_server_package}
afa884
%post server -p /sbin/ldconfig
afa884
afa884
%postun server -p /sbin/ldconfig
afa884
%endif
afa884
afa884
%files
afa884
%doc COPYING IDL_LICENSE.txt VERSION
9b5a87
%{_libdir}/libmapi-openchange.so.0
9b5a87
%{_libdir}/libmapi-openchange.so.2.3
9b5a87
%{_libdir}/libmapiadmin.so.0
9b5a87
%{_libdir}/libmapiadmin.so.2.3
9b5a87
%{_libdir}/libmapipp.so.0
9b5a87
%{_libdir}/libmapipp.so.2.3
afa884
%if %{build_server_package}
9b5a87
%{_libdir}/libmapiproxy.so.0
9b5a87
%{_libdir}/libmapiproxy.so.2.3
9b5a87
%{_libdir}/libmapistore.so.0
9b5a87
%{_libdir}/libmapistore.so.2.3
afa884
%endif
9b5a87
%{_libdir}/libocpf.so.0
9b5a87
%{_libdir}/libocpf.so.2.3
afa884
afa884
%files devel
afa884
%{_includedir}/*
afa884
%{_libdir}/*.so
afa884
%{_libdir}/pkgconfig/*
afa884
afa884
%files devel-docs
afa884
#%%{_mandir}/man3/*
afa884
%doc %{_datadir}/devhelp/books/*
afa884
%doc apidocs/html/libmapi
afa884
%doc apidocs/html/libocpf
afa884
%doc apidocs/html/overview
afa884
%doc apidocs/html/index.html
afa884
afa884
%files client
afa884
%{_bindir}/*
afa884
%{_mandir}/man1/*
afa884
%if %{built_mapitest}
afa884
%{_datadir}/mapitest/*
afa884
%endif
afa884
afa884
%if %{build_python_package}
afa884
%files python
94b7a1
%{python3_sitearch}/openchange
afa884
%endif
afa884
afa884
%if %{build_server_package}
afa884
%files server
afa884
%{_libdir}/libmapiserver.so.*
afa884
%{_libdir}/samba/dcerpc_server/dcesrv_mapiproxy.so
afa884
%{_libdir}/samba/modules/*
afa884
%if !0%{?rhel}
afa884
%{_libdir}/nagios/check_exchange
afa884
%endif
afa884
%{_datadir}/setup/*
afa884
%endif
afa884
afa884
%changelog
9b5a87
* Mon Jun 08 2020 Milan Crha <mcrha@redhat.com> - 2.3-26
9b5a87
- Add patch to build against samba 4.12
9b5a87
c33f38
* Mon Apr 20 2020 Milan Crha <mcrha@redhat.com> - 2.3-25
de2b45
- Add patch to build against samba 4.11.2
de2b45
94b7a1
* Mon Dec 02 2019 Milan Crha <mcrha@redhat.com> - 2.3-24
94b7a1
- Rebuild for newer samba and libldb
94b7a1
afa884
* Thu Jul 19 2018 Milan Crha <mcrha@redhat.com> - 2.3-23
afa884
- Address some of the Coverity Scan and clang issues
afa884
afa884
* Tue Apr 17 2018 Milan Crha <mcrha@redhat.com> - 2.3-22
afa884
- Switch to python3 (partly) and disable python3 build dependency by default
afa884
afa884
* Wed Mar 07 2018 Milan Crha <mcrha@redhat.com> - 2.3-21
afa884
- Do not copy content of libmapi++/ into includedir (RH bug #1548719)
afa884
afa884
* Mon Feb 19 2018 Milan Crha <mcrha@redhat.com> - 2.3-20
afa884
- Remove unneeded build dependency on mariadb-connector-c-devel
afa884
afa884
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-19
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
afa884
afa884
* Wed Nov 08 2017 Milan Crha <mcrha@redhat.com> - 2.3-18
afa884
- Rebuild for newer libical
afa884
afa884
* Fri Sep 22 2017 Milan Crha <mcrha@redhat.com> - 2.3-17
afa884
- Use mariadb-connector-c-devel instead of community-mysql-devel (RH bug #1494307)
afa884
afa884
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-16
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
afa884
afa884
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-15
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
afa884
afa884
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-14
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
afa884
afa884
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 2.3-13
afa884
- rebuild for ICU 57.1
afa884
afa884
* Thu Apr 07 2016 Milan Crha <mcrha@redhat.com> - 2.3-12
afa884
- Add patch to fix connection string for samba
afa884
- Add patch to be able to build with flex 2.6.0
afa884
afa884
* Tue Feb 09 2016 Milan Crha <mcrha@redhat.com> - 2.3-11
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
afa884
- Add patch to build against new samba
afa884
afa884
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 2.3-10
afa884
- Rebuild against newer libical
afa884
afa884
* Thu Dec 03 2015 Milan Crha <mcrha@redhat.com> - 2.3-9
afa884
- Do not depend on libsamba-debug private library
afa884
afa884
* Mon Oct 26 2015 Milan Crha <mcrha@redhat.com> - 2.3-8
afa884
- Rebuild against newer samba
afa884
afa884
* Mon Sep 14 2015 Milan Crha <mcrha@redhat.com> - 2.3-7
afa884
- Rebuild against newer samba
afa884
afa884
* Mon Sep 07 2015 Milan Crha <mcrha@redhat.com> - 2.3-6
afa884
- Rebuild against newer samba
afa884
afa884
* Tue Sep 01 2015 Milan Crha <mcrha@redhat.com> - 2.3-5
afa884
- Rebuild against newer samba
afa884
afa884
* Mon Jul 20 2015 Milan Crha <mcrha@redhat.com> - 2.3-4
afa884
- Rebuild against newer samba
afa884
afa884
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-3
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
afa884
afa884
* Fri Jun 05 2015 Milan Crha <mcrha@redhat.com> - 2.3-2
afa884
- Rebuild against newer samba
afa884
afa884
* Mon May 18 2015 Milan Crha <mcrha@redhat.com> - 2.3-1
afa884
- Update to 2.3
afa884
afa884
* Thu Apr 23 2015 Milan Crha <mcrha@redhat.com> - 2.2-6
afa884
- Rebuild against newer samba
afa884
afa884
* Tue Apr 07 2015 Milan Crha <mcrha@redhat.com> - 2.2-5
afa884
- Rebuild against newer samba with a patch for samba 4.2.0 update
afa884
afa884
* Tue Jan 27 2015 Dan Horák <dan[at]danny.cz> - 2.2-4
afa884
- Rebuild again for newer samba to workaround samba-4.2.0-0.1.rc3.fc22 < samba-4.2.0-0.2.rc2.fc22 situation in secondary koji
afa884
afa884
* Tue Jan 06 2015 Milan Crha <mcrha@redhat.com> - 2.2-3
afa884
- Rebuild against newer samba
afa884
afa884
* Mon Nov 24 2014 Milan Crha <mcrha@redhat.com> - 2.2-2
afa884
- Add a patch to be able to build against samba 4.2.0-rc2
afa884
afa884
* Thu Aug 21 2014 Matthew Barnes <mbarnes@redhat.com> - 2.2-1
afa884
- Update to OpenChange 2.2
afa884
afa884
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-3
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
afa884
afa884
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
afa884
afa884
* Mon Apr 28 2014 Milan Crha <mcrha@redhat.com> - 2.1-1
afa884
- Update to OpenChange 2.1
afa884
afa884
* Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 2.0-6
afa884
- Rebuild for new libical (RH bug #1023020)
afa884
afa884
* Mon Nov 11 2013 Milan Crha <mcrha@redhat.com> - 2.0-5
afa884
- Add patch for RH bug #1028698 (Symbol collision with NSS)
afa884
afa884
* Thu Sep 19 2013 Milan Crha <mcrha@redhat.com> - 2.0-4
afa884
- Add patch to fix multilib issue in libmapi/version.h
afa884
- Move devel-docs subpackage to noarch
afa884
afa884
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-3
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
afa884
afa884
* Fri May 24 2013 Rex Dieter <rdieter@fedoraproject.org> 2.0-2
afa884
- rebuild (libical)
afa884
afa884
* Thu Feb 14 2013 Milan Crha <mcrha@redhat.com> - 2.0-1
afa884
- Update to OpenChange 2.0
afa884
afa884
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-13
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
afa884
afa884
* Fri Oct 26 2012 Milan Crha <mcrha@redhat.com> - 1.0-12
afa884
- Add patch for Gnome bug #682449 (WriteStream fails)
afa884
afa884
* Mon Aug 06 2012 Milan Crha <mcrha@redhat.com> - 1.0-11
afa884
- Add patch for Red Hat bug #845618 (incorrect symbol resolution)
afa884
afa884
* Thu Jul 26 2012 Milan Crha <mcrha@redhat.com> - 1.0-10
afa884
- Remove check_fasttransfer from openchange-client, if not building server package
afa884
afa884
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-9
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
afa884
afa884
* Tue Jul 10 2012 Milan Crha <mcrha@redhat.com> - 1.0-8
afa884
- Add patch for OpenChange bug #397 (crash under MAPIUninitialize)
afa884
- Disable build of python and mapiproxy
afa884
afa884
* Fri Jun 01 2012 Milan Crha <mcrha@redhat.com> - 1.0-7
afa884
- Add patch to use system's popt.h
afa884
- Add patch to compile only certain parts of the package
afa884
- Disable openchange-server for rawhide too (due to samba4 changes)
afa884
afa884
* Thu May 17 2012 Matthew Barnes <mbarnes@redhat.com> -1.0-6
afa884
- Do not build openchange-server in RHEL.
afa884
  (And make disabling the subpackage actually work.)
afa884
afa884
* Wed May 02 2012 Milan Crha <mcrha@redhat.com> - 1.0-5
afa884
- Do not include nagios/check_exchange in RHEL
afa884
afa884
* Tue Apr 24 2012 Milan Crha <mcrha@redhat.com> - 1.0-4
afa884
- Bump samba4 dependency
afa884
afa884
* Thu Apr 19 2012 Matthew Barnes <mbarnes@redhat.com> - 1.0-3
afa884
- Add BR: libical-devel (RH bug #803640).
afa884
afa884
* Wed Apr 18 2012 Milan Crha <mcrha@redhat.com> - 1.0-2
afa884
- Bump samba4 dependency
afa884
afa884
* Tue Apr 03 2012 Milan Crha <mcrha@redhat.com> - 1.0-1
afa884
- Update to 1.0
afa884
- Enable packages for server part and python bindings
afa884
- Skip man3 pages, which are generated incomplete (use devhelp instead)
afa884
afa884
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-4
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
afa884
afa884
* Tue Aug 30 2011 Milan Crha <mcrha@redhat.com> - 0.11-3
afa884
- Fix package version number
afa884
afa884
* Mon Aug 29 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.11-2.1
afa884
- Rebuild against fixed libtevent version
afa884
afa884
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 0.11-2
afa884
- Sync version and changes with Fedora 16 package
afa884
afa884
* Thu Aug 11 2011 Milan Crha <mcrha@redhat.com> - 0.11-1
afa884
- Update to OpenChange 0.11 Transporter upstream release
afa884
- Remove unnecessary build modification patches.
afa884
- Add patch to not use mapi_ctx->session as a TALLOC_CTX (OpenChange issue #366)
afa884
- Add patch to read/write PidNameKeywords (OpenChange issue #367)
afa884
afa884
* Wed Apr 6 2011 Matthew Barnes <mbarnes@redhat.com> - 0.10.9-4
afa884
- OpenChange relies on a private Samba 4 library (libsamba-util-common).
afa884
  Add extra linker flags to libmapi.pc to compensate.
afa884
afa884
* Wed Apr 6 2011 Matthew Barnes <mbarnes@redhat.com> - 0.10.9-3
afa884
- Move libmapiproxy.so, libmapistore.so and mapistore backend libraries
afa884
  to the main package so the client subpackage is installable.
afa884
afa884
* Fri Mar 25 2011 Simo Sorce <ssorce@redhat.com> - 0.10.9-2
afa884
- New snapshot that avoid bison issues.
afa884
- Also add patch that fix build (previously erroneously preapplied in the
afa884
  snapshot tarball)
afa884
- Fix timestamps in tarball
afa884
- Fix specfile's install and files section to cope with newer version changes
afa884
afa884
* Fri Mar 25 2011 Simo Sorce <ssorce@redhat.com> - 0.10.9-1
afa884
- Upgrade to a 0.11 development snapshot.
afa884
- Required by the new samba4 packages.
afa884
afa884
* Mon Feb 21 2011 Milan Crha <mcrha@redhat.com> - 0.9-14
afa884
- Rebuild against newer libldb
afa884
afa884
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-13
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
afa884
afa884
* Wed Feb 02 2011 Milan Crha <mcrha@redhat.com> - 0.9-12
afa884
- Add patch for message sending, found by Gianluca Cecchi (RH bug #674034)
afa884
afa884
* Thu Dec 16 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-11
afa884
- Re-fix man-pages file conflict (RH bug #654729).
afa884
afa884
* Thu Dec 02 2010 Milan Crha <mcrha@redhat.com> - 0.9-10
afa884
- Add patch for talloc abort in FindGoodServer, found by Jeff Raber (RH bug #602661)
afa884
afa884
* Wed Sep 29 2010 jkeating - 0.9-9
afa884
- Rebuilt for gcc bug 634757
afa884
afa884
* Mon Sep 13 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-8
afa884
- Backport unicode and properties support (RH bug #605364).
afa884
afa884
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.9-7
afa884
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
afa884
afa884
* Thu Jun 24 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-6
afa884
- Disable python and server subpackages until they're needed.
afa884
afa884
* Wed Jun 23 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-5
afa884
- More spec file cleanups.
afa884
afa884
* Fri Jun 18 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-4
afa884
- Spec file cleanups.
afa884
afa884
* Mon May 24 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-3
afa884
- Avoid a file conflict with man-pages package.
afa884
afa884
* Sat Jan 09 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-2
afa884
- Add a devel-docs subpackage (RH bug #552984).
afa884
afa884
* Sat Dec 26 2009 Matthew Barnes <mbarnes@redhat.com> - 0.9-1
afa884
- Update to 0.9 (COCHRANE)
afa884
- Bump samba4 requirement to alpha10.
afa884
afa884
* Wed Sep 23 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8.2-5
afa884
- Rebuild.
afa884
afa884
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-4
afa884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
afa884
afa884
* Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8.2-3
afa884
- Rename libmapi so as not to conflict with Zarafa (RH bug #505783).
afa884
afa884
* Thu May 07 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8.2-2
afa884
- Do not own the pkgconfig directory (RH bug #499655).
afa884
afa884
* Tue Mar 31 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8.2-1
afa884
- Update to 0.8.2
afa884
- Add a server subpackage.
afa884
- Add BuildRequires: sqlite-devel (for server)
afa884
afa884
* Sun Mar 08 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-6
afa884
- Fix build breakage.
afa884
- Explicitly require libldb-devel.
afa884
- Bump samba4 requirement to alpha7.
afa884
afa884
* Wed Feb 25 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-5
afa884
- Rebuild with correct tarball.
afa884
afa884
* Wed Feb 25 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-4
afa884
- Formal package review cleanups.
afa884
afa884
* Wed Feb 25 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-3
afa884
- Add documentation files.
afa884
afa884
* Thu Feb 19 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-2
afa884
- Add some missing build requirements.
afa884
afa884
* Tue Jan 20 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-1
afa884
- Update to 0.8 (ROMULUS)
afa884
afa884
* Sat Jan 17 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-0.7.svn949
afa884
- Add missing BuildRequires: zlib-devel
afa884
afa884
* Sat Dec 27 2008 Matthew Barnes <mbarnes@redhat.com> - 0.8-0.6.svn949
afa884
- Update to SVN revision 949.
afa884
afa884
* Mon Dec 15 2008 Matthew Barnes <mbarnes@redhat.com> - 0.8-0.5.svn909
afa884
- Package review feedback (RH bug #453395).
afa884
afa884
* Fri Dec 12 2008 Matthew Barnes <mbarnes@redhat.com> - 0.8-0.4.svn909
afa884
- Update to SVN revision 909.
afa884
- Bump the samba4 requirement.
afa884
afa884
* Fri Aug 29 2008 Andrew Bartlett <abartlet@samba.org> - 0:0.8-0.3.svn960.fc9
afa884
- Bump version
afa884
- Don't make the Samba4 version distro-dependent
afa884
afa884
* Sat Jul 26 2008 Brad Hards <bradh@frogmouth.net> - 0:0.8-0.2.svnr674.fc10
afa884
- Bump version
afa884
- Install documentation / man pages correctly
afa884
- Remove epoch (per https://bugzilla.redhat.com/show_bug.cgi?id=453395)
afa884
- Remove %%post and %%postun (per https://bugzilla.redhat.com/show_bug.cgi?id=453395)
afa884
- Remove talloc dependency (per https://bugzilla.redhat.com/show_bug.cgi?id=453395)
afa884
- Take out libmapiproxy, because we aren't up to server side yet.
afa884
afa884
* Sat Jul 12 2008 Andrew Bartlett <abartlet@samba.org> - 0:0.7-0.2.svnr627.fc9
afa884
- Add popt-devel BR
afa884
afa884
* Mon Jun 30 2008 Andrew Bartlett <abartlet@samba.org> - 0:0.7-0.1.svnr627.fc9
afa884
- Initial package of OpenChange for Fedora