aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDusty Mabe <dusty@dustymabe.com>2019-09-29 22:54:50 -0400
committerDusty Mabe <dusty@dustymabe.com>2019-10-09 20:41:08 -0400
commitd3b2614110b31f78d61635d7864e6a21db6c7acc (patch)
tree77f1afcf1add720d4132a897de499e863e1c1c53
parent8627bdbad3b129c070a013be20587c805697058e (diff)
downloadgit-remote-gcrypt-d3b2614110b31f78d61635d7864e6a21db6c7acc.tar.gz
rpm: use full URL for source
Also update the setup line to %{name}-%{version} to match the folder setup from the tar.gz file downloaded from https://git.spwhitton.name/%{name}/snapshot/%{name}-%{version}.tar.gz Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
-rw-r--r--redhat/git-remote-gcrypt.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/git-remote-gcrypt.spec b/redhat/git-remote-gcrypt.spec
index a2d2788..7ea0388 100644
--- a/redhat/git-remote-gcrypt.spec
+++ b/redhat/git-remote-gcrypt.spec
@@ -8,7 +8,7 @@ Summary: GNU Privacy Guard-encrypted git remote
Group: Development Tools
License: GPLv3
URL: https://git.spwhitton.name/%{name}
-Source0: %{name}-%{version}.tar.gz
+Source0: https://git.spwhitton.name/%{name}/snapshot/%{name}-%{version}.tar.gz
BuildRequires: python3-docutils
Requires: gnupg2 git-core
@@ -24,7 +24,7 @@ The aim is to provide confidential, authenticated git storage and
collaboration using typical untrusted file hosts or services.
%prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}
%build
: