aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-14 11:43:21 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-19 15:25:36 +0200
commit569e46cbf9ed2bca69a3ffc2e3d90f4b206fe81e (patch)
treebbc78ce737cbfda3220a852c27342fe300d26e01
parent91d9410157c77908146ee6755ddc37ec274c1b11 (diff)
contrib: integrate RPM spec
Remove OpenSUSE bug report link, set version to @VERSION@, make it build with CentOS 8 etc. Related: OS#4550 Change-Id: Iba04d5c7b9beee80baca83063f9cb2cd533a0003
-rw-r--r--.gitignore2
-rw-r--r--configure.ac1
-rw-r--r--contrib/osmo-ggsn.spec.in (renamed from contrib/osmo-ggsn.spec)12
3 files changed, 9 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 7dec8a9..cb27dff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,3 +79,5 @@ doc/manuals/generated/
doc/manuals/osmomsc-usermanual.xml
doc/manuals/common
doc/manuals/build
+
+contrib/osmo-ggsn.spec
diff --git a/configure.ac b/configure.ac
index c92a06c..e31cef1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -259,6 +259,7 @@ AC_CONFIG_FILES([Makefile
doc/manuals/Makefile
contrib/Makefile
contrib/systemd/Makefile
+ contrib/osmo-ggsn.spec
tests/Makefile
tests/lib/Makefile
tests/gtp/Makefile
diff --git a/contrib/osmo-ggsn.spec b/contrib/osmo-ggsn.spec.in
index 15e4144..4e8b11e 100644
--- a/contrib/osmo-ggsn.spec
+++ b/contrib/osmo-ggsn.spec.in
@@ -12,25 +12,23 @@
# 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/
-#
-
## Disable LTO for now since it breaks compilation of the tests
## https://osmocom.org/issues/4114
%define _lto_cflags %{nil}
-
Name: osmo-ggsn
-Version: 1.5.0.31
+Version: @VERSION@
Release: 0
Summary: GPRS Support Node
License: GPL-2.0-only AND LGPL-2.1-or-later
Group: Productivity/Telephony/Servers
-URL: https://osmocom.org/projects/openggsn/wiki/OsmoGGSN
+URL: https://osmocom.org/projects/openggsn
Source: %{name}-%{version}.tar.xz
BuildRequires: libtool >= 2
BuildRequires: pkgconfig >= 0.20
+%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
+%endif
BuildRequires: pkgconfig(libgtpnl) >= 1.0.0
BuildRequires: pkgconfig(libmnl) >= 1.0.3
BuildRequires: pkgconfig(libosmocore) >= 1.1.0
@@ -84,6 +82,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%check
make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
+%if 0%{?suse_version}
%pre
%service_add_pre %{name}.service
@@ -95,6 +94,7 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%postun
%service_del_postun %{name}.service
+%endif
%post -n libgtp6 -p /sbin/ldconfig
%postun -n libgtp6 -p /sbin/ldconfig