Update to 3.17.3
This commit is contained in:
parent
a94f71f8e7
commit
7406d60b3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@ evolution-2.31.5.tar.bz2
|
|||||||
/evolution-3.16.1.tar.xz
|
/evolution-3.16.1.tar.xz
|
||||||
/evolution-3.17.1.tar.xz
|
/evolution-3.17.1.tar.xz
|
||||||
/evolution-3.17.2.tar.xz
|
/evolution-3.17.2.tar.xz
|
||||||
|
/evolution-3.17.3.tar.xz
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.17.2
|
Version: 3.17.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -229,9 +229,9 @@ if ! pkg-config --exists nss; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%if %{with_docs}
|
%if %{with_docs}
|
||||||
%define gtkdoc_flags --enable-gtk-doc
|
%define gtkdoc_flags --enable-gtk-doc --with-help
|
||||||
%else
|
%else
|
||||||
%define gtkdoc_flags --disable-gtk-doc
|
%define gtkdoc_flags --disable-gtk-doc --without-help
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
|
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
|
||||||
@ -305,7 +305,9 @@ find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.a' -exec rm {} \;
|
|||||||
%find_lang evolution-%{evo_base_version} --all-name --with-gnome
|
%find_lang evolution-%{evo_base_version} --all-name --with-gnome
|
||||||
|
|
||||||
grep "/usr/share/locale" evolution-%{evo_base_version}.lang > translations.lang
|
grep "/usr/share/locale" evolution-%{evo_base_version}.lang > translations.lang
|
||||||
|
%if %{with_docs}
|
||||||
grep -v "/usr/share/locale" evolution-%{evo_base_version}.lang > help.lang
|
grep -v "/usr/share/locale" evolution-%{evo_base_version}.lang > help.lang
|
||||||
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -535,6 +537,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 22 2015 Milan Crha <mcrha@redhat.com> - 3.17.3-1
|
||||||
|
- Update to 3.17.3
|
||||||
|
- Disable help build when gtk-doc is disabled
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user