Change in libosmo-abis[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:39:53 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/18274 )

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

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



diff --git a/.gitignore b/.gitignore
index 08b34f1..2eee9cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,5 @@
 
 # vi/vim files
 *.sw?
+
+contrib/libosmo-abis.spec
diff --git a/configure.ac b/configure.ac
index 1e9cb26..f095cf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,4 +167,5 @@
 	include/Makefile
 	src/Makefile
 	tests/Makefile
-	Makefile)
+	Makefile
+	contrib/libosmo-abis.spec)
diff --git a/contrib/libosmo-abis.spec b/contrib/libosmo-abis.spec.in
similarity index 95%
rename from contrib/libosmo-abis.spec
rename to contrib/libosmo-abis.spec.in
index ac91c60..3ad36b1 100644
--- a/contrib/libosmo-abis.spec
+++ b/contrib/libosmo-abis.spec.in
@@ -12,14 +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/
-#
-
-
-%define version_unconverted 0.8.0.26
-
 Name:           libosmo-abis
-Version:        0.8.0.26
+Version:        @VERSION@
 Release:        0
 Summary:        Osmocom library for A-bis interface between BTS and BSC
 License:        AGPL-3.0-or-later AND GPL-2.0-or-later
@@ -27,7 +21,6 @@
 Url:            https://osmocom.org/projects/libosmo-abis/wiki/Libosmo-abis
 
 Source:         %name-%version.tar.xz
-Patch1:         osmo-talloc.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake >= 1.6
 #BuildRequires:  dahdi-linux-devel
@@ -103,7 +96,6 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1 -F2
 
 %build
 echo "%version" >.tarball-version

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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I3e135e5e7807688366598a24e121550d6292906c
Gerrit-Change-Number: 18274
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/4bbf8bca/attachment.htm>


More information about the gerrit-log mailing list