ORBit2.spec
author gheet
Tue, 08 Jun 2004 13:25:20 +0000
changeset 3045 9f810052ed40
parent 2958 3655558ced77
child 3120 cb346324f8c9
permissions -rw-r--r--
2004-06-08 Ghee Teo <[email protected]> * removed /etc/orbitrc at the moment as this is a feature for Cinnabar not metro. Will add back this once Metropolis branch is created.
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
2554
406af0ef36c5 update ORBit2 to 2.10.1
stephen
parents: 2494
diff changeset
     6
Version:      2.10.1
2958
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
     7
Release:      12
1622
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
     8
Distribution: Cinnabar
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
     9
Vendor:       Sun Microsystems, Inc.
2554
406af0ef36c5 update ORBit2 to 2.10.1
stephen
parents: 2494
diff changeset
    10
Source:       http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-%{version}.tar.bz2
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
    11
Source1:      orbit-idl-2.1.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
    12
Source2:      orbit2-config.1.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
    13
Source3:      libORBit-2.3.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
    14
Source4:      libORBitCosNaming-2.3.gz
1622
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    15
Patch1:	      ORBit-01-no-static.diff
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    16
Patch2:	      ORBit-02-uninstalled_pc.diff
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    17
Patch3:	      ORBit-03-gtk-doc-make.diff
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    18
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    19
URL:          http://www.gnome.org/projects/ORBit2
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    20
DocDir:	      %{_defaultdocdir}/doc
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    21
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    22
Prereq:	      /sbin/ldconfig
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    23
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    24
%define libIDL_version 0.8.2
187
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    25
%define popt_version 1.6.4
1198
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
    26
%define gtk_doc_version 1.1
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    27
187
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    28
Requires:      libIDL >= %{libIDL_version}
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    29
Requires:      popt >= %{popt_version}
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    30
BuildRequires: libIDL-devel >= %{libIDL_version}
187
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    31
BuildRequires: popt-devel >= %{popt_version}
1198
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
    32
BuildRequires: gtk-doc >= %{gtk_doc_version}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    33
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    34
%description
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    35
ORBit is a high-performance CORBA (Common Object Request Broker
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    36
Architecture) ORB (object request broker). It allows programs to
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    37
send requests and receive replies from other programs, regardless
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    38
of the locations of the two programs. CORBA is an architecture that
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    39
enables communication between program objects, regardless of the
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    40
programming language they're written in or the operating system they
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    41
run on.
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    42
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    43
%package devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    44
Summary:      High-performance CORBA Object Request Broker
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    45
Group:        Development/Libraries
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    46
Provides:     ORBit2-devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    47
Autoreqprov:  on
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    48
Requires:     %name = %version 
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    49
Requires:     libIDL-devel >= %{libIDL_version}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    50
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    51
%description devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    52
ORBit is a high-performance CORBA (Common Object Request Broker
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    53
Architecture) ORB (object request broker). It allows programs to
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    54
send requests and receive replies from other programs, regardless
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    55
of the locations of the two programs. CORBA is an architecture that
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    56
enables communication between program objects, regardless of the
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    57
programming language they're written in or the operating system they
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    58
run on.
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
%prep
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    61
%setup
1551
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
    62
%patch1 -p1
1622
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    63
%patch2 -p1
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    64
%patch3 -p1
16
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
%build
1551
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
    67
libtoolize --copy --force
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
    68
aclocal -I %{_datadir}/aclocal -I %{_datadir}/aclocal/gnome2-macros
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
    69
automake --add-missing --copy
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
    70
autoconf
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    71
CFLAGS="$RPM_OPT_FLAGS"			\
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    72
./configure --prefix=%{_prefix}		\
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    73
	    --sysconfdir=%{_sysconfdir}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    74
make
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    75
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    76
%install
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    77
make DESTDIR=$RPM_BUILD_ROOT install
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
    78
install -d $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
    79
install -d $RPM_BUILD_ROOT%{_mandir}/man3
2707
4fd4d7aa2c35 2004-05-11 Stephen Browne <[email protected]>
stephen
parents: 2619
diff changeset
    80
install -d $RPM_BUILD_ROOT%{_sysconfdir}
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
    81
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
    82
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
    83
install --mode=0644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man3
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
    84
install --mode=0644 %SOURCE4 $RPM_BUILD_ROOT%{_mandir}/man3
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    85
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    86
%clean
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    87
rm -rf $RPM_BUILD_ROOT
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    88
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    89
%post
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    90
/sbin/ldconfig
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    91
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    92
%postun
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    93
/sbin/ldconfig
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    94
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    95
%files
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    96
%defattr(-, root, root)
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    97
%{_libdir}/libORBit*.so.*
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    98
%{_libdir}/orbit-2.0/Every*so*
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    99
%{_bindir}/ior-decode-2
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   100
%{_bindir}/typelib-dump
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   101
%{_bindir}/linc-cleanup-sockets
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   102
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   103
%files devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   104
%defattr(-, root, root)
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   105
%{_includedir}/orbit-2.0
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   106
%{_bindir}/orbit-idl-2
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   107
%{_bindir}/orbit2-config
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   108
%{_libdir}/libname-server-2.a
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   109
%{_libdir}/libORBit*.so
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   110
%{_libdir}/pkgconfig/*.pc
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   111
%{_datadir}/aclocal/*.m4
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   112
%{_datadir}/gtk-doc/html/ORBit2
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   113
%{_mandir}/man1/*
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   114
%{_mandir}/man3/*
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   115
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   116
%changelog
3045
9f810052ed40 2004-06-08 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   117
* Tue Jun 08 2004 - <[email protected]>
9f810052ed40 2004-06-08 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   118
- removed /etc/orbitrc at the moment as this is a feature for Cinnabar not
9f810052ed40 2004-06-08 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   119
  metro.
9f810052ed40 2004-06-08 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   120
1864
36ed7c7e879c 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1622
diff changeset
   121
* Mon Feb 23 2004 - <[email protected]>
36ed7c7e879c 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1622
diff changeset
   122
- Bump to 2.9.8
36ed7c7e879c 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1622
diff changeset
   123
1622
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
   124
* Wed Feb 11 2004 - <[email protected]>
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
   125
- Bump to 2.9.7, gtk-doc.make hack patch 03
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
   126
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   127
* Mon Dec 15 2003 - <[email protected]>
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   128
- Bump to 2.9.2
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   129
1198
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
   130
* Mon Oct 02 2003 - <[email protected]> 2.8.1-2
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
   131
- Require gtk-doc.
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
   132
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   133
* Mon Oct 02 2003 - <[email protected]> 2.8.1-1
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   134
- Update to 2.8.1.
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   135
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   136
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   137
- add patch to disable static linking of test programs
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   138
- 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
   139
  apparently needed by bonobo-activation
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   140
- move *.so to -devel
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   141
909
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   142
* Fri Aug 01 2003 - <[email protected]> 2.6.3-1
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   143
- Upgrade to 2.6.3.
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   144
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   145
* Wed Apr 30 2003 - <[email protected]>
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   146
- Create new spec file for ORBit2