ORBit2.spec
author dermotm
Mon, 06 Oct 2003 10:15:16 +0000
changeset 1195 4e66a626f563
parent 1157 c64ecc37251e
child 1197 dd8c590934ca
permissions -rw-r--r--
Incremented Release numbers for build 10
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     1
Name:         ORBit2
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     2
License:      LGPL
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     3
Group:        System/Libraries
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     4
Provides:     ORBit2 
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     5
Summary:      High-performance CORBA Object Request Broker
909
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
     6
Version:      2.6.3
1195
4e66a626f563 Incremented Release numbers for build 10
dermotm
parents: 1157
diff changeset
     7
Release:      12
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
     8
Distribution: Mercury
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
     9
Vendor:       Sun Microsystems, Inc.
894
68a06e1a000a 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
    10
Source:       http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.6/ORBit2-%{version}.tar.bz2
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    11
Patch0:	      ORBit-01-no-static.diff
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    12
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    13
URL:          http://www.gnome.org
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    14
DocDir:	      %{_defaultdocdir}/doc
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    15
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    16
Prereq:	      /sbin/ldconfig
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    17
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    18
%define linc_version 1.0.1
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    19
%define libIDL_version 0.8.0
187
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    20
%define popt_version 1.6.4
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    21
187
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    22
Requires:      linc >= %{linc_version}
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    23
Requires:      libIDL >= %{libIDL_version}
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    24
Requires:      popt >= %{popt_version}
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    25
BuildRequires: linc-devel >= %{linc_version}
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    26
BuildRequires: libIDL-devel >= %{libIDL_version}
187
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    27
BuildRequires: popt-devel >= %{popt_version}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    28
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    29
%description
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    30
ORBit is a high-performance CORBA (Common Object Request Broker
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    31
Architecture) ORB (object request broker). It allows programs to
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    32
send requests and receive replies from other programs, regardless
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    33
of the locations of the two programs. CORBA is an architecture that
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    34
enables communication between program objects, regardless of the
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    35
programming language they're written in or the operating system they
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    36
run on.
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    37
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    38
%package devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    39
Summary:      High-performance CORBA Object Request Broker
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    40
Group:        Development/Libraries
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    41
Provides:     ORBit2-devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    42
Autoreqprov:  on
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    43
Requires:     %name = %version 
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    44
Requires:     linc-devel >= %{linc_version}
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    45
Requires:      libIDL-devel >= %{libIDL_version}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    46
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    47
%description devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    48
ORBit is a high-performance CORBA (Common Object Request Broker
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    49
Architecture) ORB (object request broker). It allows programs to
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    50
send requests and receive replies from other programs, regardless
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    51
of the locations of the two programs. CORBA is an architecture that
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    52
enables communication between program objects, regardless of the
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    53
programming language they're written in or the operating system they
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    54
run on.
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    55
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    56
%prep
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    57
%setup
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    58
%patch0 -p1
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    59
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    60
%build
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    61
CFLAGS="$RPM_OPT_FLAGS"			\
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    62
./configure --prefix=%{_prefix}		\
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    63
	    --sysconfdir=%{_sysconfdir}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    64
make
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    65
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    66
%install
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    67
make DESTDIR=$RPM_BUILD_ROOT install
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    68
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    69
%clean
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    70
rm -rf $RPM_BUILD_ROOT
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    71
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    72
%post
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    73
/sbin/ldconfig
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    74
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    75
%postun
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    76
/sbin/ldconfig
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    77
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    78
%files
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    79
%defattr(-, root, root)
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    80
%{_libdir}/libORBit*.so.*
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    81
%{_libdir}/orbit-2.0/Every*so*
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    82
%{_bindir}/ior-decode-2
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    83
%{_bindir}/typelib-dump
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    84
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    85
%files devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    86
%defattr(-, root, root)
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    87
%{_includedir}/orbit-2.0
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    88
%{_bindir}/orbit-idl-2
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    89
%{_bindir}/orbit2-config
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    90
%{_libdir}/libname-server-2.a
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    91
%{_libdir}/libORBit*.so
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    92
%{_libdir}/pkgconfig/*.pc
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    93
%{_datadir}/aclocal/*.m4
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    94
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    95
%changelog
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    96
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    97
- add patch to disable static linking of test programs
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    98
- remove lib*.a and .la, except libname-server-2.a which is
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    99
  apparently needed by bonobo-activation
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   100
- move *.so to -devel
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   101
909
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   102
* Fri Aug 01 2003 - <[email protected]> 2.6.3-1
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   103
- Upgrade to 2.6.3.
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   104
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   105
* Wed Apr 30 2003 - <[email protected]>
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   106
- Create new spec file for ORBit2