rpms/openchange/devel .cvsignore, 1.2, 1.3 openchange.spec, 1.4, 1.5 sources, 1.2, 1.3 libmapi-0.8-ROMULUS-ndr-interface-table.patch, 1.1, NONE

Matthew Barnes mbarnes at fedoraproject.org
Tue Mar 31 14:57:22 UTC 2009


Author: mbarnes

Update of /cvs/pkgs/rpms/openchange/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16216

Modified Files:
	.cvsignore openchange.spec sources 
Removed Files:
	libmapi-0.8-ROMULUS-ndr-interface-table.patch 
Log Message:

* Tue Mar 31 2009 Matthew Barnes <mbarnes at redhat.com> - 0.8.2-1
- Update to 0.8.2
- Add a server subpackage.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openchange/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Feb 2009 01:47:25 -0000	1.2
+++ .cvsignore	31 Mar 2009 14:56:51 -0000	1.3
@@ -1 +1 @@
-libmapi-0.8-ROMULUS.tar.gz
+libmapi-0.8.2-ROMULUS.tar.gz


Index: openchange.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openchange/devel/openchange.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openchange.spec	9 Mar 2009 03:32:33 -0000	1.4
+++ openchange.spec	31 Mar 2009 14:56:51 -0000	1.5
@@ -9,8 +9,8 @@
 # Licensing Note: The code is GPLv3+ and the IDL files are public domain.
 
 Name: openchange
-Version: 0.8
-Release: 6%{?dist}
+Version: 0.8.2
+Release: 1%{?dist}
 Group: Applications/System
 Summary: Provides access to Microsoft Exchange servers using native protocols
 License: GPLv3+ and Public Domain
@@ -18,11 +18,6 @@
 Source0: http://downloads.sourceforge.net/openchange/libmapi-%{version}-%{nickname}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-### Patches ###
-
-# Samba APIs are still a moving target...
-Patch1: libmapi-0.8-ROMULUS-ndr-interface-table.patch
-
 ### Build Dependencies ###
 
 BuildRequires: bison
@@ -70,17 +65,16 @@
 %description python
 This module contains a wrapper that allows the use of OpenChange via Python.
 
-# %package server
-# Summary Server side modules for OpenChange
-# Group: Applications/System
-# Requires: samba4
+%package server
+Summary: Server-side modules for OpenChange
+Group: Applications/System
+Requires: openchange = %{version}-%{release}
 
-# %description server
-# This package provides the server elements for OpenChange.
+%description server
+This package provides the server elements for OpenChange.
 
 %prep
 %setup -q -n libmapi-%{version}-%{nickname}
-%patch1 -p1 -b .ndr-interface-table
 
 %build
 %configure
@@ -143,15 +137,17 @@
 %defattr(0755,root,root,-)
 %{python_sitearch}/openchange
 
-# %files server
-# %defattr(-,root,root,-)
-# %{_libdir}/libmapiproxy.so
-# %{_libdir}/dcesrv_mapiproxy.so
-# %{_libdir}/dcesrv_exchange.so
-# %doc doc/howto.txt
-# %doc apidocs/html/mapiproxy
+%files server
+%defattr(-,root,root,-)
+%{_libdir}/libmapiserver.so.*
+%{_libdir}/libmapistore.so.*
+%{_libdir}/mapistore_backends/mapistore_sqlite3.so
 
 %changelog
+* Tue Mar 31 2009 Matthew Barnes <mbarnes at redhat.com> - 0.8.2-1
+- Update to 0.8.2
+- Add a server subpackage.
+
 * Sun Mar 08 2009 Matthew Barnes <mbarnes at redhat.com> - 0.8-6
 - Fix build breakage.
 - Explicitly require libldb-devel.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openchange/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Feb 2009 01:47:25 -0000	1.2
+++ sources	31 Mar 2009 14:56:51 -0000	1.3
@@ -1 +1 @@
-ac194f9952803e24821f0e530fb87465  libmapi-0.8-ROMULUS.tar.gz
+b956870860cd786a0793bd89783df185  libmapi-0.8.2-ROMULUS.tar.gz


--- libmapi-0.8-ROMULUS-ndr-interface-table.patch DELETED ---




More information about the fedora-extras-commits mailing list