- 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:
parent
2e65abd41f
commit
348bfb6f20
@ -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
|
||||
|
||||
|
10
cf-cli.spec
10
cf-cli.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user