forked from pool/evolution
Accepting request 40532 from GNOME:Factory
Copy from GNOME:Factory/evolution based on submit request 40532 from user vuntz OBS-URL: https://build.opensuse.org/request/show/40532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=85
This commit is contained in:
commit
d67f5c0ac8
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 23 16:29:27 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Move libeconduit.so to the pilot subpackage, to make evolution
|
||||||
|
not depend on the pilot libraries unless really needed. Fix
|
||||||
|
bnc#580612.
|
||||||
|
- Make evolution-pilot supplement evolution and gnome-pilot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 29 10:22:24 IST 2010 - lakhil@novell.com
|
Thu Apr 29 10:22:24 IST 2010 - lakhil@novell.com
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ Group: Productivity/Networking/Email/Clients
|
|||||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||||
%define evolution_base_version 2.30
|
%define evolution_base_version 2.30
|
||||||
Version: 2.30.1.2
|
Version: 2.30.1.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2
|
||||||
# PATCH-NEEDS-REBASE calendar-sendbutton.patch -- It also needs a proper description and a bug number
|
# PATCH-NEEDS-REBASE calendar-sendbutton.patch -- It also needs a proper description and a bug number
|
||||||
@ -129,6 +129,7 @@ License: GFDLv1.1 ; GPLv2+ ; LGPLv2.1+ ; MIT License (or similar)
|
|||||||
Summary: The Integrated GNOME Mail, Calendar, and Addressbook Suite
|
Summary: The Integrated GNOME Mail, Calendar, and Addressbook Suite
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
Requires: evolution = %{version}
|
Requires: evolution = %{version}
|
||||||
|
Supplements: packageand(%{name}:gnome-pilot}
|
||||||
|
|
||||||
%description pilot
|
%description pilot
|
||||||
Evolution consists of modular components (at the moment: mailer,
|
Evolution consists of modular components (at the moment: mailer,
|
||||||
@ -276,6 +277,7 @@ fi
|
|||||||
%dir %{_libdir}/evolution
|
%dir %{_libdir}/evolution
|
||||||
%dir %{_libdir}/evolution/*
|
%dir %{_libdir}/evolution/*
|
||||||
%{_libdir}/evolution/*/*.so.*
|
%{_libdir}/evolution/*/*.so.*
|
||||||
|
%exclude %{_libdir}/evolution/*/libeconduit.so.*
|
||||||
%dir %{_libdir}/evolution/*/modules/
|
%dir %{_libdir}/evolution/*/modules/
|
||||||
%{_libdir}/evolution/*/modules/*-module-addressbook.*
|
%{_libdir}/evolution/*/modules/*-module-addressbook.*
|
||||||
%{_libdir}/evolution/*/modules/*-module-calendar.*
|
%{_libdir}/evolution/*/modules/*-module-calendar.*
|
||||||
@ -336,6 +338,7 @@ fi
|
|||||||
%files pilot
|
%files pilot
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gnome-pilot/conduits/*.conduit
|
%{_datadir}/gnome-pilot/conduits/*.conduit
|
||||||
|
%{_libdir}/evolution/*/libeconduit.so.*
|
||||||
%{_libdir}/evolution/*/conduits
|
%{_libdir}/evolution/*/conduits
|
||||||
|
|
||||||
%files mono-plugins
|
%files mono-plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user