Re-enable mingw32 on EL9
This commit is contained in:
parent
3cbaaf5a3f
commit
a5d7cec21b
14
liblerc.spec
14
liblerc.spec
@ -1,20 +1,11 @@
|
||||
%global commit b1de4cd146f73e9a679682e209de1ecde1ca094e
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
# mingw is x86_64 only on EL9
|
||||
%if 0%{?rhel} >= 9
|
||||
%ifarch x86_64
|
||||
%bcond_without mingw
|
||||
%else
|
||||
%bcond_with mingw
|
||||
%endif
|
||||
%else
|
||||
%bcond_without mingw
|
||||
%endif
|
||||
|
||||
Name: liblerc
|
||||
Version: 3.1
|
||||
Release: 0.2%{?commit:.git%{shortcommit}}%{?dist}
|
||||
Release: 0.3%{?commit:.git%{shortcommit}}%{?dist}
|
||||
Summary: Library for Limited Error Raster Compression
|
||||
|
||||
License: ASL 2.0
|
||||
@ -135,6 +126,9 @@ sed -i 's/\r$//' NOTICE README.md doc/MORE.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 11 2022 Sandro Mani <manisandro@gmail.com> - 3.1-0.3.gitb1de4cd
|
||||
- Re-enable mingw32 on EL9
|
||||
|
||||
* Fri Jun 10 2022 Orion Poplawski <orion@nwra.com> - 3.1-0.2.gitb1de4cd
|
||||
- Drop mingw for non-x86_64 on EL9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user