Accepting request 311168 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/311168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=48
This commit is contained in:
commit
2202e7d61b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:255a29ef7569e4a4d5b4faa6ca2825860e5ffc2ed2e8479def639ec51558c2d3
|
|
||||||
size 684088
|
|
3
evolution-ews-3.16.3.tar.xz
Normal file
3
evolution-ews-3.16.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:529d3aa62a6d6d129871d005d95f27b433ad7aeb99f48f395347e18fb0586ad0
|
||||||
|
size 683876
|
14
evolution-ews-intltool-path.patch
Normal file
14
evolution-ews-intltool-path.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Index: evolution-ews-3.16.3/configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- evolution-ews-3.16.3.orig/configure.ac
|
||||||
|
+++ evolution-ews-3.16.3/configure.ac
|
||||||
|
@@ -199,9 +199,6 @@ GETTEXT_PACKAGE=evolution-ews
|
||||||
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext])
|
||||||
|
|
||||||
|
-localedir='$(prefix)/$(DATADIRNAME)/locale'
|
||||||
|
-AC_SUBST(localedir)
|
||||||
|
-
|
||||||
|
dnl ****************************
|
||||||
|
dnl Initialize libtool
|
||||||
|
dnl ****************************
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 8 11:46:26 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.16.3:
|
||||||
|
+ Correct locking in e_book_backend_ews_set_locale().
|
||||||
|
+ Address some of the Coverity Scan issues.
|
||||||
|
- Add evolution-ews-intltool-path.patch: Fix locale installation
|
||||||
|
when using recent intltools.
|
||||||
|
- Delete po/Makefile* to ensure no stale file is left.
|
||||||
|
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
|
||||||
|
above patch touches the buildsystem.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 11 14:26:58 UTC 2015 - zaitor@opensuse.org
|
Mon May 11 14:26:58 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -19,14 +19,18 @@
|
|||||||
Name: evolution-ews
|
Name: evolution-ews
|
||||||
# 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 3.16
|
%define evolution_base_version 3.16
|
||||||
Version: 3.16.2
|
Version: 3.16.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
Url: http://projects.gnome.org/evolution/
|
Url: http://projects.gnome.org/evolution/
|
||||||
Source: http://download.gnome.org/sources/evolution-ews/3.16/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/evolution-ews/3.16/%{name}-%{version}.tar.xz
|
||||||
|
# PATCH-FIX-UPSTREAM evolution-ews-intltool-path.patch bgo#750571 dimstar@opensuse.org -- Fix installation of locales when building using recent intltools
|
||||||
|
Patch0: evolution-ews-intltool-path.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
# Needed for patch0
|
||||||
|
BuildRequires: gnome-common
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: pkgconfig(enchant)
|
BuildRequires: pkgconfig(enchant)
|
||||||
@ -86,9 +90,14 @@ later).
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
# let's just intltoolize this tarball
|
||||||
|
rm po/Makefile*
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Needed for patch0
|
||||||
|
NOCONFIGURE=1 gnome-autogen.sh
|
||||||
%{configure} \
|
%{configure} \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user