aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-14 11:55:53 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-19 15:59:01 +0200
commit4e73aaeba8fe30db1e8a385aadb425d43b4e2414 (patch)
tree277f34f314427ea525c0c77d649139d4718c165f
parent45e34c69dec4ea1ff1a60fd6631ef660f8ad542f (diff)
contrib: integrate RPM spec
Remove OpenSUSE bug report link, set version to 0.0.0, make it build with CentOS 8 etc. Related: OS#4550 Change-Id: I8595642bc07bf3044720942a0f1802448920cb50
-rw-r--r--.gitignore1
-rw-r--r--host/configure.ac1
-rw-r--r--host/contrib/simtrace2.spec.in (renamed from host/contrib/simtrace2.spec)5
3 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index cb3ffb3..a5393d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,5 +20,6 @@ tags
host/simtrace2-list
host/simtrace2-remsim
host/simtrace2-remsim-usb2udp
+host/contrib/simtrace2.spec
usb_strings_generated.h
firmware/usbstring/usbstring
diff --git a/host/configure.ac b/host/configure.ac
index 0f91cf2..bcdda08 100644
--- a/host/configure.ac
+++ b/host/configure.ac
@@ -100,4 +100,5 @@ AC_OUTPUT(
src/Makefile
lib/Makefile
contrib/Makefile
+ contrib/simtrace2.spec
Makefile)
diff --git a/host/contrib/simtrace2.spec b/host/contrib/simtrace2.spec.in
index c1bb325..e2067b1 100644
--- a/host/contrib/simtrace2.spec
+++ b/host/contrib/simtrace2.spec.in
@@ -12,11 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
Name: simtrace2
-Version: 0.7.0.57
+Version: @VERSION@
Release: 0
Summary: Osmocom SIMtrace host utility
License: GPL-2.0-or-later