1
0
forked from pool/osmo-ggsn
Jan Engelhardt 2019-08-15 05:00:30 +00:00 committed by Git OBS Bridge
parent bf04b95069
commit f76bda9eed

View File

@ -16,7 +16,7 @@
# #
%define _lto_cflags %{nil} %define _lto_cflags %nil
Name: osmo-ggsn Name: osmo-ggsn
%define lname libgtp5 %define lname libgtp5
@ -39,7 +39,6 @@ BuildRequires: pkgconfig(libosmoctrl) >= 1.1.0
BuildRequires: pkgconfig(libosmogsm) BuildRequires: pkgconfig(libosmogsm)
BuildRequires: pkgconfig(libosmovty) >= 1.1.0 BuildRequires: pkgconfig(libosmovty) >= 1.1.0
Obsoletes: openggsn Obsoletes: openggsn
%{?systemd_ordering}
%description %description
Osmo-GGSN is a C-language implementation of a GGSN (Gateway GPRS Osmo-GGSN is a C-language implementation of a GGSN (Gateway GPRS
@ -79,7 +78,7 @@ make %{?_smp_mflags} V=1
%install %install
b="%buildroot" b="%buildroot"
%make_install %make_install
find $b -type f -name "*.la" -delete -print find "$b" -type f -name "*.la" -delete -print
install -d "$b/%_sbindir" install -d "$b/%_sbindir"
ln -s "%_sbindir/service" "$b/%_sbindir/rc%name" ln -s "%_sbindir/service" "$b/%_sbindir/rc%name"
install -d "$b/%_sysconfdir/osmocom" install -d "$b/%_sysconfdir/osmocom"