Wireshark-commits: [Wireshark-commits] master 1cd92c4: CMake: Add an rpm-package target.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Mar 2018 14:00:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1cd92c496102a7cd0d396ad94da767287a1c990c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1cd92c4 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Add an rpm-package target.
    
    Copy the current wireshark.spec.in and update it for use with CMake.
    Remove the Qt4, GTK+2, and GTK+3 options. Add Ninja and mmdbresolve
    options.
    
    The rpm-package target builds a tarball using git-export-release.sh and
    therefore must be run from a git checkout. The RPM _prefix macro is set
    to CMAKE_INSTALL_PREFIX, so you'll probably want to run
    
    cmake -DCMAKE_INSTALL_PREFIX=/usr ...
    
    Change-Id: Ib014494d8858a0059126404cd91528ded5d8a9f6
    Reviewed-on: https://code.wireshark.org/review/26579
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a0fd52d   BSSGP: Add 2 new values to 11.3.112 Redirection Indication.
    adds  1cd92c4   CMake: Add an rpm-package target.


Summary of changes:
 CMakeLists.txt                                 |  76 +++++++
 INSTALL                                        |   8 +-
 configure.ac                                   |   1 -
 docbook/wsdg_src/WSDG_chapter_sources.asciidoc |  62 +++---
 packaging/rpm/Makefile.am                      |   2 +
 packaging/rpm/{SPECS => }/wireshark.spec.in    | 286 ++++++++-----------------
 tools/git-export-release.sh                    |   4 +-
 7 files changed, 215 insertions(+), 224 deletions(-)
 copy packaging/rpm/{SPECS => }/wireshark.spec.in (70%)