]> git.pld-linux.org Git - packages/gitlab-workhorse.git/commitdiff
up to 0.7.1 (gitlab-ce 8.6.3)
authorElan Ruusamäe <glen@delfi.ee>
Sun, 3 Apr 2016 20:33:52 +0000 (23:33 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 3 Apr 2016 20:37:45 +0000 (23:37 +0300)
gitlab-workhorse.spec

index 0c286b78a2cf0a90bca39beba5490b2ddb909c10..689c63d86bc56eaccd177480a754d36ceef57035 100644 (file)
@@ -2,16 +2,16 @@
 # Conditional build:
 %bcond_with systemd
 
-%define pkg_version 0.6.5-8a339b468723d371ab408b528c5882481247f75e
 Summary:       An HTTP daemon that serves Git clients
 Name:          gitlab-workhorse
-Version:       0.6.5
+Version:       0.7.1
 Release:       0.1
 License:       MIT
 Group:         Development/Building
-URL:           https://gitlab.com/gitlab-org/gitlab-workhorse
-Source0:       %{name}-%{pkg_version}.tar.gz
+Source0:       https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v%{version}&/%{name}-%{version}.tar.gz
+# Source0-md5: f177e0c4585eff6050e5fb0a0f7b4ff7
 Source1:       %{name}.service
+URL:           https://gitlab.com/gitlab-org/gitlab-workhorse
 BuildRequires: git-core
 BuildRequires: golang
 %{?with_systemd:BuildRequires: systemd-units}
@@ -26,7 +26,8 @@ authentication and authorization logic is still handled by the GitLab
 Rails app.
 
 %prep
-%setup -q -n %{name}-%{pkg_version}
+%setup -qc
+mv %{name}-v%{version}-*/* .
 
 %build
 %{__make}
This page took 0.076524 seconds and 4 git commands to generate.