Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 409a6d72e404626ea2d4346e8c81df1d > files > 2

python-omniorb-3.4-2mdv2010.1.src.rpm

Summary:	A robust high performance CORBA ORB for C++ and Python
Name:		python-omniorb
Version:	3.4
Release:	%mkrel 2
License:	GPL
Group:		System/Libraries
Source0:	http://sourceforge.net/projects/omniorb/files/omniORBpy/omniORBpy-3.4/omniORBpy-3.4.tar.gz
URL:		http://omniorb.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%py_requires -d
BuildRequires:	openssl-devel
BuildRequires:	omniorb
BuildRequires:	omniorb-devel
BuildRequires:	python-omniidl
Conflicts:	pyorbit

%description
omniORB is a robust high performance CORBA ORB for C++ and Python.
It is freely available under the terms of the GNU Lesser General Public License
(for the libraries), and GNU General Public License (for the tools). omniORB
is largely CORBA 2.6 compliant.

omniORB is one of only three ORBs to have been awarded the Open Group's Open
Brand for CORBA. This means that omniORB has been tested and certified CORBA
compliant, to version 2.1 of the CORBA specification. You can find out more
about the branding program at the Open Group. 

%prep
%setup -q -n omniORBpy-%{version}

%build
%configure --with-omniroot=%{_prefix} --with-openssl
%make

%install
%makeinstall_std
# don't conflict with python-omniidl
rm -f %{buildroot}%{py_puresitedir}/omniidl_be/__init__.py*

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%{py_platsitedir}/*
%{py_puresitedir}/*
%{_includedir}/omniORB4/*.hh
%{_includedir}/*.h


%changelog
* Tue May 11 2010 Paulo Andrade <pcpa@mandriva.com.br> 3.4-2mdv2010.1
+ Revision: 544457
- Explicitly confict with pyorbit.

* Thu Feb 18 2010 Paulo Andrade <pcpa@mandriva.com.br> 3.4-1mdv2010.1
+ Revision: 507778
- Import python-omniorb (omniORBpy) version 3.4.
- python-omniorb