Minor spec file cleanup
This commit is contained in:
parent
c1491de614
commit
3f29b07518
@ -2,13 +2,13 @@
|
|||||||
%global gcr_version 3.5.3
|
%global gcr_version 3.5.3
|
||||||
%global gcrypt_version 1.2.2
|
%global gcrypt_version 1.2.2
|
||||||
|
|
||||||
Summary: Framework for managing passwords and other secrets
|
|
||||||
Name: gnome-keyring
|
Name: gnome-keyring
|
||||||
Version: 3.27.92
|
Version: 3.27.92
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
Summary: Framework for managing passwords and other secrets
|
||||||
|
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
#VCS: git:git://git.gnome.org/gnome-keyring
|
Source0: https://download.gnome.org/sources/%{name}/3.27/%{name}-%{version}.tar.xz
|
||||||
Source: https://download.gnome.org/sources/%{name}/3.27/%{name}-%{version}.tar.xz
|
|
||||||
URL: https://wiki.gnome.org/Projects/GnomeKeyring
|
URL: https://wiki.gnome.org/Projects/GnomeKeyring
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
|
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
|
||||||
@ -38,6 +38,7 @@ The gnome-keyring session daemon manages passwords and other types of
|
|||||||
secrets for the user, storing them encrypted with a main password.
|
secrets for the user, storing them encrypted with a main password.
|
||||||
Applications can use the gnome-keyring library to integrate with the keyring.
|
Applications can use the gnome-keyring library to integrate with the keyring.
|
||||||
|
|
||||||
|
|
||||||
%package pam
|
%package pam
|
||||||
Summary: Pam module for unlocking keyrings
|
Summary: Pam module for unlocking keyrings
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -51,7 +52,7 @@ automatically unlock the "login" keyring when the user logs in.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gnome-keyring-%{version}
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -64,6 +65,7 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
|
|||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user