Changeset 1759
- Timestamp:
- Mar 18, 2021, 6:56:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/iqpuzzle.spec
r1758 r1759 20 20 Summary: Challenging pentomino puzzle 21 21 Version: 1.2.2 22 Release: 2%{?dist}22 Release: 3%{?dist} 23 23 URL: https://github.com/ElTh0r0/iqpuzzle 24 24 %if !0%{?os2_version} … … 83 83 # Fedora, RHEL, or CentOS 84 84 #-------------------------------------------------------------------- 85 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} 85 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?os2_version} 86 86 %build 87 87 # Create qmake cache file to add rpm optflags. … … 89 89 QMAKE_CXXFLAGS += %{optflags} 90 90 EOF 91 %endif 92 93 %if 0%{?os2_version} 91 94 92 export QMAKE_SH=$SHELL 95 93 export FAST_BUILD=1 … … 193 191 194 192 %changelog 193 * Thu Mar 18 2021 Elbert Pol <elbert.pol@gmail.com> 1.2.2-2 194 - Add OS2 to the right definition 195 195 196 * Tue Mar 16 2021 Elbert Pol <elbert.pol@gmail.com> 1.2.2-2 196 197 - Fix a wrong def for OS/2
Note:
See TracChangeset
for help on using the changeset viewer.