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

Loading…
Cancel
Save