Author: qboosh Date: Sun Sep 11 13:08:00 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.1.11 - removed obsolete make patch - dropped .la (following gupnp)
---- Files affected: packages/gupnp-igd: gupnp-igd.spec (1.10 -> 1.11) , gupnp-igd-make.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/gupnp-igd/gupnp-igd.spec diff -u packages/gupnp-igd/gupnp-igd.spec:1.10 packages/gupnp-igd/gupnp-igd.spec:1.11 --- packages/gupnp-igd/gupnp-igd.spec:1.10 Sat Feb 5 08:19:48 2011 +++ packages/gupnp-igd/gupnp-igd.spec Sun Sep 11 15:07:55 2011 @@ -2,19 +2,19 @@ Summary: Library to handle UPnP IGD port mapping Summary(pl.UTF-8): Biblioteka do obsługi odwzorowywania portów IGD dla UPnP Name: gupnp-igd -Version: 0.1.7 -Release: 3 +Version: 0.1.11 +Release: 1 License: LGPL v2.1+ Group: Libraries #Source0Download: http://gupnp.org/download -Source0: http://gupnp.org/sources/gupnp-igd/%{name}-%{version}.tar.gz -# Source0-md5: 75aaca3361046ac42125f81d07c072ac -Patch0: %{name}-make.patch +Source0: http://gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz +# Source0-md5: e6f21d5a7f7c10ae0b528369c2683f81 URL: http://gupnp.org/ BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: docbook-dtd412-xml BuildRequires: glib2-devel >= 1:2.16.0 +BuildRequires: gobject-introspection-devel >= 0.10 BuildRequires: gtk-doc >= 1.0 BuildRequires: gupnp-devel >= 0.13.2 BuildRequires: libtool @@ -86,7 +86,6 @@ %prep %setup -q -%patch0 -p1 %build %{__gtkdocize} @@ -100,7 +99,8 @@ --enable-gtk-doc \ --with-html-dir=%{_gtkdocdir} -%{__make} +# there are some races with gir generation +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT @@ -108,9 +108,11 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%py_postclean %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/gupnp/*.{a,la} -%py_postclean +# obsoleted by pkg-config +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgupnp-igd-1.0.la %clean rm -rf $RPM_BUILD_ROOT @@ -123,13 +125,14 @@ %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_libdir}/libgupnp-igd-1.0.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libgupnp-igd-1.0.so.3 +%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libgupnp-igd-1.0.so -%{_libdir}/libgupnp-igd-1.0.la %{_includedir}/gupnp-igd-1.0 %{_pkgconfigdir}/gupnp-igd-1.0.pc +%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir %files static %defattr(644,root,root,755) @@ -151,6 +154,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2011/09/11 13:07:55 qboosh +- updated to 0.1.11 +- removed obsolete make patch +- dropped .la (following gupnp) + Revision 1.10 2011/02/05 07:19:48 qboosh - added make patch - completed runtime deps ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gupnp-igd/gupnp-igd.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
