Update to 2.6.0.

This commit is contained in:
Richard Shaw 2023-01-19 17:04:59 -06:00
parent 85ada643a0
commit ff248e86cf
2 changed files with 13 additions and 6 deletions

View File

@ -1 +1 @@
SHA512 (wsjtx-2.5.4.tgz) = c4092d03af3346f0244d942c3db693f5d2c1ed7a2ec9077ded039b7d162e15abdaf09dcb9997d1833d25c366eb03a0dab6114313d423e7e2c9ff37d965261efc
SHA512 (wsjtx-2.6.1.tgz) = 0f151c10b75798ab28a01604b08981f399d612135b7e9ddc3e66f9121fd49c97bb9508ce649e342791705ee5e1247f8e461a31afa871ddd46da1cf7fd5826c74

View File

@ -1,13 +1,13 @@
#global rctag rc4
Name: wsjtx
Version: 2.5.4
Release: 5%{?dist}
Version: 2.6.1
Release: 1%{?dist}
Summary: Weak Signal communication by K1JT
License: GPLv3+
URL: http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
Source0: http://physics.princeton.edu/pulsar/k1jt/%{name}-%{version}%{?rctag:-%{rctag}}.tgz
Source0: https://sourceforge.net/projects/wsjt/files/%{name}-%{version}%{?rctag:-%{rctag}}/%{name}-%{version}%{?rctag:-%{rctag}}.tgz
Source100: wsjtx.appdata.xml
BuildRequires: cmake
@ -95,6 +95,8 @@ cd %{name}
cd %{name}
%cmake_install
dos2unix %{buildroot}%{_datadir}/applications/message_aggregator.desktop
# Make sure the right style is used.
desktop-file-edit --set-key=Exec --set-value="wsjtx --style=fusion" \
%{buildroot}/%{_datadir}/applications/%{name}.desktop
@ -112,18 +114,20 @@ install -pm 0644 %{SOURCE100} %{buildroot}%{_metainfodir}/
install -p -m 0644 -t %{buildroot}%{_datadir}/doc/%{name} GUIcontrols.txt jt9.txt \
v1.7_Features.txt wsjtx_changelog.txt
# drop wsjtx hamlib bins
rm -f %{buildroot}%{_bindir}/rigctl*-wsjtx
%if 0%{?fedora}
%check
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%endif
# drop wsjtx hamlib bins
rm -f %{buildroot}%{_bindir}/rigctl*-wsjtx
%files
%license COPYING
%doc %{_datadir}/doc/%{name}
%{_bindir}/echosim
%{_bindir}/fcal
%{_bindir}/fmeasure
%{_bindir}/fmtave
@ -150,6 +154,9 @@ rm -f %{buildroot}%{_bindir}/rigctl*-wsjtx
%changelog
* Thu Jan 19 2023 Richard Shaw <hobbes1069@gmail.com> - 2.6.1-1
- Update to 2.6.0.
* Mon Nov 07 2022 Richard Shaw <hobbes1069@gmail.com> - 2.5.4-5
- Rebuild for updated hamlib 4.5.