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: I38f80d0f867a2bbaa09b5a42cad5028f23a8effa
This commit is contained in:
Oliver Smith 2020-05-14 11:46:08 +02:00
parent 2f7fb2e36b
commit 102e362943
3 changed files with 11 additions and 7 deletions

2
.gitignore vendored
View File

@ -67,3 +67,5 @@ doc/manuals/generated/
doc/manuals/osmomsc-usermanual.xml doc/manuals/osmomsc-usermanual.xml
doc/manuals/common doc/manuals/common
doc/manuals/build doc/manuals/build
contrib/osmo-hlr.spec

View File

@ -200,6 +200,7 @@ AC_OUTPUT(
contrib/Makefile contrib/Makefile
contrib/systemd/Makefile contrib/systemd/Makefile
contrib/dgsm/Makefile contrib/dgsm/Makefile
contrib/osmo-hlr.spec
tests/Makefile tests/Makefile
tests/auc/Makefile tests/auc/Makefile
tests/auc/gen_ts_55_205_test_sets/Makefile tests/auc/gen_ts_55_205_test_sets/Makefile

View File

@ -13,24 +13,22 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: osmo-hlr Name: osmo-hlr
Version: 1.2.0.48 Version: @VERSION@
Release: 0 Release: 0
Summary: Osmocom Home Location Register for GSUP protocol towards OsmoSGSN and OsmoCSCN Summary: Osmocom Home Location Register for GSUP protocol towards OsmoSGSN and OsmoCSCN
License: AGPL-3.0-or-later AND GPL-2.0-or-later License: AGPL-3.0-or-later AND GPL-2.0-or-later
Group: Productivity/Telephony/Servers Group: Productivity/Telephony/Servers
URL: https://projects.osmocom.org/projects/osmo-hlr URL: https://osmocom.org/projects/osmo-hlr
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig >= 0.20 BuildRequires: pkgconfig >= 0.20
BuildRequires: python2 BuildRequires: python3
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
%endif
BuildRequires: pkgconfig(libosmoabis) >= 0.6.0 BuildRequires: pkgconfig(libosmoabis) >= 0.6.0
BuildRequires: pkgconfig(libosmocore) >= 1.2.0 BuildRequires: pkgconfig(libosmocore) >= 1.2.0
BuildRequires: pkgconfig(libosmoctrl) >= 1.2.0 BuildRequires: pkgconfig(libosmoctrl) >= 1.2.0
@ -40,6 +38,7 @@ BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(talloc) >= 2.0.1 BuildRequires: pkgconfig(talloc) >= 2.0.1
# only needed for populate_hlr_db.pl # only needed for populate_hlr_db.pl
Requires: libdbi-drivers-dbd-sqlite3 Requires: libdbi-drivers-dbd-sqlite3
%{?systemd_requires}
%description %description
The GSUP HLR is a stand-alone HLR (Home Location Register) for SIM The GSUP HLR is a stand-alone HLR (Home Location Register) for SIM
@ -128,6 +127,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%check %check
make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%if 0%{?suse_version}
%preun %preun
%service_del_preun %{name}.service %service_del_preun %{name}.service
@ -139,6 +139,7 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%post %post
%service_add_post %{name}.service %service_add_post %{name}.service
%endif
%post -n libosmo-gsup-client0 -p /sbin/ldconfig %post -n libosmo-gsup-client0 -p /sbin/ldconfig
%postun -n libosmo-gsup-client0 -p /sbin/ldconfig %postun -n libosmo-gsup-client0 -p /sbin/ldconfig