update to 40.0 [release 40.0-1mamba;Sat Apr 10 2021]
This commit is contained in:
parent
e973ea9049
commit
f577767645
@ -1,16 +1,14 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1)
|
||||||
%define pkgname gnome-keyring
|
|
||||||
|
|
||||||
Name: gnome-keyring
|
Name: gnome-keyring
|
||||||
Version: 3.36.0
|
Version: 40.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A series of utilities for the Gnome desktop
|
Summary: A series of utilities for the Gnome desktop
|
||||||
Group: Graphical Desktop/Libraries/GNOME
|
Group: Graphical Desktop/Libraries/GNOME
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/%{majver}/%{pkgname}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/gnome-keyring/%{majver}/gnome-keyring-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -42,7 +40,6 @@ BuildRequires: libz-devel
|
|||||||
BuildRequires: libgcr-devel >= 3.8.0
|
BuildRequires: libgcr-devel >= 3.8.0
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gnome-keyring is a program that keep password and other secrets for users.
|
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.
|
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.
|
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.
|
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 needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkgname}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -81,7 +77,7 @@ This package contains static libraries and header files need for development.
|
|||||||
#mv %{buildroot}%{_sysconfdir}/pkcs11/modules/gnome-keyring-module \
|
#mv %{buildroot}%{_sysconfdir}/pkcs11/modules/gnome-keyring-module \
|
||||||
# %{buildroot}%{_sysconfdir}/pkcs11/modules/gnome-keyring.module
|
# %{buildroot}%{_sysconfdir}/pkcs11/modules/gnome-keyring.module
|
||||||
|
|
||||||
%find_lang %{pkgname}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -99,7 +95,7 @@ fi
|
|||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1
|
||||||
:
|
:
|
||||||
|
|
||||||
%files -f %{pkgname}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/xdg/autostart/gnome-keyring-*.desktop
|
%{_sysconfdir}/xdg/autostart/gnome-keyring-*.desktop
|
||||||
%{_bindir}/gnome-keyring-3
|
%{_bindir}/gnome-keyring-3
|
||||||
@ -125,6 +121,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1
|
|||||||
%{_libdir}/gnome-keyring/devel/*
|
%{_libdir}/gnome-keyring/devel/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.36.0-2mamba
|
||||||
- x86_64: fix pam directory
|
- x86_64: fix pam directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user