Update to 40.0
(cherry picked from commit 456026ad46357fc1afa291aae1fb07354ba555d9)
This commit is contained in:
parent
14f9dd4c1e
commit
17df716dea
Binary file not shown.
BIN
gnome-keyring-40.0.tar.xz
Normal file
BIN
gnome-keyring-40.0.tar.xz
Normal file
Binary file not shown.
@ -1,14 +1,22 @@
|
|||||||
|
%global glib2_version 2.44.0
|
||||||
|
%global gcr_version 3.27.90
|
||||||
|
%global gcrypt_version 1.2.2
|
||||||
|
|
||||||
Name: gnome-keyring
|
Name: gnome-keyring
|
||||||
Version: 3.36.0
|
Version: 40.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A program that keep password and other secrets for users
|
Summary: A program that keep password and other secrets for users
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/GnomeKeyring
|
URL: https://wiki.gnome.org/Projects/GnomeKeyring
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc docbook-dtds docbook-style-xsl gettext intltool libcap-ng-devel libselinux-devel pam-devel
|
BuildRequires: gcc docbook-dtds docbook-style-xsl gettext intltool libcap-ng-devel libselinux-devel pam-devel
|
||||||
BuildRequires: openssh-clients libxslt
|
BuildRequires: openssh-clients libxslt make
|
||||||
BuildRequires: pkgconfig(p11-kit-1) pkgconfig(gcr-3) >= 3.27.90 pkgconfig(glib-2.0) >= 2.44.0 libgcrypt-devel >= 1.2.2
|
BuildRequires: pkgconfig(p11-kit-1)
|
||||||
|
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||||
|
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
|
||||||
|
|
||||||
Requires: openssh gcr
|
Requires: openssh gcr
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,27 +33,26 @@ Requires: %{name}%{?_isa} = %{version}-%{release} pam%{?_isa}
|
|||||||
The gnome-keyring-pam package contains a pam module that can
|
The gnome-keyring-pam package contains a pam module that can
|
||||||
automatically unlock the "login" keyring when the user logs in.
|
automatically unlock the "login" keyring when the user logs in.
|
||||||
|
|
||||||
%package help
|
%package_help
|
||||||
Summary: This package contains help documents
|
|
||||||
|
|
||||||
%description help
|
|
||||||
Files for help with gnome-keyring.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-pam-dir=%{_libdir}/security --enable-pam
|
%configure \
|
||||||
|
--with-pam-dir=%{_libdir}/security \
|
||||||
|
--enable-pam \
|
||||||
|
--without-libcap-ng
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%find_lang gnome-keyring
|
%find_lang gnome-keyring
|
||||||
%delete_la
|
%delete_la_and_a
|
||||||
|
|
||||||
%files -f gnome-keyring.lang
|
%files -f gnome-keyring.lang
|
||||||
%doc AUTHORS NEWS COPYING COPYING.LIB README
|
%license COPYING COPYING.LIB
|
||||||
%{_libdir}/pkcs11/*.so
|
%{_libdir}/pkcs11/*.so
|
||||||
%{_libdir}/gnome-keyring/devel/*.so
|
%{_libdir}/gnome-keyring/devel/*.so
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -53,19 +60,22 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
|
|||||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||||
%{_datadir}/dbus-1/services/*.service
|
%{_datadir}/dbus-1/services/*.service
|
||||||
%{_datadir}/p11-kit/modules/gnome-keyring.module
|
%{_datadir}/p11-kit/modules/gnome-keyring.module
|
||||||
%{_datadir}/xdg-desktop-portal
|
%{_datadir}/xdg-desktop-portal/portals/gnome-keyring.portal
|
||||||
%{_sysconfdir}/xdg/autostart/*
|
%{_sysconfdir}/xdg/autostart/*
|
||||||
%attr(0755,root,root) %caps(cap_ipc_lock=ep)
|
|
||||||
|
|
||||||
%files pam
|
%files pam
|
||||||
%{_libdir}/security/*.so
|
%{_libdir}/security/*.so
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
|
%doc AUTHORS NEWS README
|
||||||
%{_mandir}/man1/gnome-keyring.1*
|
%{_mandir}/man1/gnome-keyring.1*
|
||||||
%{_mandir}/man1/gnome-keyring-3.1*
|
%{_mandir}/man1/gnome-keyring-3.1*
|
||||||
%{_mandir}/man1/gnome-keyring-daemon.1*
|
%{_mandir}/man1/gnome-keyring-daemon.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 40.0-1
|
||||||
|
- Update to 40.0
|
||||||
|
|
||||||
* Mon May 31 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.36.0-1
|
* Mon May 31 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.36.0-1
|
||||||
- Upgrade to 3.36.0
|
- Upgrade to 3.36.0
|
||||||
- Update Version, Release, Source0, stage 'files'
|
- Update Version, Release, Source0, stage 'files'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user