From 3f29b075185e511b20b9970fbe83e8bb6b67995b Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 5 Mar 2018 21:31:22 +0100 Subject: [PATCH] Minor spec file cleanup --- gnome-keyring.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnome-keyring.spec b/gnome-keyring.spec index 77ffb45..3f4cc56 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -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