Summary: High-performance CORBA Object Request Broker Summary(fr): Requčte d'Objects CORBA Summary(pl): Wysoko wydajny CORBA Object Request Broker Name: ORBit2 Version: 2.5.1 Release: 1 Epoch: 1 License: GPL/LGPL Group: Libraries Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.5/%{name}-%{version}.tar.bz2 Patch0: %{name}-am15.patch Patch1: %{name}-ac_fix.patch Patch2: %{name}-am16.patch Patch3: %{name}-pthread.patch URL: http://www.labs.redhat.com/orbit/ BuildRequires: autoconf BuildRequires: automake BuildRequires: flex BuildRequires: glib2-devel >= 2.0.6 BuildRequires: indent BuildRequires: libIDL-devel >= 0.8.0 BuildRequires: libtool BuildRequires: linc-devel >= 0.7.1 BuildRequires: popt-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: libORBit2_0 %description ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they're written in or the operating system they run on. %description -l fr ORBit est un ORB CORBA avec support pour le language C. Il permet a des programmes d'envoyer des requčtes et recevoir de réponses d'autres programmes, indépendement de l'endroit ou sont les deux programmes. %description -l pl ORBit to wysokiej wydajności CORBA (Common Object Request Broker Architecture) ORB (object request broker). Pozwala na wysyłanie próśb i otrzymywanie odpowiedzi od innych programów bez znajomości położenia tych dwóch programów. %package devel Summary: Header files, and utilities for ORBit Summary(fr): Librairies statiques et fichiers entęte pour ORBit Summary(pl): Pliki nagłówkowe i użytki dla ORBit Group: Development/Libraries Requires: %{name} = %{version} Requires: glib2-devel >= 2.0.0 Requires: indent Requires: libIDL-devel Requires: linc-devel Requires: popt-devel Obsoletes: libORBit2_0-devel %description devel ORBit is a high-performance CORBA ORB with support for the C language. It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. This package includes the header files and utilities neecessary to write programs that use CORBA technology. %description devel -l fr Librairies statiques et fichiers entęte requis pour le development ou la compilation de programmes utilisant ORBit. %description devel -l pl ORBit to wysokiej wydajności CORBA ORB ze wsparciem dla języka C. Pozwala na wysyłanie próśb i otrzymywanie odpowiedzi od innych programów bez znajomości położenia tych dwóch programów. Ten pakiet zawiera pliki nagłówkowe oraz użytki potrzebne do pisania programów używających technologi CORBA. %package static Summary: Static libraries for ORBit Summary(pl): Biblioteki statyczne dla ORBit Group: Development/Libraries Requires: %{name}-devel = %{version} %description static ORBit is a high-performance CORBA ORB with support for the C language. It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. This package includes static libraries neecessary to write programs statically linked that use CORBA technology. %description static -l pl ORBit to wysokiej wydajności CORBA ORB ze wsparciem dla języka C. Pozwala na wysyłanie próśb i otrzymywanie odpowiedzi od innych programów bez znajomości położenia tych dwóch programów. Ten pakiet zawiera biblioteki statyczne potrzebne do pisania programów zlinkowanych statycznie używających technologii CORBA. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %build rm -f missing %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ m4datadir=%{_aclocaldir} \ pkgconfigdir=%{_pkgconfigdir} %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc AUTHORS NEWS README %attr(755,root,root) %{_bindir}/ior-decode-2 %attr(755,root,root) %{_bindir}/orbit-idl-2 %attr(755,root,root) %{_bindir}/typelib-dump %attr(755,root,root) %{_libdir}/lib*.so.*.*.* %dir %{_libdir}/orbit-2.0 %{_libdir}/orbit-2.0/*.la %{_libdir}/orbit-2.0/*.so* %{_datadir}/idl/orbit-* %files devel %defattr(644,root,root,755) %doc ChangeLog %attr(755,root,root) %{_bindir}/orbit2-config %{_libdir}/lib*.la %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/libname-server-2.a %{_pkgconfigdir}/*.pc %{_includedir}/orbit-* %{_aclocaldir}/* %files static %defattr(644,root,root,755) %{_libdir}/libORBit-2.a %{_libdir}/libORBitCosNaming-2.a %{_libdir}/orbit-2.0/Everything_module.a