Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
e72ddcf825 | |||
196c93ccab | |||
23ccc57a1e | |||
30fd96ff70 | |||
5a7bece94a | |||
ba3d5d3bcd | |||
1c3cd20cf5 |
@ -105,6 +105,53 @@ This package provides the package repository files for %{distro}.
|
|||||||
This package provides the RPM signature keys for %{distro}.
|
This package provides the RPM signature keys for %{distro}.
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
|
%ifarch x86_64
|
||||||
|
echo "ifarch x86_64"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifarch x86_64_v2
|
||||||
|
echo "in ifarch x86_64_v2"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifarch x86_64_v2 x86_64
|
||||||
|
echo "in ifarch x86_64_v2 x86_64"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifarch ppc64le x86_64
|
||||||
|
echo "in ifarch ppc64le x86_64"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
echo "in ifarch x86_64 aarch64"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifnarch x86_64
|
||||||
|
echo "in ifnarch x86_64"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifnarch x86_64 aarch64
|
||||||
|
echo "in ifnarch x86_64 aarch64"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifnarch x86_64_v2
|
||||||
|
echo "in ifnarch x86_64_v2"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifarch aarch64
|
||||||
|
echo "ifarch aarch64"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifarch ppc64le
|
||||||
|
echo "ifarch ppc64le"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifnarch aarch64
|
||||||
|
echo "ifnarch aarch64"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
exit 1
|
||||||
|
|
||||||
# copy license and contributors doc here for %%license and %%doc macros
|
# copy license and contributors doc here for %%license and %%doc macros
|
||||||
mkdir -p ./docs
|
mkdir -p ./docs
|
||||||
cp %{SOURCE201} ./docs
|
cp %{SOURCE201} ./docs
|
||||||
|
Loading…
Reference in New Issue
Block a user