Skip to content

Commit

Permalink
spec: Update for some review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters authored and cgwalters-bot committed Apr 12, 2016
1 parent 2fdbf51 commit b3f40de
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packaging/git-evtag.spec.in
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -29,5 +33,5 @@ make %{?_smp_mflags}
make install DESTDIR=%{buildroot} INSTALL="install -p -c"

%files
%doc COPYING README.md
%license COPYING
%{_bindir}/%{name}

0 comments on commit b3f40de

Please sign in to comment.