diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | contrib/libgtpnl.spec.in (renamed from contrib/libgtpnl.spec) | 6 |
3 files changed, 5 insertions, 6 deletions
@@ -31,3 +31,5 @@ debian/tmp 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 @@ regular_CFLAGS="-Wall -Waggregate-return -Wmissing-declarations \ 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 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 |