Accepting request 720995 from GNOME:Factory
- Split text highlight plugin into a subpackage. - Add missing runtime dependency on the 'highlight' package. - Replace packageand() by boolean dependencies. (forwarded request 717677 from 1Antoine1) OBS-URL: https://build.opensuse.org/request/show/720995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=228
This commit is contained in:
commit
bea481c32b
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 19:23:33 UTC 2019 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
- Split text highlight plugin into a subpackage.
|
||||||
|
- Add missing runtime dependency on the 'highlight' package.
|
||||||
|
- Replace packageand() by boolean dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 15 16:23:23 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Jul 15 16:23:23 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -37,7 +37,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: highlight
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -107,7 +106,7 @@ Summary: Glade catalog for the Evolution groupware library
|
|||||||
Group: Development/Tools/GUI Builders
|
Group: Development/Tools/GUI Builders
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glade
|
Requires: glade
|
||||||
Supplements: packageand(glade:%{name}-devel)
|
Supplements: (glade and %{name}-devel)
|
||||||
|
|
||||||
%description -n glade-catalog-evolution
|
%description -n glade-catalog-evolution
|
||||||
Evolution consists of modular components (at the moment: mailer,
|
Evolution consists of modular components (at the moment: mailer,
|
||||||
@ -124,7 +123,7 @@ Group: Productivity/Networking/Email/Clients
|
|||||||
Requires: %{name}
|
Requires: %{name}
|
||||||
Requires: bogofilter
|
Requires: bogofilter
|
||||||
Enhances: %{name}
|
Enhances: %{name}
|
||||||
Supplements: packageand(%{name}:bogofilter)
|
Supplements: (%{name} and bogofilter)
|
||||||
|
|
||||||
%description -n evolution-plugin-bogofilter
|
%description -n evolution-plugin-bogofilter
|
||||||
Adds support for junk-mail filtering via bogofilter.
|
Adds support for junk-mail filtering via bogofilter.
|
||||||
@ -144,11 +143,23 @@ Group: Productivity/Networking/Email/Clients
|
|||||||
Requires: %{name}
|
Requires: %{name}
|
||||||
Requires: spamassassin
|
Requires: spamassassin
|
||||||
Enhances: %{name}
|
Enhances: %{name}
|
||||||
Supplements: packageand(%{name}:spamassassin)
|
Supplements: (%{name} and spamassassin)
|
||||||
|
|
||||||
%description -n evolution-plugin-spamassassin
|
%description -n evolution-plugin-spamassassin
|
||||||
Adds support for junk-mail filtering via spamassassin.
|
Adds support for junk-mail filtering via spamassassin.
|
||||||
|
|
||||||
|
%package -n evolution-plugin-text-highlight
|
||||||
|
Summary: Text highlight plugin for the Evolution groupware suite
|
||||||
|
Group: Productivity/Networking/Email/Clients
|
||||||
|
BuildRequires: highlight
|
||||||
|
Requires: %{name}
|
||||||
|
Requires: highlight
|
||||||
|
Enhances: %{name}
|
||||||
|
Supplements: (%{name} and highlight)
|
||||||
|
|
||||||
|
%description -n evolution-plugin-text-highlight
|
||||||
|
Adds support to highlight syntax of mails and their attachments.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the Evolution groupware suite
|
Summary: Development files for the Evolution groupware suite
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -237,7 +248,6 @@ translation-update-upstream
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml
|
||||||
%{_libdir}/evolution/modules/module-accounts-window.so
|
%{_libdir}/evolution/modules/module-accounts-window.so
|
||||||
%{_libdir}/evolution/modules/module-config-lookup.so
|
%{_libdir}/evolution/modules/module-config-lookup.so
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.text-highlight.gschema.xml
|
|
||||||
%{_libdir}/evolution/modules/module-mailto-handler.so
|
%{_libdir}/evolution/modules/module-mailto-handler.so
|
||||||
%{_libdir}/evolution/modules/module-mdn.so
|
%{_libdir}/evolution/modules/module-mdn.so
|
||||||
%{_libdir}/evolution/modules/module-offline-alert.so
|
%{_libdir}/evolution/modules/module-offline-alert.so
|
||||||
@ -246,7 +256,6 @@ translation-update-upstream
|
|||||||
%{_libdir}/evolution/modules/module-prefer-plain.so
|
%{_libdir}/evolution/modules/module-prefer-plain.so
|
||||||
%{_libdir}/evolution/modules/module-settings.so
|
%{_libdir}/evolution/modules/module-settings.so
|
||||||
%{_libdir}/evolution/modules/module-startup-wizard.so
|
%{_libdir}/evolution/modules/module-startup-wizard.so
|
||||||
%{_libdir}/evolution/modules/module-text-highlight.so
|
|
||||||
%{_libdir}/evolution/modules/module-vcard-inline.so
|
%{_libdir}/evolution/modules/module-vcard-inline.so
|
||||||
%{_libdir}/evolution/modules/module-webkit-editor.so
|
%{_libdir}/evolution/modules/module-webkit-editor.so
|
||||||
%{_libdir}/evolution/modules/module-webkit-inspector.so
|
%{_libdir}/evolution/modules/module-webkit-inspector.so
|
||||||
@ -301,6 +310,10 @@ translation-update-upstream
|
|||||||
%{_libdir}/evolution/plugins/*-pst-import.*
|
%{_libdir}/evolution/plugins/*-pst-import.*
|
||||||
%{_datadir}/metainfo/org.gnome.Evolution-pst.metainfo.xml
|
%{_datadir}/metainfo/org.gnome.Evolution-pst.metainfo.xml
|
||||||
|
|
||||||
|
%files -n evolution-plugin-text-highlight
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.text-highlight.gschema.xml
|
||||||
|
%{_libdir}/evolution/modules/module-text-highlight.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc ChangeLog HACKING MAINTAINERS NEWS-1.0 README
|
%doc ChangeLog HACKING MAINTAINERS NEWS-1.0 README
|
||||||
%doc %{_datadir}/gtk-doc/html/evolution-*/
|
%doc %{_datadir}/gtk-doc/html/evolution-*/
|
||||||
|
Loading…
Reference in New Issue
Block a user