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