diff --git a/flxmlrpc.spec b/flxmlrpc.spec index 4afa219..0842242 100644 --- a/flxmlrpc.spec +++ b/flxmlrpc.spec @@ -7,7 +7,8 @@ License: LGPLv3+ URL: http://www.w1hkj.com Source0: http://www.w1hkj.com/xmlrpc-mods/%{name}-%{version}.tar.gz -BuildRequires: autoconf automake libtool +# Only needed if building from git checkout. +#BuildRequires: autoconf automake libtool %description This is version %{version} of flxmlrpc, an implementation of the XmlRpc protocol @@ -51,8 +52,12 @@ find %{buildroot}%{_libdir} -name "*.la" -exec rm -f {} \; %files -%doc AUTHORS ChangeLog NEWS README +%if 0%{?rhel} || 0%{?fedora} < 21 +%doc COPYING +%else %license COPYING +%endif +%doc AUTHORS ChangeLog NEWS README %{_libdir}/*.so.* %files devel diff --git a/sources b/sources index 2ccf744..ac8070c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f6cd86160afea3d367ea6156e542fa6 flxmlrpc-0.1.4.tar.gz +7e46519ca02561088bc824085f991006 flxmlrpc-0.1.4.tar.gz