Changeset 1693 for spec/trunk/SPECS
- Timestamp:
- Mar 18, 2020, 5:20:14 PM (6 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/iqpuzzle.spec (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/iqpuzzle.spec
r1692 r1693 1 %global os2 12 1 # 3 2 # spec file for iQPuzzle … … 21 20 Summary: Challenging pentomino puzzle 22 21 Version: 1.2.0 23 Release: 122 Release: 2 24 23 URL: https://github.com/ElTh0r0/iqpuzzle 25 24 #Source: %{name}-%{version}.tar.gz … … 28 27 # Fedora, RHEL, or CentOS 29 28 #-------------------------------------------------------------------- 30 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?os2 }29 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?os2_version} 31 30 License: GPLv3+ 32 31 … … 77 76 # Fedora, RHEL, or CentOS 78 77 #-------------------------------------------------------------------- 79 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?os2 }78 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?os2_version} 80 79 %build 81 80 # Create qmake cache file to add rpm optflags. … … 88 87 %install 89 88 %make_install INSTALL_ROOT=%{buildroot} 90 %if 0%{?os2 }89 %if 0%{?os2_version} 91 90 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop 92 91 rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/%{name}.appdata.xml … … 148 147 149 148 %changelog 149 * Wed Mar 18 2020 Elbert Pol <elbert.pol@gmail.com> 1.2.0-2 150 - Add version to os2 define 151 150 152 * Mon Mar 16 2020 Elbert Pol <elbert.pol@gmail.com> 1.2.0-1 151 153 - First OS2 build with QT5
Note:
See TracChangeset
for help on using the changeset viewer.
