Change in gapk[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
Tue May 19 19:42:04 UTC 2020


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

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

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



diff --git a/.gitignore b/.gitignore
index ffef58f..15329a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,4 @@
 /compile
 .dirstamp
 
+contrib/gapk.spec
diff --git a/configure.ac b/configure.ac
index 6551ae6..44a7cff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,4 +115,4 @@
 AC_FUNC_MALLOC
 AC_CHECK_FUNCS([memset])
 
-AC_OUTPUT
+AC_OUTPUT([contrib/gapk.spec])
diff --git a/contrib/gapk.spec b/contrib/gapk.spec.in
similarity index 97%
rename from contrib/gapk.spec
rename to contrib/gapk.spec.in
index 3f076cc..e5d06ba 100644
--- a/contrib/gapk.spec
+++ b/contrib/gapk.spec.in
@@ -12,15 +12,12 @@
 # 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/
-#
-
 %define with_amr 1
 %define with_gsmhr 1
 %define sover 0
 
 Name:           gapk
-Version:        0.4.79
+Version:        @VERSION@
 Release:        0
 Summary:        GSM Audio Pocket Knife
 License:        GPL-3.0-only

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

Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-Change-Id: Ibf21cfd2ea3f3d0def3c18374118c4cb03a45e05
Gerrit-Change-Number: 18286
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/20200519/18148a63/attachment.htm>


More information about the gerrit-log mailing list