|
@@ -31,7 +31,7 @@ Summary: Backend data server for evolution
|
|
|
Summary(ja): Evolution バックエンドデータサーバ
|
|
|
Name: evolution-data-server
|
|
|
Version: 3.20.4
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: LGPL
|
|
|
Group: System Environment/Libraries
|
|
|
URL: http://www.gnome.org/projects/evolution/
|
|
@@ -214,6 +214,7 @@ autoreconf -if
|
|
|
# See Ross Burton's blog entry for why we want --with-libdb.
|
|
|
# http://www.burtonini.com/blog//computers/eds-libdb-2006-07-18-10-40
|
|
|
|
|
|
+CXXFLAGS="%{optflags} -fpermissive --std=c++11" \
|
|
|
%configure \
|
|
|
--with-libdb=/usr \
|
|
|
--disable-uoa \
|
|
@@ -352,6 +353,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.20.4-2
|
|
|
+- rebuilt with libicu-60.2.
|
|
|
+
|
|
|
* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.4-1
|
|
|
- new upstream release
|
|
|
- add BuildRequires: WebKit3-gtk-devel, json-glib-devel
|