auto-import changelog data from ORBit2-2.8.2-1.src.rpm

Wed Oct 22 2003 Jeremy Katz <katzj@redhat.com> 2.8.2-1
- 2.8.2
Mon Oct 06 2003 Jeremy Katz <katzj@redhat.com> 2.8.1.90-1
- update to CVS snap off of gnome-2-4 branch
Fri Oct 03 2003 Alexander Larsson <alexl@redhat.com> 2.8.1-1
- 2.8.1
- BuildRequire a newer gtk-doc
Wed Sep 03 2003 Alexander Larsson <alexl@redhat.com> 2.8.0-1
- 2.8.0
Mon Aug 11 2003 Alexander Larsson <alexl@redhat.com> 2.7.5-5
- Remove obsoletes linc line
Mon Aug 11 2003 Alexander Larsson <alexl@redhat.com> 2.7.5-4
- Add gtk-doc to devel
Thu Aug 07 2003 Jonathan Blandford <jrb@redhat.com>
- rebuild for 2.4
Fri Jul 11 2003 Havoc Pennington <hp@redhat.com>
- automated rebuild
Mon Jul 07 2003 Havoc Pennington <hp@redhat.com> 2.6.2-1
- 2.6.2
Fri Jun 27 2003 Havoc Pennington <hp@redhat.com> 2.6.0-5
- add lame _exit(0) hack to work around problem on ia64 temporarily
Thu Jun 26 2003 Havoc Pennington <hp@redhat.com> 2.6.0-4
- rebuild
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue Jun 03 2003 Jeff Johnson <jbj@redhat.com>
- add explicit epoch's where needed.
epel9
cvsdist 21 years ago
parent 72a4eb2a62
commit 01fc085e2f

@ -1 +1 @@
ORBit2-2.6.0.tar.bz2 ORBit2-2.8.2.tar.bz2

@ -1,21 +1,23 @@
%define linc_version 1.0.1 %define libidl_version 0.8.2-1
%define libidl_version 0.8.0
%define glib2_version 2.2.0 %define glib2_version 2.2.0
Summary: A high-performance CORBA Object Request Broker. Summary: A high-performance CORBA Object Request Broker.
Name: ORBit2 Name: ORBit2
Version: 2.6.0 Version: 2.8.2
Release: 2 Release: 1
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Group: System Environment/Daemons Group: System Environment/Daemons
License: LGPL/GPL License: LGPL/GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prereq: /sbin/install-info Prereq: /sbin/install-info
URL: http://www.labs.redhat.com/orbit/ URL: http://www.labs.redhat.com/orbit/
BuildRequires: linc-devel >= %{linc_version}
BuildRequires: libIDL-devel >= %{libidl_version} BuildRequires: libIDL-devel >= %{libidl_version}
BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version}
BuildPreReq: libtool
BuildPreReq: /usr/bin/aclocal-1.6
BuildRequires: pkgconfig >= 0.14 BuildRequires: pkgconfig >= 0.14
BuildRequires: gtk-doc >= 1.1
Patch0: ORBit2-2.8.1-gross-hack.patch
%description %description
ORBit is a high-performance CORBA (Common Object Request Broker ORBit is a high-performance CORBA (Common Object Request Broker
@ -34,11 +36,10 @@ Summary: Development libraries, header files and utilities for ORBit.
Group: Development/Libraries Group: Development/Libraries
Requires: indent Requires: indent
Requires: glib2-devel Requires: glib2-devel
Requires: linc-devel >= %{linc_version}
Requires: libIDL-devel >= %{libidl_version} Requires: libIDL-devel >= %{libidl_version}
Requires: ORBit2 = %{version} Requires: ORBit2 = %{version}
Requires: glib2-devel >= %{glib2_version} Requires: glib2-devel >= %{glib2_version}
Conflicts: ORBit-devel <= 0.5.8 Conflicts: ORBit-devel <= 1:0.5.8
%description devel %description devel
ORBit is a high-performance CORBA (Common Object Request Broker ORBit is a high-performance CORBA (Common Object Request Broker
@ -57,11 +58,16 @@ write such programs, you'll also need to install the ORBIT package.
# exit 1 # exit 1
#fi #fi
%patch0 -p1 -b .gross-hack
echo "glib-2.0 version is `pkg-config --modversion glib-2.0`" echo "glib-2.0 version is `pkg-config --modversion glib-2.0`"
%build %build
%configure aclocal-1.6
libtoolize --force
automake-1.6
autoconf
%configure --disable-gtk-doc
make ## %{?_smp_mflags} make ## %{?_smp_mflags}
%install %install
@ -97,8 +103,50 @@ rm -rf %{buildroot}
%{_includedir}/* %{_includedir}/*
%{_datadir}/aclocal/* %{_datadir}/aclocal/*
%{_datadir}/idl/orbit-2.0 %{_datadir}/idl/orbit-2.0
%{_bindir}/linc-cleanup-sockets
%{_datadir}/gtk-doc
%changelog %changelog
* Wed Oct 22 2003 Jeremy Katz <katzj@redhat.com> 2.8.2-1
- 2.8.2
* Mon Oct 6 2003 Jeremy Katz <katzj@redhat.com> 2.8.1.90-1
- update to CVS snap off of gnome-2-4 branch
* Fri Oct 3 2003 Alexander Larsson <alexl@redhat.com> 2.8.1-1
- 2.8.1
- BuildRequire a newer gtk-doc
* Wed Sep 3 2003 Alexander Larsson <alexl@redhat.com> 2.8.0-1
- 2.8.0
* Mon Aug 11 2003 Alexander Larsson <alexl@redhat.com> 2.7.5-5
- Remove obsoletes linc line
* Mon Aug 11 2003 Alexander Larsson <alexl@redhat.com> 2.7.5-4
- Add gtk-doc to devel
* Thu Aug 7 2003 Jonathan Blandford <jrb@redhat.com>
- rebuild for 2.4
* Fri Jul 11 2003 Havoc Pennington <hp@redhat.com>
- automated rebuild
* Mon Jul 7 2003 Havoc Pennington <hp@redhat.com> 2.6.2-1
- 2.6.2
* Fri Jun 27 2003 Havoc Pennington <hp@redhat.com> 2.6.0-5
- add lame _exit(0) hack to work around problem on ia64 temporarily
* Thu Jun 26 2003 Havoc Pennington <hp@redhat.com> 2.6.0-4
- rebuild
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
- add explicit epoch's where needed.
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 2.6.0-2 * Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 2.6.0-2
- own %{_datadir}/idl/orbit-2.0 (#74020) - own %{_datadir}/idl/orbit-2.0 (#74020)

@ -1 +1 @@
c0b26f13f63db89503234d9367962e23 ORBit2-2.6.0.tar.bz2 f3c10a7857f26ccf0a690f37bb8f62c1 ORBit2-2.8.2.tar.bz2

Loading…
Cancel
Save