File orbit2.spec of Package orbit2
#
# spec file for package orbit2 (Version 2.14.19)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: orbit2
%define _name ORBit2
BuildRequires: gtk-doc libidl-devel
License: LGPLv2.1+
Group: System/Libraries
Provides: ORBit2
# bug437293
%ifarch ppc64
Obsoletes: orbit2-64bit
%endif
#
Summary: High-Performance CORBA Object Request Broker
Version: 2.14.19
Release: 1
Source: ftp://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/%{_name}-%{version}.tar.bz2
Source99: baselibs.conf
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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 are written in or the operating system they run on.
You will need to install this package if you want to run programs that
use the CORBA technology ORBit implementation.
Authors:
--------
Elliot Lee <sopwith@redhat.com>
Michael Meeks <michael@ximian.com>
Mark McLouglin <mark@skynet.ie>
%package devel
License: LGPLv2.1+
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Provides: ORBit2-devel
# bug437293
%ifarch ppc64
Obsoletes: orbit2-devel-64bit
%endif
#
Requires: %{name} = %{version} glib2-devel libidl-devel
%description devel
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 are written in or the operating system they run on.
You will need to install this package if you want to run programs that
use the ORBit implementation of the CORBA technology.
Authors:
--------
Elliot Lee <sopwith@redhat.com>
Michael Meeks <michael@ximian.com>
Mark McLouglin <mark@skynet.ie>
%package doc
License: GPLv2+ ; LGPLv2.1+
Summary: High-Performance CORBA Object Request Broker
Group: System/Libraries
Provides: ORBit2-doc
Requires: %{name} = %{version}
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
%description doc
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 are written in or the operating system they run on.
You will need to install this package if you want to run programs that
use the CORBA technology ORBit implementation.
Authors:
--------
Elliot Lee <sopwith@redhat.com>
Michael Meeks <michael@ximian.com>
Mark McLouglin <mark@skynet.ie>
%prep
%setup -n %{_name}-%{version}
%build
%configure\
--disable-static
%__make %{?jobs:-j%jobs}
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/linc-cleanup-sockets
%{_libdir}/*.so.*
%{_libdir}/orbit-2.0
%files devel
%defattr(-, root, root)
%{_bindir}/ior-decode-2
%{_bindir}/orbit-idl-2
%{_bindir}/orbit2-config
%{_bindir}/typelib-dump
%{_includedir}/orbit-2.0
%{_libdir}/*.so
%{_libdir}/libname-server-2.a
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%{_datadir}/idl/orbit-2.0
%files doc
%defattr(-, root, root)
%{_datadir}/gtk-doc/html/*
%changelog