version update
This commit is contained in:
parent
f7e1dbcf57
commit
9566b73752
Binary file not shown.
BIN
gcr-3.36.0.tar.xz
Normal file
BIN
gcr-3.36.0.tar.xz
Normal file
Binary file not shown.
16
gcr.spec
16
gcr.spec
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user