Author: qboosh Date: Sat Dec 15 14:08:56 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.6.2 - updated opt patch is back, added missing m4 patch
---- Files affected: SPECS: libupnp.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/libupnp.spec diff -u SPECS/libupnp.spec:1.10 SPECS/libupnp.spec:1.11 --- SPECS/libupnp.spec:1.10 Sun Dec 2 22:46:18 2007 +++ SPECS/libupnp.spec Sat Dec 15 15:08:50 2007 @@ -2,16 +2,17 @@ Summary: The Universal Plug and Play (UPnP) SDK for Linux Summary(pl.UTF-8): Pakiet programistyczny Universal Plug and Play (UPnP) dla Linuksa Name: libupnp -Version: 1.6.1 +Version: 1.6.2 Release: 1 License: BSD Group: Libraries Source0: http://dl.sourceforge.net/pupnp/%{name}-%{version}.tar.bz2 -# Source0-md5: eb7adc11f9d487b47f348be2895faa82 +# Source0-md5: 7389ff8aad5461ef97361572e5fea92b +Patch0: %{name}-opt.patch +Patch1: %{name}-m4.patch URL: http://upnp.sourceforge.net/ -Patch0: %{name}-m4.patch -BuildRequires: autoconf >= 2.59 -BuildRequires: automake >= 1:1.9 +BuildRequires: autoconf >= 2.60 +BuildRequires: automake >= 1:1.8 BuildRequires: libtool >= 2:1.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -56,6 +57,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -83,8 +85,11 @@ %defattr(644,root,root,755) %doc ChangeLog LICENSE NEWS README TODO %attr(755,root,root) %{_libdir}/libixml.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libixml.so.2 %attr(755,root,root) %{_libdir}/libthreadutil.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libthreadutil.so.2 %attr(755,root,root) %{_libdir}/libupnp.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libupnp.so.3 %files devel %defattr(644,root,root,755) @@ -110,6 +115,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2007-12-15 14:08:50 qboosh +- updated to 1.6.2 +- updated opt patch is back, added missing m4 patch + Revision 1.10 2007-12-02 21:46:18 aredridel - 1.6.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libupnp.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
