|
|
|
@ -4,8 +4,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: A high-performance CORBA Object Request Broker.
|
|
|
|
|
Name: ORBit2
|
|
|
|
|
Version: 2.4.0
|
|
|
|
|
Release: 3
|
|
|
|
|
Version: 2.4.1
|
|
|
|
|
Release: 1
|
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
License: LGPL/GPL
|
|
|
|
@ -67,6 +67,10 @@ make ## %{?_smp_mflags}
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/ORBit-2.0/*.*a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.*a
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
@ -78,8 +82,7 @@ rm -rf %{buildroot}
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
%{_bindir}/orbit-name-server-2
|
|
|
|
|
%{_bindir}/name-client-2
|
|
|
|
|
%{_libdir}/orbit-2.0/*.so*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
@ -92,9 +95,12 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_bindir}/ior-decode-2
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
|
|
|
|
|
|
%{_datadir}/idl/orbit-2.0/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.4.1
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|