!6 version update

Merge pull request !6 from yeah_wang/master
This commit is contained in:
openeuler-ci-bot 2020-07-25 19:12:31 +08:00 committed by Gitee
commit 09db052242
3 changed files with 10 additions and 6 deletions

Binary file not shown.

BIN
gcr-3.36.0.tar.xz Normal file

Binary file not shown.

View File

@ -3,15 +3,16 @@
%endif
Name: gcr
Version: 3.34.0
Version: 3.36.0
Release: 1
Summary: A library for bits of crypto UI and parsing
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/CryptoGlue
Source0: https://download.gnome.org/sources/%{name}/3.34/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(gio-unix-2.0) pkgconfig(gobject-introspection-1.0) pkgconfig(gtk+-3.0) pkgconfig(p11-kit-1)
BuildRequires: chrpath docbook-style-xsl libgcrypt-devel desktop-file-utils intltool vala gnupg2 libxslt
BuildRequires: chrpath docbook-style-xsl libgcrypt-devel desktop-file-utils intltool vala gnupg2 libxslt meson
BuildRequires: gtk-doc gettext
%if 0%{?has_valgrind}
BuildRequires: valgrind-devel
%endif
@ -38,11 +39,11 @@ rm -rf build/valgrind/
%endif
%build
%configure --enable-introspection
%make_build
%meson
%meson_build
%install
%make_install
%meson_install
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/libmock-test-module.*
%find_lang %{name}
@ -82,6 +83,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gcr-viewer.desktop
%{_datadir}/vala/
%changelog
* Mon Jul 20 2020 wangye <wangye70@huawei.com> - 3.36.0-1
- update to 3.36.0
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.34.0-1
- update to 3.34.0