forked from pool/osmo-iuh
re-sanitize
OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-iuh?expand=0&rev=16
This commit is contained in:
parent
ac28ba5cc2
commit
ed661a4769
@ -67,19 +67,19 @@ applications that want to make use of libosmoranap.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
echo "%{version}" >.tarball-version
|
||||
echo "%version" >.tarball-version
|
||||
autoreconf -fi
|
||||
%configure \
|
||||
--disable-static \
|
||||
--docdir="%_docdir/%name" \
|
||||
--with-systemdsystemunitdir=%{_unitdir}
|
||||
--with-systemdsystemunitdir="%_unitdir"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find "%buildroot" -type f -name "*.la" -delete -print
|
||||
install -d %{buildroot}/%{_sbindir}
|
||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcosmo-hnbgw
|
||||
install -d %buildroot/%_sbindir
|
||||
ln -s %_sbindir/service %buildroot/%_sbindir/rcosmo-hnbgw
|
||||
|
||||
%check
|
||||
if ! make %{?_smp_mflags} check; then
|
||||
|
Loading…
Reference in New Issue
Block a user