~ubuntu-branches/ubuntu/natty/orbit2/natty

« back to all changes in this revision

Viewing changes to ORBit.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Waters
  • Date: 2002-03-25 17:24:03 UTC
  • Revision ID: james.westby@ubuntu.com-20020325172403-8lexv63608acfqgt
Tags: upstream-2.3.107
ImportĀ upstreamĀ versionĀ 2.3.107

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%define __libtoolize /bin/true
 
2
%define __spec_install_post /usr/lib/rpm/brp-compress
 
3
Summary:          A high-performance CORBA Object Request Broker.
 
4
Name:             ORBit2
 
5
Version:          @ORBIT_VERSION@
 
6
Release:          1
 
7
Source:           %{name}-%{version}.tar.gz
 
8
Group:            System Environment/Daemons
 
9
License:          LGPL/GPL
 
10
BuildRoot:        %{_tmppath}/%{name}-%{version}-root
 
11
Prereq:           /sbin/install-info
 
12
URL:              http://www.labs.redhat.com/orbit/
 
13
BuildRequires:    pkgconfig >= 0.8
 
14
Requires:         linc >= @LINC_REQUIRED@
 
15
Requires:         glib2 >= @GLIB_REQUIRED@
 
16
Requires:         libIDL >= @LIBIDL_REQUIRED@
 
17
BuildRequires:    linc-devel >= @LINC_REQUIRED@
 
18
BuildRequires:    glib2-devel >= @GLIB_REQUIRED@
 
19
BuildRequires:    libIDL-devel >= @LIBIDL_REQUIRED@
 
20
 
 
21
 
 
22
%description
 
23
ORBit is a high-performance CORBA (Common Object Request Broker
 
24
Architecture) ORB (object request broker). It allows programs to
 
25
send requests and receive replies from other programs, regardless
 
26
of the locations of the two programs. CORBA is an architecture that
 
27
enables communication between program objects, regardless of the
 
28
programming language they're written in or the operating system they
 
29
run on.
 
30
 
 
31
You will need to install this package and ORBit-devel if you want to
 
32
write programs that use CORBA technology.
 
33
 
 
34
%package devel
 
35
Summary:          Development libraries, header files and utilities for ORBit.
 
36
Group:            Development/Libraries
 
37
Requires:         %name = %{version}
 
38
Requires:         indent
 
39
Requires:         pkgconfig >= 0.8
 
40
Requires:         linc >= @LINC_REQUIRED@
 
41
Requires:         linc-devel >= @LINC_REQUIRED@
 
42
Requires:         glib2 >= @GLIB_REQUIRED@
 
43
Requires:         glib2-devel >= @GLIB_REQUIRED@
 
44
Requires:         libIDL >= @LIBIDL_REQUIRED@
 
45
Requires:         libIDL-devel >= @LIBIDL_REQUIRED@
 
46
 
 
47
 
 
48
%description devel
 
49
ORBit is a high-performance CORBA (Common Object Request Broker
 
50
Architecture) ORB (object request broker) with support for the
 
51
C language.
 
52
 
 
53
This package contains the header files, libraries and utilities
 
54
necessary to write programs that use CORBA technology. If you want to
 
55
write such programs, you'll also need to install the ORBIT package.
 
56
 
 
57
%prep
 
58
%setup -q
 
59
mv ltmain.sh ltmain.sh.orig
 
60
sed s/relink=yes/relink=no/ ltmain.sh.orig > ltmain.sh
 
61
%build
 
62
%configure
 
63
 
 
64
make 
 
65
#%{?_smp_mflags}
 
66
 
 
67
%install
 
68
rm -rf %{buildroot}
 
69
%makeinstall
 
70
 
 
71
%post -p /sbin/ldconfig
 
72
 
 
73
%postun -p /sbin/ldconfig
 
74
 
 
75
%post devel
 
76
 
 
77
%preun devel
 
78
 
 
79
%clean
 
80
rm -rf %{buildroot}
 
81
 
 
82
%files
 
83
%defattr(-,root,root)
 
84
%doc AUTHORS COPYING ChangeLog NEWS README TODO
 
85
%{_bindir}/name-client-2
 
86
%{_bindir}/orbit-name-server-2
 
87
%{_libdir}/*.so.*
 
88
%{_libdir}/orbit-2.0/*.so.*
 
89
%dir %{_libdir}/orbit-2.0/
 
90
 
 
91
%files devel
 
92
%defattr(-,root,root)
 
93
%{_bindir}/orbit-idl-2
 
94
%{_bindir}/typelib-dump
 
95
%{_bindir}/orbit2-config
 
96
%{_bindir}/ior-decode-2
 
97
%{_libdir}/*a
 
98
%{_libdir}/*.so
 
99
%{_libdir}/orbit-2.0/*.so
 
100
%{_libdir}/orbit-2.0/*a
 
101
%{_libdir}/pkgconfig/*
 
102
%{_includedir}/*
 
103
%{_datadir}/aclocal/*
 
104
 
 
105
%changelog
 
106
* Tue Mar 05 2002 Chris Chabot <chabotc@reviewboard.com>
 
107
- Cleaned up formatting
 
108
- made into .spec.in
 
109
- expanded deps
 
110
 
 
111
* Fri Feb 01 2002 Roy-Magne Mo <rmo@sunnmore.net>
 
112
- Added deps
 
113
 
 
114
* Tue Jan 22 2002 Gregory Leblanc <gleblanc@linuxweasel.com>
 
115
- removed Conflicts line
 
116
- cleaned up %files section
 
117
- removed duplicate glib-devel requires line
 
118
 
 
119
* Sat Jan 19 2002 Chris Chabot <chabotc@reviewboard.com>
 
120
- Imported spec into gnome 2.0 alpha
 
121
- Bumped version to 2.3.102
 
122
- Changed requires accordingly
 
123
- Minor cleanups
 
124
 
 
125
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
 
126
- automated rebuild
 
127
 
 
128
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
 
129
- build system somehow built against libglib-1.3.so.11
 
130
even though pkg-config found 1.3.12? wtf?
 
131
trying again
 
132
 
 
133
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
 
134
- 2.3.100.90 snap
 
135
 
 
136
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
 
137
- 2.3.99
 
138
 
 
139
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
 
140
- new snap 2.3.97.90, rebuild for glib 1.3.11
 
141
 
 
142
* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
 
143
- new snap, glib 1.3.10 rebuild
 
144
 
 
145
* Tue Oct  9 2001 Havoc Pennington <hp@redhat.com>
 
146
- check rebuild against new linc with headers moved
 
147
- remove epoch, that was a screwup
 
148
 
 
149
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
 
150
- cvs snap
 
151
- require specific glib2
 
152
 
 
153
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
 
154
- 2.3.95 tarball
 
155
- depend on new standalone libIDL, remove all libIDL stuff from file list
 
156
 
 
157
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
 
158
- require specific linc version, unrequire specific glib version since
 
159
we get that via linc
 
160
 
 
161
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
 
162
- newer orbit2 from CVS
 
163
 
 
164
* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
 
165
- conflict with old orbit with headers not moved
 
166
 
 
167
* Wed Sep 12 2001 Havoc Pennington <hp@redhat.com>
 
168
- renaming more things
 
169
- remove smp flags, doesn't work atm
 
170
- fix .pc file, trying to get bonobo-activation to build
 
171
 
 
172
* Tue Sep 11 2001 Havoc Pennington <hp@redhat.com>
 
173
- kill all file conflicts with ORBit1
 
174
 
 
175
* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
 
176
- convert to ORBit2 spec file (from ORBit original)
 
177
 
 
178
* Tue Jul 24 2001 Alexander Larsson <alexl@redhat.com>
 
179
- Added glib-devel BuildRequires
 
180
 
 
181
* Thu Jun 21 2001 Elliot Lee <sopwith@redhat.com> 0.5.8-2
 
182
- Use _smp_mflags if possible.
 
183
 
 
184
* Mon May 14 2001 Jonathan Blandford <jrb@redhat.com>
 
185
- bumped version
 
186
 
 
187
* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
 
188
- Rebuild for GTK+-1.2.9
 
189
 
 
190
* Tue Jan 30 2001 Elliot Lee <sopwith@redhat.com>
 
191
- 0.5.7 for real
 
192
 
 
193
* Thu Jan 18 2001 Elliot Lee <sopwith@redhat.com>
 
194
- 0.5.7
 
195
 
 
196
* Tue Dec 19 2000 Elliot Lee <sopwith@redhat.com>
 
197
- 0.5.6
 
198
 
 
199
* Thu Nov 30 2000 Elliot Lee <sopwith@redhat.com>
 
200
- 0.5.5
 
201
 
 
202
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
 
203
- Up Epoch and release
 
204
 
 
205
* Tue Jul 25 2000 Elliot Lee <sopwith@redhat.com>
 
206
- 0.5.3
 
207
 
 
208
* Wed Jul 19 2000 Jonathan Blandford <jrb@redhat.com>
 
209
- fixed to work with new cpp.
 
210
 
 
211
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
 
212
- automatic rebuild
 
213
 
 
214
* Tue Jul 11 2000 Jonathan Blandford <jrb@redhat.com>
 
215
- Upgraded to 0.5.2 - a bug fix release.
 
216
 
 
217
* Tue Jun 27 2000 Havoc Pennington <hp@redhat.com>
 
218
- Trying to build the package for Preston and the build
 
219
system wants a new changelog entry
 
220
 
 
221
* Sat Jun 24 2000 Preston Brown <pbrown@redhat.com>
 
222
- defattr the devel pkg
 
223
- FHS paths
 
224
 
 
225
* Fri May 19 2000 Jonathan Blandford <jrb@redhat.com>
 
226
- Upgraded to 0.5.1
 
227
 
 
228
* Tue Feb  3 2000 Elliot Lee <sopwith@redhat.com> 0.5.0-3
 
229
- Strip shared libraries
 
230
 
 
231
* Mon Aug 30 1999 Elliot Lee <sopwith@redhat.com> 0.4.94-1
 
232
- Spec file fixes from RHL 6.0.
 
233
 
 
234
* Wed Jun 2 1999  Jose Mercado <jmercado@mit.edu>
 
235
- Fixed configure.in so spec.in could be used.
 
236
 
 
237
* Mon Nov 23 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
 
238
 
 
239
- improved %files section, and added use of %{prefix} and install-info
 
240
(well,... no. The info file has not dir info inside, commented out)