diff --git a/.cvsignore b/.cvsignore index 6537fb4..5e13e7b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ORBit2-2.4.0.tar.bz2 +ORBit2-2.4.1.tar.bz2 diff --git a/ORBit2.spec b/ORBit2.spec index b597ef2..bad470f 100644 --- a/ORBit2.spec +++ b/ORBit2.spec @@ -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 +- 2.4.1 + * Fri Jun 21 2002 Tim Powers - automated rebuild diff --git a/sources b/sources index 039811d..ea04f70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25eb93f5dae655db2806e6462a52a8ee ORBit2-2.4.0.tar.bz2 +b3b571d2721b0efd236858209f320b3a ORBit2-2.4.1.tar.bz2