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