hobbes1069 pushed to fllog (epel7). "Initial import (#1060817)."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 28 03:19:10 UTC 2015


From 449fed732edc2c77d16671a4da4181187971baa4 Mon Sep 17 00:00:00 2001
From: "Richard M. Shaw" <hobbes1069 at gmail.com>
Date: Wed, 27 May 2015 21:39:02 -0500
Subject: Initial import (#1060817).


diff --git a/.gitignore b/.gitignore
index e69de29..158bb35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fllog-1.2.0.tar.gz
diff --git a/fllog.spec b/fllog.spec
new file mode 100644
index 0000000..1b93630
--- /dev/null
+++ b/fllog.spec
@@ -0,0 +1,64 @@
+Name:           fllog
+Version:        1.2.0
+Release:        1%{?dist}
+Summary:        Amateur Radio Log Program
+
+License:        GPLv3+ and GPLv2+
+URL:            http://w1hkj.com/fllog-help/index.html
+Source0:        http://w1hkj.com/downloads/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  libX11-devel
+BuildRequires:  fltk-devel >= 1.3.0
+BuildRequires:  flxmlrpc-devel >= 0.1.0
+BuildRequires:  desktop-file-utils
+
+
+%description
+Fllog is a transceiver control program for Amateur Radio use.  It does
+not use any 3rd party transceiver control libraries.  It is a c++ pro-
+gram that encapsulates each transceiver in its own class.  Where ever
+possible the transceiver class(s) use polymorphism to reuse code that
+is portable across a series of transceivers.
+
+
+%prep
+%setup -q
+
+rm -rf src/xmlrpcpp
+rm -f src/include/XmlRpc*.h
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+
+%files
+%if 0%{?rhel} || 0%{?fedora} < 21
+%doc COPYING
+%else
+%license COPYING
+%endif
+%doc AUTHORS README
+%{_bindir}/fllog
+%{_datadir}/applications/fllog.desktop
+%{_datadir}/pixmaps/fllog.xpm
+
+
+%changelog
+* Wed May 27 2015 Richard Shaw <hobbes1069 at gmail.com> - 1.2.0-1
+- Update to latest upstream release.
+- Build with external xmlrpc library.
+- Minor spec tweaks per review request feedback.
+
+* Tue Feb  4 2014 Richard Shaw <hobbes1069 at gmail.com> - 1.1.8-1
+- Bugfix release.
+
+* Mon Feb  3 2014 Richard Shaw <hobbes1069 at gmail.com> - 1.1.7-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..5ca5bc4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9cee7cc20341196fe5d3ec5fb4d4c0e6  fllog-1.2.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/fllog.git/commit/?h=epel7&id=449fed732edc2c77d16671a4da4181187971baa4


More information about the scm-commits mailing list