[libupnp] libupnp 1.6.19

Adam Jackson ajax at fedoraproject.org
Mon Dec 9 16:55:54 UTC 2013


commit d6cc41f8ef3e045d244ac21a80d540eed5e50332
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Dec 9 11:55:54 2013 -0500

    libupnp 1.6.19
    
    - Build with --enable-ipv6 (#917210)

 .gitignore   |    1 +
 libupnp.spec |   16 ++++++++--------
 sources      |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 820821e..4aa48d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libupnp-1.6.6.tar.bz2
 /libupnp-1.6.13.tar.bz2
 /libupnp-1.6.17.tar.bz2
 /libupnp-1.6.18.tar.bz2
+/libupnp-1.6.19.tar.bz2
diff --git a/libupnp.spec b/libupnp.spec
index 1b2838e..aa3b417 100644
--- a/libupnp.spec
+++ b/libupnp.spec
@@ -1,7 +1,7 @@
-Version: 1.6.18
+Version: 1.6.19
 Summary: Universal Plug and Play (UPnP) SDK
 Name: libupnp
-Release: 4%{?dist}
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.libupnp.org/
@@ -28,17 +28,13 @@ the UPnP SDK libraries.
 %setup -q
 
 %build
-%configure --with-documentation --enable-static=no
+%configure --enable-static=no --enable-ipv6
 make %{?_smp_mflags}
 
 %install
 test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-#the installed docs are all devel, setup them for pickup in %%files
-%{__mkdir} _devel_docs
-%{__mv} %{buildroot}%{docdir}/* _devel_docs
-
 %{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la}
 
 %post -p /sbin/ldconfig
@@ -54,7 +50,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %files devel
 %defattr(0644,root,root,0755)
-%doc _devel_docs/*
+#doc _devel_docs/*
 %{_includedir}/upnp/
 %{_libdir}/libixml.so
 %{_libdir}/libthreadutil.so
@@ -65,6 +61,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf %{buildroot}
 
 %changelog
+* Mon Dec 09 2013 Adam Jackson <ajax at redhat.com> 1.6.19-1
+- libupnp 1.6.19
+- Build with --enable-ipv6 (#917210)
+
 * Sun Oct 27 2013 Ville Skyttä <ville.skytta at iki.fi> - 1.6.18-4
 - Adapt to possibly unversioned doc dirs.
 - Include LICENSE and THANKS in main package.
diff --git a/sources b/sources
index 110d346..bd27534 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11c6484fd2e2927bf3b8d8108407ca56  libupnp-1.6.18.tar.bz2
+ee16e5d33a3ea7506f38d71facc057dd  libupnp-1.6.19.tar.bz2


More information about the scm-commits mailing list