|
|
|
@ -3,13 +3,13 @@
|
|
|
|
|
|
|
|
|
|
Summary: A high-performance CORBA Object Request Broker
|
|
|
|
|
Name: ORBit2
|
|
|
|
|
Version: 2.14.5
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
|
Version: 2.14.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Source: http://ftp.gnome.org/pub/gnome/sources/ORBit/2.14/%{name}-%{version}.tar.bz2
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
License: LGPL/GPL
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
URL: http://www.gnome.org/projects/ORBit2/
|
|
|
|
|
URL: http://www.gnome.org/projects/ORBit2
|
|
|
|
|
BuildRequires: libIDL-devel >= %{libidl_version}
|
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
@ -75,7 +75,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/ORBit-2.0/*.*a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.*a
|
|
|
|
|
|
|
|
|
|
# fix multilib issues
|
|
|
|
|
# fix multilib conflict caused by orbit-config.h
|
|
|
|
|
%ifarch x86_64 s390x ia64 ppc64
|
|
|
|
|
%define wordsize 64
|
|
|
|
|
%else
|
|
|
|
@ -131,6 +131,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.6-1
|
|
|
|
|
- Update to 2.14.6
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.5-2
|
|
|
|
|
- Re-add a static library that is needed by libbonobo
|
|
|
|
|
|
|
|
|
|