diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-13 14:26:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-13 14:26:24 +0200 |
commit | 44a5ae7ea915f70ad2bfe14b68ca235cb3f2332b (patch) | |
tree | 4813a7f61243b60bce09473cce57f0e100a3da6b | |
parent | d27841e49abd19c5c00ac6de7583ade4ef91d61d (diff) |
reorder
-rw-r--r-- | libzip.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libzip.spec b/libzip.spec index 5d1fc75..75c3263 100644 --- a/libzip.spec +++ b/libzip.spec @@ -129,8 +129,6 @@ The %{name}-tools package provides command line tools split off %{name}: # unwanted in package documentation rm INSTALL.md - -%build # drop skipped test which make test suite fails (cmake issue ?) sed -e '/clone-fs-/d' \ %if ! %{with_xz} @@ -141,6 +139,8 @@ sed -e '/clone-fs-/d' \ %endif -i regress/CMakeLists.txt + +%build %if 0%{?rhel} == 6 || 0%{?rhel} == 7 sed -e 's/COMMAND cmake /COMMAND cmake3 /' -i CMakeLists.txt regress/CMakeLists.txt %cmake3 \ |