github.com/getgauge/gauge@v1.6.9/build/packaging/rpm/gauge.spec (about)

     1  Name:           gauge
     2  Version:        <version>
     3  Release:        <release>
     4  Summary:        Cross-platform test automation
     5  License:        Apache-2.0
     6  URL:            https://gauge.org/
     7  Prefix:         /usr/local
     8  
     9  Requires(post): /bin/sh
    10  
    11  %description
    12  Gauge is a light weight cross-platform test automation tool for authoring test cases in the business language.
    13  
    14  %install
    15  mkdir -p %{buildroot}/usr/local/bin/
    16  cp %{_builddir}/bin/* %{buildroot}/usr/local/bin/
    17  chmod +x %{buildroot}/usr/local/bin/*
    18  
    19  %files
    20  /usr/local/bin/gauge
    21  
    22  %changelog
    23  * Fri Apr 1 2016 ThoughtWorks Inc. <studios@thoughtworks.com>
    24  - Release notes are available at https://github.com/getgauge/gauge/releases