update to 0.21.6 [release 0.21.6-1mamba;Mon Jan 20 2025]

This commit is contained in:
Silvan Calarco 2025-01-22 22:29:24 +01:00
parent c7510845f6
commit b3eb282ce7

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libsecret
Version: 0.21.4
Version: 0.21.6
Release: 1mamba
Summary: GObject based library for accessing the Secret Service API
Group: System/Libraries
@ -8,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://wiki.gnome.org/
Source: http://ftp.acc.umu.se/pub/GNOME/sources/libsecret/%{majver}/libsecret-%{version}.tar.xz
Source: https://gitlab.gnome.org/GNOME/libsecret.git/%{version}/libsecret-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -45,7 +45,6 @@ Requires: gtk-doc
%description apidocs
This package includes the %{name} API documentation.
%debug_package
%prep
%setup -q
@ -64,8 +63,6 @@ This package includes the %{name} API documentation.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root)
@ -89,6 +86,7 @@ This package includes the %{name} API documentation.
%files tools
%defattr(-,root,root)
%{_bindir}/secret-tool
%{_datadir}/bash-completion/completions/secret-tool
%{_mandir}/man1/secret-tool.1*
%files apidocs
@ -97,6 +95,9 @@ This package includes the %{name} API documentation.
%{_docdir}/libsecret-1/*
%changelog
* Mon Jan 20 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21.6-1mamba
- update to 0.21.6
* Sat Feb 24 2024 Automatic Build System <autodist@openmamba.org> 0.21.4-1mamba
- automatic version update by autodist