diff --git a/libsecret.spec b/libsecret.spec index 85d1c25..be4de29 100644 --- a/libsecret.spec +++ b/libsecret.spec @@ -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 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 0.21.6-1mamba +- update to 0.21.6 + * Sat Feb 24 2024 Automatic Build System 0.21.4-1mamba - automatic version update by autodist