summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clojure/leiningen.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/clojure/leiningen.spec b/clojure/leiningen.spec
index 37c0d07..cb2daf2 100644
--- a/clojure/leiningen.spec
+++ b/clojure/leiningen.spec
@@ -1,4 +1,4 @@
-%global vendor technomancy
+%global upstream technomancy
%global groupId leiningen
%global artifactId leiningen
%global commit_hash 713a4d9
@@ -9,9 +9,9 @@ Release: 3%{?dist}
Summary: Clojure project automation tool
License: EPL
-URL: https://github.com/%{vendor}/%{name}
+URL: https://github.com/%{upstream}/%{name}
# wget --content-disposition %%{url}/tarball/%%{version}
-Source0: %{vendor}-%{name}-%{version}-0-g%{commit_hash}.tar.gz
+Source0: %{upstream}-%{name}-%{version}-0-g%{commit_hash}.tar.gz
# Fedora/EPEL-specific patches
# Patch the launcher script to set classpath to the proper JAR names
Patch100: %{name}-1.7.1-jpp.patch
@@ -78,7 +78,7 @@ plugins.
%prep
-%setup -q -n %{vendor}-%{name}-%{commit_hash}
+%setup -q -n %{upstream}-%{name}-%{commit_hash}
%patch100 -p1 -b .jpp