- adapt spec file to handle tarballs downloaded by concourse

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=14
This commit is contained in:
Alfred Jenkins 2017-04-06 07:39:57 +00:00 committed by Git OBS Bridge
parent 2e65abd41f
commit 348bfb6f20
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 6 07:37:32 UTC 2017 - thardeck@suse.com
- adapt spec file to handle tarballs downloaded by concourse
-------------------------------------------------------------------
Wed Mar 22 17:04:44 UTC 2017 - thardeck@suse.com

View File

@ -15,7 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define import_path code.cloudfoundry.org/cli
%global provider code.cloudfoundry
%global provider_tld org
%global project ""
%global repo cli
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
Name: cf-cli
Version: 6.25.0
@ -36,7 +41,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
This is the official command line client for Cloud Foundry.
%prep
%setup -q -n cli-%{version}
%setup -q -c -n %{name}-%{version}
mv */* ./
cp %{SOURCE1} ./
%build