From b3f40deb28d156d2e1b374f0aac25ee9b08003ca Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 7 Apr 2016 14:41:54 -0400 Subject: [PATCH] spec: Update for some review comments https://bugzilla.redhat.com/show_bug.cgi?id=1323214 Closes: #18 Approved by: cgwalters --- packaging/git-evtag.spec.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packaging/git-evtag.spec.in b/packaging/git-evtag.spec.in index 23327db..cf2f8b7 100644 --- a/packaging/git-evtag.spec.in +++ b/packaging/git-evtag.spec.in @@ -1,9 +1,9 @@ Summary: Strong GPG verification of git tags Name: git-evtag -Version: 2015.1 +Version: 2016.1 Release: 1%{?dist} #VCS: https://github.com/cgwalters/git-evtag -Source0: %{name}-%{version}.tar.xz +Source0: https://github.com/cgwalters/git-evtag/archive/v2016.1.zip#/%{name}-%{version}.zip License: LGPLv2+ URL: https://github.com/cgwalters/git-evtag # For autosetup @@ -14,8 +14,12 @@ BuildRequires: autoconf automake libtool BuildRequires: pkgconfig(libgit2) BuildRequires: pkgconfig(gio-2.0) +Requires: git +Requires: gnupg2 + %description -%{summary} +git-evtag wraps "git tag" functionality, adding stronger checksums +that cover the complete content. %prep %autosetup -Sgit @@ -29,5 +33,5 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} INSTALL="install -p -c" %files -%doc COPYING README.md +%license COPYING %{_bindir}/%{name}