Update to latest upstream release.

This commit is contained in:
Richard M. Shaw 2016-01-22 10:59:59 -06:00
parent 4c8f3ab3f2
commit b518aa87f3
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ fldigi-3.20.20.tar.gz
/fldigi-3.23.04.tar.gz
/fldigi-3.23.05.tar.gz
/fldigi-3.23.06.tar.gz
/fldigi-3.23.07.tar.gz

View File

@ -1,7 +1,7 @@
%global _hardened_build 1
Name: fldigi
Version: 3.23.06
Version: 3.23.07
Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: Digital modem program for Linux
License: GPLv3+
@ -25,7 +25,8 @@ BuildRequires: libsamplerate-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: gettext
BuildRequires: libXinerama-devel
BuildRequires: flxmlrpc-devel >= 0.1.0
#BuildRequires: flxmlrpc-devel >= 0.1.0
%if 0%{?fedora}
# For appstream-util
@ -59,10 +60,10 @@ PDF User Manual for %{name}.
%setup -q -n %{name}-%{version}%{?prerel}
# Remove bundled xmlrpc library
rm -rf src/xmlrpcpp
#rm -rf src/xmlrpcpp
# Fix header references to xmlrpcpp
find ./ -type f -exec sed -i "s/xmlrpcpp\//flxmlrpc\//g" {} \;
#find ./ -type f -exec sed -i "s/xmlrpcpp\//flxmlrpc\//g" {} \;
%build
@ -73,6 +74,9 @@ make %{?_smp_mflags} CFLAGS="%{optflags}" LIBS="-lm -lX11 -lpthread" V=1
%install
%make_install
# Add keywords to desktop file for gnome-shell and software center.
echo "Keywords=modem;psk;rtty;cw;fsq;fsk;" >> %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/flarq.desktop
@ -128,6 +132,9 @@ fi
%changelog
* Fri Jan 22 2016 Richard Shaw <hobbes1069@gmail.com> - 3.23.07-1
- Update to latest upstream release.
* Wed Dec 2 2015 Richard Shaw <hobbes1069@gmail.com> - 3.23.06-1
- Update to latest upstream release.

View File

@ -1 +1 @@
72538610482c6ad2b85380bb82ed606a fldigi-3.23.06.tar.gz
b6db115934cbbd01163fdc04aea582c0 fldigi-3.23.07.tar.gz