github.com/ezbuy/gauge@v0.9.4-0.20171013092048-7ac5bd3931cd/build/packaging/rpm/gauge.spec (about)

     1  Name:           gauge
     2  Version:        <version>
     3  Release:        <release>
     4  Summary:        Cross-platform test automation
     5  License:        GPLv3
     6  URL:            http://getgauge.io/
     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  %post
    23  echo -e "\n\nWe are constantly looking to make Gauge better, and report usage statistics anonymously over time. If you do not want to participate please read instructions https://manpage.getgauge.io/gauge_telemetry_off.html on how to turn it off.\n"
    24      
    25  %changelog
    26  * Fri Apr 1 2016 ThoughtWorks Inc. <studios@thoughtworks.com>
    27  - Release notes are available at https://github.com/getgauge/gauge/releases