!36 [sync] PR-33: add sw_64 support
From: @openeuler-sync-bot Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
3d4b83f0f2
10
lasso.spec
10
lasso.spec
@ -1,6 +1,6 @@
|
|||||||
Name: lasso
|
Name: lasso
|
||||||
Version: 2.8.2
|
Version: 2.8.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Liberty Alliance Single Sign On
|
Summary: Liberty Alliance Single Sign On
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://lasso.entrouvert.org/
|
URL: http://lasso.entrouvert.org/
|
||||||
@ -58,6 +58,11 @@ sed -i -E -e '/^#![[:blank:]]*(\/usr\/bin\/env[[:blank:]]+python[^3]?\>) \
|
|||||||
|(\/usr\/bin\/python[^3]?\>)/d' `grep -r -l -E '^#![[:blank:]]*(/usr/bin/python[^3]?) \
|
|(\/usr\/bin\/python[^3]?\>)/d' `grep -r -l -E '^#![[:blank:]]*(/usr/bin/python[^3]?) \
|
||||||
|(/usr/bin/env[[:blank:]]+python[^3]?)' *`
|
|(/usr/bin/env[[:blank:]]+python[^3]?)' *`
|
||||||
|
|
||||||
|
%ifarch sw_64
|
||||||
|
%_update_config_guess
|
||||||
|
%_update_config_sub
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure --enable-php5=no --with-python=%{__python3}
|
%configure --enable-php5=no --with-python=%{__python3}
|
||||||
@ -98,6 +103,9 @@ fi
|
|||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 15 2025 mahailiang <mahailiang@uniontech.com> - 2.8.2-2
|
||||||
|
- add sw_64 support
|
||||||
|
|
||||||
* Thu Jul 6 2023 liyanan <thistleslyn@163.com> - 2.8.2-1
|
* Thu Jul 6 2023 liyanan <thistleslyn@163.com> - 2.8.2-1
|
||||||
- Update to version 2.8.2
|
- Update to version 2.8.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user