Changeset 1810 for spec/trunk/SPECS


Ignore:
Timestamp:
Apr 28, 2022, 5:37:30 PM (4 years ago)
Author:
tellie
Message:

spec: tinyxml2: Release version 9.0.0-1.

File:
1 edited

Legend:

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

    r1751 r1810  
    1111
    1212Name:           hearts
    13 Version:        1.8.7
     13Version:        1.8.10
    1414Release:        1%{?dist}
    1515Summary:        The card game
     
    1919%if !0%{?os2_version}
    2020Source:         %{name}-%{version}.tar.xz
     21https://github.com/Rescator7/Hearts
    2122%else
    22 %scm_source github https://github.com/Rescator7/Hearts master
     23%scm_source github http://github.com/TeLLie/%{name}-os2 %{version}-os2
    2324%endif
    2425# URL: http://www.iconarchive.com/show/flatwoken-icons-by-alecive/Apps-Game-Cards-icon.html
     
    107108mkdir -p %{buildroot}%{_bindir}/
    108109mkdir -p %{buildroot}%{_datadir}/pixmaps
    109 cp -p release/*.exe %{buildroot}%{_bindir}/
     110cp -p %{name}.exe %{buildroot}%{_bindir}/
    110111install -p -m 644 data/hearts.svg %{buildroot}%{_datadir}/pixmaps/
    111112%endif
     
    114115%defattr(-,root,root,-)
    115116%doc Changelog README.md
    116 /@unixroot/usr/bin
     117#/@unixroot/usr/bin
    117118%if !0%{?os2_version}
    118119%{_bindir}/%{name}
     
    125126
    126127%changelog
     128* Sat Apr 23 2022 Elbert Pol <elbert.pol@gmail.com> - 1.8.10 -1
     129- Updated to latest version
     130- Add source to own github
     131- Change some files to make it build for OS2
     132
    127133* Tue Jan 26 2021 Elbert Pol <elbert.pol@gmail.com> - 1.8.7 - 1
    128134- Updated to latest version
Note: See TracChangeset for help on using the changeset viewer.