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.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/libusrp/+/18282 )
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: I453ff45ec449834dfee298ecc6015e6d54768bea
---
M .gitignore
M configure.ac
R contrib/libusrp.spec.in
3 files changed, 4 insertions(+), 6 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/.gitignore b/.gitignore
index bba7cb0..27ef9d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,5 @@
/config.sub
/m4/libtool.m4
/m4/lt*.m4
+
+contrib/libusrp.spec
diff --git a/configure.ac b/configure.ac
index 3f02c14..0b38b93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,4 +110,4 @@
fpga/rbf/rev2/Makefile
fpga/rbf/rev4/Makefile
])
-AC_OUTPUT
+AC_OUTPUT([contrib/libusrp.spec])
diff --git a/contrib/libusrp.spec b/contrib/libusrp.spec.in
similarity index 96%
rename from contrib/libusrp.spec
rename to contrib/libusrp.spec.in
index 2ba813a..65fa92b 100644
--- a/contrib/libusrp.spec
+++ b/contrib/libusrp.spec.in
@@ -13,14 +13,10 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
-#
-
-
%define sover -3_4_4+git_20190808-0
%define libname libusrp%{sover}
Name: libusrp
-Version: 3.4.4+git.20190808
+Version: @VERSION@
Release: 0
Summary: Stand-alone libusrp for USRP1 from old gnuradio.git
License: GPL-3.0-or-later
--
To view, visit https://gerrit.osmocom.org/c/libusrp/+/18282
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: I453ff45ec449834dfee298ecc6015e6d54768bea
Gerrit-Change-Number: 18282
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/7cf9cfdb/attachment.htm>