hobbes1069 pushed to flxmlrpc (epel7). "Initial import (#1214467)."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 23 15:22:15 UTC 2015


>From 5adbf60f60da796264dacd9e6d38d85ae242d299 Mon Sep 17 00:00:00 2001
From: "Richard M. Shaw" <hobbes1069 at gmail.com>
Date: Thu, 23 Apr 2015 09:50:30 -0500
Subject: Initial import (#1214467).


diff --git a/.gitignore b/.gitignore
index e69de29..9f589fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/flxmlrpc-0.1.3.tar.gz
diff --git a/flxmlrpc.spec b/flxmlrpc.spec
new file mode 100644
index 0000000..1c3b2c0
--- /dev/null
+++ b/flxmlrpc.spec
@@ -0,0 +1,65 @@
+Name:           flxmlrpc
+Version:        0.1.3
+Release:        1%{?dist}
+Summary:        An xmlrpc library for the NBEMS suite of programs
+
+License:        LGPLv3+
+URL:            http://www.w1hkj.com
+Source0:        http://www.w1hkj.com/xmlrpc-mods/%{name}-%{version}.tar.gz
+
+
+%description
+Implementation of the XmlRpc protocol written in C++, based upon XmlRpc++0.7
+and modified to provide additional XmlRpc Variable types.  It is used in fldigi,
+flrig, flnet, flmsg, flarq, flamp, fllog; a suite of programs written for
+amateur radio emergency communications.
+
+flxmlrpc is designed to make it easy to incorporate Fl_XmlRpc client and
+server support into C++ applications. Or use both client and server objects
+in your app for easy peer-to-peer support.
+
+
+%package        devel
+Summary:        Development files for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+find %{buildroot}%{_libdir} -name "*.la" -exec rm -f {} \;
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+
+%files
+%doc AUTHORS ChangeLog NEWS README
+%license COPYING
+%{_libdir}/*.so.*
+
+%files devel
+%{_includedir}/%{name}/
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}.pc
+
+
+%changelog
+* Thu Apr 23 2015 Richard Shaw <hobbes1069 at gmail.com> - 0.1.3-1
+- Upstream moved headers into a named subdirectory.
+
+* Mon Apr 20 2015 Richard Shaw <hobbes1069 at gmail.com> - 0.1.2-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..db33237 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+55e6b33c69d7b66127cd91439ce14028  flxmlrpc-0.1.3.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/flxmlrpc.git/commit/?h=epel7&id=5adbf60f60da796264dacd9e6d38d85ae242d299


More information about the scm-commits mailing list