!6 upgrade to 0.20.5
From: @dillon_chen Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
dc4793fa58
Binary file not shown.
BIN
libsecret-0.20.5.tar.xz
Normal file
BIN
libsecret-0.20.5.tar.xz
Normal file
Binary file not shown.
@ -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,17 +62,19 @@ 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
|
||||||
* Fri May 27 2022 zhangkea <zhangkea@uniontech.com> - 0.20.4-2
|
* Thu Apr 21 2022 dillon chen <dillon.chen@gmail.com> - 0.20.5-1
|
||||||
- change changlog date error
|
- Update to 0.20.5
|
||||||
|
|
||||||
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 0.20.4-1
|
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 0.20.4-1
|
||||||
- upgrade version to 0.20.4
|
- upgrade version to 0.20.4
|
||||||
|
|
||||||
* Tue Jul 28 2020 wenzhanli<wenzhanli2@huawei.com> - 0.20.3-1
|
* Mon Jul 27 2020 wenzhanli<wenzhanli2@huawei.com> - 0.20.3-1
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user