<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/18272">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">contrib: integrate RPM spec<br><br>Remove OpenSUSE bug report link, set version to @VERSION@, make it build with<br>CentOS 8 etc.<br><br>Related: OS#4550<br>Change-Id: I59255889740195ec811a947a7130ae0918ea4b4d<br>---<br>M .gitignore<br>M configure.ac<br>R contrib/libosmocore.spec.in<br>3 files changed, 7 insertions(+), 10 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/.gitignore b/.gitignore</span><br><span>index 5224233..a9dd303 100644</span><br><span>--- a/.gitignore</span><br><span>+++ b/.gitignore</span><br><span>@@ -99,3 +99,5 @@</span><br><span> # code coverage reports</span><br><span> libosmocore-*-coverage*</span><br><span> coverage-cobertura.xml</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+contrib/libosmocore.spec</span><br><span>diff --git a/configure.ac b/configure.ac</span><br><span>index ac887a0..f69c78d 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -441,4 +441,5 @@</span><br><span>  Doxyfile.coding</span><br><span>      Doxyfile.gb</span><br><span>  Doxyfile.ctrl</span><br><span style="color: hsl(0, 100%, 40%);">-   Makefile)</span><br><span style="color: hsl(120, 100%, 40%);">+     Makefile</span><br><span style="color: hsl(120, 100%, 40%);">+      contrib/libosmocore.spec)</span><br><span>diff --git a/contrib/libosmocore.spec b/contrib/libosmocore.spec.in</span><br><span>similarity index 98%</span><br><span>rename from contrib/libosmocore.spec</span><br><span>rename to contrib/libosmocore.spec.in</span><br><span>index 1ea7a8e..a5af3e9 100644</span><br><span>--- a/contrib/libosmocore.spec</span><br><span>+++ b/contrib/libosmocore.spec.in</span><br><span>@@ -12,14 +12,8 @@</span><br><span> # license that conforms to the Open Source Definition (Version 1.9)</span><br><span> # published by the Open Source Initiative.</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-# Please submit bugfixes or comments via http://bugs.opensuse.org/</span><br><span style="color: hsl(0, 100%, 40%);">-#</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-%define version_unconverted 1.3.0.94</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> Name:           libosmocore</span><br><span style="color: hsl(0, 100%, 40%);">-Version:        1.3.0.94</span><br><span style="color: hsl(120, 100%, 40%);">+Version:        @VERSION@</span><br><span> Release:        0</span><br><span> Summary:        The Open Source Mobile Communications Core Library</span><br><span> License:        GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AGPL-3.0-or-later</span><br><span>@@ -30,7 +24,7 @@</span><br><span> BuildRequires:  libtool >= 2</span><br><span> BuildRequires:  lksctp-tools-devel</span><br><span> BuildRequires:  pkg-config >= 0.20</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  python2</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  python3</span><br><span> BuildRequires:  xz</span><br><span> BuildRequires:  pkgconfig(gnutls) >= 2.12.0</span><br><span> BuildRequires:  pkgconfig(libpcsclite)</span><br><span>@@ -294,7 +288,7 @@</span><br><span> Group:          Development/Libraries/C and C++</span><br><span> Requires:       libosmocore-devel = %version</span><br><span> Requires:       libosmousb0 = %version</span><br><span style="color: hsl(0, 100%, 40%);">-Requires:       libusb-1_0-devel</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       pkgconfig(libusb-1.0)</span><br><span> </span><br><span> %description -n libosmousb-devel</span><br><span> The libosmosub library in particular contains routines for USB device</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/18272">change 18272</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/18272"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I59255889740195ec811a947a7130ae0918ea4b4d </div>
<div style="display:none"> Gerrit-Change-Number: 18272 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: roox <mardnh@gmx.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>