From ed661a47695b1bfb56cdd21cf580b893dfe0bb34fc139f3277fdff476ba59f90 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 21 Feb 2019 20:18:56 +0000 Subject: [PATCH] re-sanitize OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-iuh?expand=0&rev=16 --- osmo-iuh.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/osmo-iuh.spec b/osmo-iuh.spec index 52ad4c3..9d16bf1 100644 --- a/osmo-iuh.spec +++ b/osmo-iuh.spec @@ -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