automatic version update by autodist [release 42.1-1mamba;Thu May 26 2022]
This commit is contained in:
parent
f577767645
commit
e039cc98aa
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f 1)
|
||||
Name: gnome-keyring
|
||||
Version: 40.0
|
||||
Version: 42.1
|
||||
Release: 1mamba
|
||||
Summary: A series of utilities for the Gnome desktop
|
||||
Group: Graphical Desktop/Libraries/GNOME
|
||||
@ -12,7 +12,6 @@ Source: https://download.gnome.org/sources/gnome-keyring/%{majver}/gnome-
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libaudit-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
@ -27,7 +26,7 @@ BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpam-devel
|
||||
@ -35,6 +34,7 @@ BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgcr-devel >= 3.8.0
|
||||
@ -64,7 +64,7 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-pam-dir=/%{_lib}/security \
|
||||
--with-pam-dir=%{_libdir}/security \
|
||||
--disable-gtk-doc
|
||||
|
||||
%make
|
||||
@ -103,8 +103,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1
|
||||
%{_bindir}/gnome-keyring-daemon
|
||||
%{_libdir}/pkcs11/gnome-keyring-pkcs11.la
|
||||
%{_libdir}/pkcs11/gnome-keyring-pkcs11.so
|
||||
/%{_lib}/security/pam_gnome_keyring.la
|
||||
/%{_lib}/security/pam_gnome_keyring.so
|
||||
%{_userunitdir}/gnome-keyring-daemon.service
|
||||
%{_userunitdir}/gnome-keyring-daemon.socket
|
||||
%{_libdir}/security/pam_gnome_keyring.la
|
||||
%{_libdir}/security/pam_gnome_keyring.so
|
||||
%{_datadir}/dbus-1/services/org.*.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.crypto.*.xml
|
||||
%{_datadir}/GConf/gsettings/org.gnome.crypto.*.convert
|
||||
@ -121,6 +123,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >/dev/null 2>&1
|
||||
%{_libdir}/gnome-keyring/devel/*
|
||||
|
||||
%changelog
|
||||
* Thu May 26 2022 Automatic Build System <autodist@mambasoft.it> 42.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
||||
- update to 40.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user