449fed7
Name:           fllog
2017540
Version:        1.2.4
4387a46
Release:        1%{?dist}
449fed7
Summary:        Amateur Radio Log Program
449fed7
449fed7
License:        GPLv3+ and GPLv2+
449fed7
URL:            http://w1hkj.com/fllog-help/index.html
4387a46
Source0:        http://downloads.sourceforge.net/fldigi/%{name}-%{version}.tar.gz
449fed7
449fed7
BuildRequires:  libX11-devel
449fed7
BuildRequires:  fltk-devel >= 1.3.0
449fed7
BuildRequires:  flxmlrpc-devel >= 0.1.0
449fed7
BuildRequires:  desktop-file-utils
449fed7
449fed7
449fed7
%description
449fed7
Fllog is a transceiver control program for Amateur Radio use.  It does
449fed7
not use any 3rd party transceiver control libraries.  It is a c++ pro-
449fed7
gram that encapsulates each transceiver in its own class.  Where ever
449fed7
possible the transceiver class(s) use polymorphism to reuse code that
449fed7
is portable across a series of transceivers.
449fed7
449fed7
449fed7
%prep
449fed7
%setup -q
449fed7
449fed7
rm -rf src/xmlrpcpp
449fed7
rm -f src/include/XmlRpc*.h
449fed7
449fed7
449fed7
%build
449fed7
%configure
449fed7
make %{?_smp_mflags}
449fed7
449fed7
449fed7
%install
449fed7
%make_install
449fed7
449fed7
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
449fed7
449fed7
449fed7
%files
449fed7
%license COPYING
449fed7
%doc AUTHORS README
449fed7
%{_bindir}/fllog
449fed7
%{_datadir}/applications/fllog.desktop
449fed7
%{_datadir}/pixmaps/fllog.xpm
449fed7
449fed7
449fed7
%changelog
2017540
* Mon Oct 17 2016 Richard Shaw <hobbes1069@gmail.com> - 1.2.4-1
2017540
- Update to latest upstream release.
2017540
4387a46
* Sun May 08 2016 Richard Shaw <hobbes1069@gmail.com> - 1.2.3-1
4387a46
- Update to latest upstream release.
4387a46
eb1906f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
eb1906f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
eb1906f
188379a
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
188379a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
188379a
449fed7
* Wed May 27 2015 Richard Shaw <hobbes1069@gmail.com> - 1.2.0-1
449fed7
- Update to latest upstream release.
449fed7
- Build with external xmlrpc library.
449fed7
- Minor spec tweaks per review request feedback.
449fed7
449fed7
* Tue Feb  4 2014 Richard Shaw <hobbes1069@gmail.com> - 1.1.8-1
449fed7
- Bugfix release.
449fed7
449fed7
* Mon Feb  3 2014 Richard Shaw <hobbes1069@gmail.com> - 1.1.7-1
449fed7
- Initial packaging.