!14 upgrade version to 0.20.5

From: @dongyuzhen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-11-02 09:14:28 +00:00 committed by Gitee
commit e6ceb4e470
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 18 additions and 19 deletions

Binary file not shown.

BIN
libsecret-0.20.5.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}') %global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: libsecret Name: libsecret
Version: 0.20.4 Version: 0.20.5
Release: 2 Release: 1
Summary: Library for storing and retrieving passwords and other secrets Summary: Library for storing and retrieving passwords and other secrets
License: LGPLv2+ License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Libsecret URL: https://wiki.gnome.org/Projects/Libsecret
Source0: http://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz Source0: https://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz
BuildRequires: glib2-devel gobject-introspection-devel intltool vala gtk-doc BuildRequires: glib2-devel gobject-introspection-devel intltool vala gettext gi-docgen meson
BuildRequires: libgcrypt-devel >= 1.2.2 libxslt-devel docbook-style-xsl valgrind-devel BuildRequires: libgcrypt-devel >= 1.2.2 libxslt-devel docbook-style-xsl valgrind-devel
Provides: bundled(egglib) Provides: bundled(egglib)
@ -26,26 +27,20 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
developing applications that use %{name}. developing applications that use %{name}.
%package help %package_help
Summary: help package of %{name} that include files
%description help
document files for %{name}
%prep %prep
%autosetup -p1 %autosetup -p1
rm -rf build/valgrind/ rm -rf build/valgrind/
%build %build
%configure --disable-static %meson
make %meson_build
%install %install
%make_install %meson_install
%delete_la_and_a
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%find_lang libsecret %find_lang libsecret
@ -53,10 +48,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files -f libsecret.lang %files -f libsecret.lang
%license COPYING %license COPYING
%{_libdir}/libsecret-1.so.* %{_libdir}/libsecret-1.so.0*
%{_libdir}/girepository-1.0/Secret-1.typelib %{_libdir}/girepository-1.0/Secret-1.typelib
%{_bindir}/secret-tool %{_bindir}/secret-tool
%doc AUTHORS NEWS README
%files devel %files devel
%{_includedir}/libsecret-1/ %{_includedir}/libsecret-1/
@ -68,10 +62,15 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/vala/vapi/libsecret-1.vapi %{_datadir}/vala/vapi/libsecret-1.vapi
%files help %files help
%doc %{_mandir}/man1/secret-tool.1.gz %doc NEWS README.md
%doc %{_datadir}/gtk-doc/ %license docs/reference/COPYING
%doc %{_mandir}/man1/secret-tool.1*
%doc %{_docdir}/libsecret-1
%changelog %changelog
* Tue Nov 01 2022 dongyuzhen <dongyuzhen@h-partners.com> - 0.20.5-1
- upgrade version to 0.20.5
* Fri May 27 2022 zhangkea <zhangkea@uniontech.com> - 0.20.4-2 * Fri May 27 2022 zhangkea <zhangkea@uniontech.com> - 0.20.4-2
- change changlog date error - change changlog date error