github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/ci/installers/rpm/cf7-cli.spec.template (about)

     1  Summary: Cloud Foundry CLI
     2  Name: cf7-cli
     3  Release: 1
     4  Group: Development/Tools
     5  License: ASL 2.0
     6  URL: https://github.com/cloudfoundry/cli
     7  BugUrl: https://github.com/cloudfoundry/cli/issues
     8  Source: %{expand:%%(pwd)}
     9  
    10  %description
    11  Cloud Foundry CLI is the official command line client for Cloud Foundry.
    12  
    13  %install
    14  %{__rm} -rf %{buildroot}
    15  %{__install} -Dp -m0755 %{SOURCEURL0}/cf7 %{buildroot}%{_bindir}/cf7
    16  %{__install} -Dp -m0644 %{SOURCEURL0}/LICENSE %{buildroot}%{_defaultdocdir}/cf-cli/LICENSE
    17  %{__install} -Dp -m0644 %{SOURCEURL0}/NOTICE %{buildroot}%{_defaultdocdir}/cf-cli/NOTICE
    18  %{__install} -Dp -m0644 %{SOURCEURL0}/cf7.bash %{buildroot}%{_sysconfdir}/bash_completion.d/cf7.bash
    19  
    20  %clean
    21  %{__rm} -rf %{buildroot}
    22  
    23  %files
    24  %{_bindir}/cf7
    25  %{_sysconfdir}/bash_completion.d/cf7.bash
    26  %license %{_defaultdocdir}/cf-cli/LICENSE
    27  %license %{_defaultdocdir}/cf-cli/NOTICE