diff --git a/libupnp.spec b/libupnp.spec index 18a2b55..025f8b6 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,12 +1,13 @@ Version: 1.8.3 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp -Release: 3%{?dist} +Release: 4%{?dist} License: BSD URL: https://sourceforge.net/projects/pupnp Source: https://downloads.sourceforge.net/pupnp/%{name}-%{version}.tar.bz2 +Patch0: 96.patch -BuildRequires: gcc +BuildRequires: gcc autoconf automake %description @@ -24,12 +25,11 @@ the UPnP SDK libraries. %prep %setup -q +%patch0 -p1 +autoreconf %build %configure \ -%if 0%{?__isa_bits} == 32 - --disable-largefile \ -%endif --enable-static=no \ --enable-ipv6 @@ -59,6 +59,10 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{_libdir}/pkgconfig/libupnp.pc %changelog +* Thu Dec 13 2018 Dennis Gilmore - 1.8.3-4 +- pull in patch from upstream so that samples will build on 32 bit arches with +- largefile support, enables gerbera to run on armv7hl and i686 + * Fri Jul 20 2018 Nicolas Chauvet - 1.8.3-3 - Add missng cc