Changeset 1693 for spec/trunk/SPECS


Ignore:
Timestamp:
Mar 18, 2020, 5:20:14 PM (6 years ago)
Author:
tellie
Message:

spec: iqpuzzle: Release version 1.2.0-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/iqpuzzle.spec

    r1692 r1693  
    1 %global os2 1
    21#
    32# spec file for iQPuzzle
     
    2120Summary:        Challenging pentomino puzzle
    2221Version:        1.2.0
    23 Release:        1
     22Release:        2
    2423URL:            https://github.com/ElTh0r0/iqpuzzle
    2524#Source:         %{name}-%{version}.tar.gz
     
    2827# Fedora, RHEL, or CentOS
    2928#--------------------------------------------------------------------
    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}
    3130License:        GPLv3+
    3231
     
    7776# Fedora, RHEL, or CentOS
    7877#--------------------------------------------------------------------
    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}
    8079%build
    8180# Create qmake cache file to add rpm optflags.
     
    8887%install
    8988%make_install INSTALL_ROOT=%{buildroot}
    90 %if 0%{?os2}
     89%if 0%{?os2_version}
    9190rm -f $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
    9291rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/%{name}.appdata.xml
     
    148147
    149148%changelog
     149* Wed Mar 18 2020 Elbert Pol <elbert.pol@gmail.com> 1.2.0-2
     150- Add version to os2 define
     151
    150152* Mon Mar 16 2020 Elbert Pol <elbert.pol@gmail.com> 1.2.0-1
    151153- First OS2 build with QT5
Note: See TracChangeset for help on using the changeset viewer.