- Move libeconduit.so into the conduits subpackage to see if that untangles
us from gnome-pilot.
This commit is contained in:
parent
6811d3a03f
commit
61002b6c41
@ -43,7 +43,7 @@
|
||||
|
||||
Name: evolution
|
||||
Version: 2.27.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: Applications/Productivity
|
||||
Summary: Mail and calendar client for GNOME
|
||||
License: GPLv2+ and GFDL
|
||||
@ -465,7 +465,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
# Shared libraries:
|
||||
%{_libdir}/evolution/%{evo_major}/libeabutil.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libeconduit.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libecontacteditor.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libecontactlisteditor.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libefilterbar.so.*
|
||||
@ -658,6 +657,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files conduits
|
||||
%defattr(-, root, root)
|
||||
%dir %{_libdir}/evolution/%{evo_major}/conduits
|
||||
%{_libdir}/evolution/%{evo_major}/libeconduit.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/conduits/libeaddress_conduit.so
|
||||
%{_libdir}/evolution/%{evo_major}/conduits/libecalendar_common_conduit.so
|
||||
%{_libdir}/evolution/%{evo_major}/conduits/libecalendar_conduit.so
|
||||
@ -693,6 +693,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.5-2.fc12
|
||||
- Move libeconduit.so into the conduits subpackage to see if that
|
||||
untangles us from gnome-pilot.
|
||||
|
||||
* Mon Jul 27 2009 Milan Crha <mcrha@redhat.com> - 2.27.5-1.fc12
|
||||
- Update to 2.27.5
|
||||
- Remove pst import plugin patch (fixed upstream).
|
||||
|
Loading…
Reference in New Issue
Block a user