Author: qboosh Date: Fri Feb 4 20:58:51 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.14.1
---- Files affected: packages/gupnp: gupnp.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: packages/gupnp/gupnp.spec diff -u packages/gupnp/gupnp.spec:1.13 packages/gupnp/gupnp.spec:1.14 --- packages/gupnp/gupnp.spec:1.13 Mon Jan 24 02:02:20 2011 +++ packages/gupnp/gupnp.spec Fri Feb 4 21:58:46 2011 @@ -1,20 +1,22 @@ # $Revision$, $Date$ -Summary: UPnP library -Summary(pl.UTF-8): Biblioteka UPnP +Summary: UPnP library based on GObject and libsoup +Summary(pl.UTF-8): Biblioteka UPnP oparta na bibliotekach GObject i libsoup Name: gupnp -Version: 0.14.0 +# note: 0.14.x is stable, 0.15.x unstable +Version: 0.14.1 Release: 1 License: LGPL v2+ Group: Libraries -Source0: http://www.gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz -# Source0-md5: 8598922256faa5adb28657d0c10a3e3e +#Source0Download: http://gupnp.org/download +Source0: http://gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz +# Source0-md5: 47d0eb5997d4f08713dce6b2c4e47f80 URL: http://gupnp.org/ BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1:1.9 BuildRequires: dbus-glib-devel >= 0.76 BuildRequires: docbook-dtd412-xml BuildRequires: docbook-dtd44-xml -BuildRequires: glib2-devel >= 1:2.18.0 +BuildRequires: glib2-devel >= 1:2.18 BuildRequires: gobject-introspection-devel >= 0.6.4 BuildRequires: gssdp-devel >= 0.7.1 BuildRequires: gtk-doc >= 1.0 @@ -24,6 +26,10 @@ BuildRequires: libxml2-devel >= 1:2.6.30 BuildRequires: pkgconfig BuildRequires: rpm-pythonprov +Requires: dbus-glib >= 0.76 +Requires: glib2 >= 1:2.18 +Requires: gssdp >= 0.7.1 +Requires: libsoup >= 2.4.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -42,7 +48,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe gupnp Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: glib2-devel >= 1:2.18.0 +Requires: glib2-devel >= 1:2.18 Requires: gssdp-devel >= 0.7.1 Requires: libsoup-devel >= 2.4.1 Requires: libuuid-devel >= 1.36 @@ -84,7 +90,6 @@ %setup -q %build -mkdir m4 %{__gtkdocize} %{__libtoolize} %{__aclocal} @@ -92,10 +97,10 @@ %{__autoheader} %{__automake} %configure \ + --disable-silent-rules \ --enable-gtk-doc \ --with-html-dir=%{_gtkdocdir} \ - --with-context-manager=network-manager \ - --disable-silent-rules + --with-context-manager=network-manager %{__make} @@ -113,7 +118,7 @@ %files %defattr(644,root,root,755) -%doc ChangeLog NEWS README +%doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/gupnp-binding-tool %attr(755,root,root) %{_libdir}/libgupnp-1.0.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libgupnp-1.0.so.3 @@ -141,6 +146,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2011/02/04 20:58:46 qboosh +- updated to 0.14.1 + Revision 1.13 2011/01/24 01:02:20 sparky - BR: docbook-dtd412-xml, docbook-dtd44-xml, rpm-pythonprov ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gupnp/gupnp.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
