update to 40.0 [release 40.0-1mamba;Sat Apr 10 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 23:12:43 +01:00
parent e973ea9049
commit f577767645

View File

@ -1,16 +1,14 @@
%define majver %(echo %version | cut -d. -f 1-2)
%define pkgname gnome-keyring
%define majver %(echo %version | cut -d. -f 1)
Name: gnome-keyring
Version: 3.36.0
Release: 2mamba
Version: 40.0
Release: 1mamba
Summary: A series of utilities for the Gnome desktop
Group: Graphical Desktop/Libraries/GNOME
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnome.org
Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/%{majver}/%{pkgname}-%{version}.tar.xz
URL: https://www.gnome.org
Source: https://download.gnome.org/sources/gnome-keyring/%{majver}/gnome-keyring-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -42,7 +40,6 @@ BuildRequires: libz-devel
BuildRequires: libgcr-devel >= 3.8.0
BuildRequires: gettext-devel
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Gnome-keyring is a program that keep password and other secrets for users.
@ -58,13 +55,12 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Gnome-keyring is a program that keep password and other secrets for users.
It is run as a damon in the session, similar to ssh-agent, and other applications can locate it by an environment variable.
The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q -n %{pkgname}-%{version}
%setup -q
%build
%configure \
@ -81,7 +77,7 @@ This package contains static libraries and header files need for development.
#mv %{buildroot}%{_sysconfdir}/pkcs11/modules/gnome-keyring-module \
# %{buildroot}%{_sysconfdir}/pkcs11/modules/gnome-keyring.module
%find_lang %{pkgname}
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -99,7 +95,7 @@ fi
glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1
:
%files -f %{pkgname}.lang
%files -f %{name}.lang
%defattr(-,root,root)
%{_sysconfdir}/xdg/autostart/gnome-keyring-*.desktop
%{_bindir}/gnome-keyring-3
@ -125,6 +121,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1
%{_libdir}/gnome-keyring/devel/*
%changelog
* Sat Apr 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
- update to 40.0
* Wed May 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.36.0-2mamba
- x86_64: fix pam directory