Fix a directory ownership issue

epel9
Matthias Clasen 18 years ago
parent 0b21d62ea9
commit 0e8c4d41bc

@ -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.7 Version: 2.14.7
Release: 1%{?dist} Release: 2%{?dist}
Source: http://ftp.gnome.org/pub/gnome/sources/ORBit/2.14/%{name}-%{version}.tar.bz2 Source: http://ftp.gnome.org/pub/gnome/sources/ORBit/2.14/%{name}-%{version}.tar.bz2
Group: System Environment/Daemons Group: System Environment/Daemons
License: LGPL/GPL License: LGPL/GPL
@ -120,6 +120,7 @@ rm -rf %{buildroot}
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/orbit-2.0
# this is needed by libbonobo # this is needed by libbonobo
%{_libdir}/libname-server-2.a %{_libdir}/libname-server-2.a
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
@ -134,6 +135,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc %{_datadir}/gtk-doc
%changelog %changelog
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-2
- Fix a directory ownership issue (#233755)
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-1 * Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-1
- Update to 2.14.7 - Update to 2.14.7

Loading…
Cancel
Save