Accepting request 1246564 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/1246564 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Modules?expand=0&rev=29
This commit is contained in:
commit
5dd0bbe6c3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 3 16:19:09 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Make use of %configure macro to build with distro flags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 10:03:05 UTC 2024 - pgajdos@suse.com
|
Tue Aug 27 10:03:05 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ applications.
|
|||||||
sed -i 's@/usr/bin/env bash@/bin/bash@' script/envml
|
sed -i 's@/usr/bin/env bash@/bin/bash@' script/envml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure \
|
%configure \
|
||||||
--initdir="%{_datadir}/%name/init" \
|
--initdir="%{_datadir}/%name/init" \
|
||||||
--libexecdir="%{_prefix}/%_lib/%{name}/" \
|
--libexecdir="%{_prefix}/%_lib/%{name}/" \
|
||||||
--prefix="%_prefix" \
|
--prefix="%_prefix" \
|
||||||
@ -118,7 +118,7 @@ sed -i 's@/usr/bin/env bash@/bin/bash@' script/envml
|
|||||||
--libdir=%{_libdir}/%{name} \
|
--libdir=%{_libdir}/%{name} \
|
||||||
--enable-compat-version \
|
--enable-compat-version \
|
||||||
--with-python=/usr/bin/python3
|
--with-python=/usr/bin/python3
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}/usr/share/modules
|
install -d %{buildroot}/usr/share/modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user