SHA256
1
0
forked from pool/osmo-iuh
Jan Engelhardt 2019-02-21 20:18:56 +00:00 committed by Git OBS Bridge
parent ac28ba5cc2
commit ed661a4769

View File

@ -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