re-add a missing lib

epel9
Matthias Clasen 18 years ago
parent 6faddb24f6
commit 5648b4638a

@ -4,7 +4,7 @@
Summary: A high-performance CORBA Object Request Broker
Name: ORBit2
Version: 2.14.5
Release: 1%{?dist}
Release: 2%{?dist}
Source: %{name}-%{version}.tar.bz2
Group: System Environment/Daemons
License: LGPL/GPL
@ -71,7 +71,7 @@ make
rm -rf %{buildroot}
%makeinstall
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
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
@ -117,6 +117,8 @@ rm -rf %{buildroot}
%files devel
%defattr(-,root,root)
%{_libdir}/*.so
# this is needed by libbonobo
%{_libdir}/libname-server-2.a
%{_libdir}/pkgconfig/*
%{_bindir}/orbit-idl-2
%{_bindir}/typelib-dump
@ -129,6 +131,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc
%changelog
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.5-2
- Re-add a static library that is needed by libbonobo
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.5-1
- Update to 2.14.5

Loading…
Cancel
Save