Change in libgtpnl[master]: contrib: integrate RPM spec

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed May 20 08:06:54 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libgtpnl/+/18270 )

Change subject: contrib: integrate RPM spec
......................................................................

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: I5376fde96c7442eb70f49a2ce38f57a817a94f81
---
M .gitignore
M configure.ac
R contrib/libgtpnl.spec.in
3 files changed, 5 insertions(+), 6 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/.gitignore b/.gitignore
index 7289d72..ede9b4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@
 debian/libgtpnl-dev
 debian/libgtpnl-dbg
 debian/libgtpnl0
+
+contrib/libgtpnl.spec
diff --git a/configure.ac b/configure.ac
index f7580e6..6962261 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,4 +53,5 @@
 AC_SUBST([regular_CPPFLAGS])
 AC_SUBST([regular_CFLAGS])
 AC_CONFIG_FILES([Makefile src/Makefile include/Makefile include/libgtpnl/Makefile include/linux/Makefile tools/Makefile libgtpnl.pc])
-AC_OUTPUT
+AC_OUTPUT(
+	contrib/libgtpnl.spec)
diff --git a/contrib/libgtpnl.spec b/contrib/libgtpnl.spec.in
similarity index 95%
rename from contrib/libgtpnl.spec
rename to contrib/libgtpnl.spec.in
index e067596..8453612 100644
--- a/contrib/libgtpnl.spec
+++ b/contrib/libgtpnl.spec.in
@@ -12,12 +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:           libgtpnl
-Version:        1.2.1.0
+Version:        @VERSION@
 Release:        0
 Summary:        GPRS tunnel configuration library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

-- 
To view, visit https://gerrit.osmocom.org/c/libgtpnl/+/18270
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: I5376fde96c7442eb70f49a2ce38f57a817a94f81
Gerrit-Change-Number: 18270
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200520/3499a53e/attachment.htm>


More information about the gerrit-log mailing list