|
|
@ -1,7 +1,7 @@
|
|
|
|
Version: 1.6.18
|
|
|
|
Version: 1.6.19
|
|
|
|
Summary: Universal Plug and Play (UPnP) SDK
|
|
|
|
Summary: Universal Plug and Play (UPnP) SDK
|
|
|
|
Name: libupnp
|
|
|
|
Name: libupnp
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.libupnp.org/
|
|
|
|
URL: http://www.libupnp.org/
|
|
|
@ -28,17 +28,13 @@ the UPnP SDK libraries.
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --with-documentation --enable-static=no
|
|
|
|
%configure --enable-static=no --enable-ipv6
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
|
|
|
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$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}
|
|
|
|
%{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la}
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
@ -54,7 +50,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
%doc _devel_docs/*
|
|
|
|
#doc _devel_docs/*
|
|
|
|
%{_includedir}/upnp/
|
|
|
|
%{_includedir}/upnp/
|
|
|
|
%{_libdir}/libixml.so
|
|
|
|
%{_libdir}/libixml.so
|
|
|
|
%{_libdir}/libthreadutil.so
|
|
|
|
%{_libdir}/libthreadutil.so
|
|
|
@ -65,6 +61,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 09 2013 Adam Jackson <ajax@redhat.com> 1.6.19-1
|
|
|
|
|
|
|
|
- libupnp 1.6.19
|
|
|
|
|
|
|
|
- Build with --enable-ipv6 (#917210)
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Oct 27 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.6.18-4
|
|
|
|
* Sun Oct 27 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.6.18-4
|
|
|
|
- Adapt to possibly unversioned doc dirs.
|
|
|
|
- Adapt to possibly unversioned doc dirs.
|
|
|
|
- Include LICENSE and THANKS in main package.
|
|
|
|
- Include LICENSE and THANKS in main package.
|
|
|
|