packages: libnice/libnice.spec - pl - adjusted BRs and devel deps - disable...
qboosh
qboosh at pld-linux.org
Sat Feb 5 16:20:19 CET 2011
Author: qboosh Date: Sat Feb 5 15:20:19 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- pl
- adjusted BRs and devel deps
- disable silent-rules
- package COPYING (just license notes)
---- Files affected:
packages/libnice:
libnice.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: packages/libnice/libnice.spec
diff -u packages/libnice/libnice.spec:1.10 packages/libnice/libnice.spec:1.11
--- packages/libnice/libnice.spec:1.10 Mon Jan 24 15:52:11 2011
+++ packages/libnice/libnice.spec Sat Feb 5 16:20:14 2011
@@ -1,9 +1,10 @@
# $Revision$, $Date$
-Summary: The GLib ICE implementation
+Summary: The GLib ICE (Interactive Connectivity Establishment) implementation
+Summary(pl.UTF-8): Implementacja ICE (Interactive Connectivity Establishment) oparta o GLib
Name: libnice
Version: 0.1.0
Release: 1
-License: LGPL v2 and MPL v1.1
+License: LGPL v2.1 or MPL v1.1
Group: Libraries
Source0: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
# Source0-md5: c077e2aa74c9afb4b4e157efc8a6ad9d
@@ -11,13 +12,14 @@
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: docbook-dtd412-xml
-BuildRequires: glib2-devel >= 1:2.10.0
+BuildRequires: glib2-devel >= 1:2.10
BuildRequires: gstreamer-devel >= 0.10.0
-BuildRequires: gstreamer-plugins-base-devel >= 0.10.0
BuildRequires: gtk-doc >= 1.9
BuildRequires: gupnp-igd-devel >= 0.1.2
BuildRequires: libtool
BuildRequires: pkgconfig
+Requires: glib2 >= 1:2.10
+Requires: gupnp-igd >= 0.1.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -32,12 +34,26 @@
Existing standards that use ICE include the Session Initiation
Protocol (SIP) and Jingle, XMPP extension for audio/video calls.
+%description -l pl.UTF-8
+libnice to implementacja standardu ICE (Interactive Connectivity
+Establishment) wg szkicu IETF. Udostępnia bibliotekę opartą na
+GLibie oraz elementy GStreamera.
+
+ICE służy aplikacjom chcącym tworzyć strumienie danych UDP
+peer-to-peer. Automatyzuje proces przechodzenia przez NAT i
+zabezpiecza przed pewnymi atakami.
+
+Istniejące standardy wykorzystujące ICE obejmują protokoły SIP
+(Session Initiation Protocol) oraz Jingle (rozszerzenie XMPP dla
+połączeń audio/video).
+
%package devel
Summary: Header files for libnice library
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libnice
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: glib2-devel >= 1:2.10.0
+Requires: glib2-devel >= 1:2.10
+Requires: gupnp-igd-devel >= 0.1.2
%description devel
Header files for libnice library.
@@ -81,6 +97,7 @@
%{__autoheader}
%{__automake}
%configure \
+ --disable-silent-rules \
--enable-gtk-doc \
--with-html-dir=%{_gtkdocdir}
@@ -102,7 +119,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/stunbdc
%attr(755,root,root) %{_bindir}/stund
%attr(755,root,root) %{_libdir}/libnice.so.*.*.*
@@ -131,6 +148,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2011/02/05 15:20:14 qboosh
+- pl
+- adjusted BRs and devel deps
+- disable silent-rules
+- package COPYING (just license notes)
+
Revision 1.10 2011/01/24 14:52:11 caleb
- Up to 0.1.0
- Bump so version
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libnice/libnice.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list