X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=ORBit2.spec;h=8a8a29291d8bf9596f5357556a633dd7b617104e;hb=6148b34f9ce62fdff5b32933d0508d80a2acd897;hp=0e1dd73dfbab405a037a471db0c7d9e00141f9ee;hpb=4abf932ee32d27682d3bbce8d80fc129b593842c;p=packages%2FORBit2.git diff --git a/ORBit2.spec b/ORBit2.spec index 0e1dd73..8a8a292 100644 --- a/ORBit2.spec +++ b/ORBit2.spec @@ -2,15 +2,16 @@ 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.4.1 -Release: 2 +Version: 2.5.1 +Release: 1 Epoch: 1 License: GPL/LGPL Group: Libraries -Source0: ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2 +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 @@ -19,13 +20,11 @@ BuildRequires: glib2-devel >= 2.0.6 BuildRequires: indent BuildRequires: libIDL-devel >= 0.8.0 BuildRequires: libtool -BuildRequires: linc-devel >= 0.5.2 -BuildRequires: popt-devel >= 1.6.4 +BuildRequires: linc-devel >= 0.7.1 +BuildRequires: popt-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: libORBit2_0 -%define _sysconfdir /etc - %description ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to send @@ -105,11 +104,12 @@ zlinkowanych statycznie u %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build rm -f missing %{__libtoolize} -aclocal +%{__aclocal} %{__autoconf} %{__automake} %configure @@ -131,6 +131,7 @@ rm -rf $RPM_BUILD_ROOT %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 @@ -142,9 +143,10 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(644,root,root,755) -%doc TODO NEWS +%doc ChangeLog %attr(755,root,root) %{_bindir}/orbit2-config -%attr(755,root,root) %{_libdir}/lib*.?? +%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/libname-server-2.a %{_pkgconfigdir}/*.pc %{_includedir}/orbit-* @@ -154,3 +156,4 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %{_libdir}/libORBit-2.a %{_libdir}/libORBitCosNaming-2.a +%{_libdir}/orbit-2.0/Everything_module.a