Skip to content

Commit

Permalink
spec: make proper spec for review
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Gnatenko committed Jul 12, 2016
1 parent 5454ceb commit 3de7905
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions packaging/git-evtag.spec.in
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
%global commit0 74fb3c0814152de193bac65a53b86a08a25ecb79
%global gittag0 v2016.1
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Summary: Strong GPG verification of git tags
Name: git-evtag
Version: 2016.1
Release: 1%{?dist}
#VCS: https://github.com/cgwalters/git-evtag
Source0: https://github.com/cgwalters/git-evtag/archive/%{gittag0}.tar.gz#/%{name}-%{version}.tar.gz

License: LGPLv2+
#VCS: https://github.com/cgwalters/git-evtag
URL: https://github.com/cgwalters/git-evtag
# For autosetup
BuildRequires: git
Source0: %{url}/archive/v%{version}.tar.gz/%{name}-%{version}.tar.gz

# We always run autogen.sh
BuildRequires: autoconf automake libtool

Expand All @@ -26,7 +22,7 @@ git-evtag wraps "git tag" functionality, adding stronger checksums
that cover the complete content.

%prep
%autosetup -Sgit
%autosetup

%build
env NOCONFIGURE=1 ./autogen.sh
Expand Down

0 comments on commit 3de7905

Please sign in to comment.