From 5e1ff32e6c07e55ae143afadffce01ce752ca8ad40b2b5ee91d9a86a9cb642d4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 16 Feb 2009 17:41:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libproxy?expand=0&rev=2 --- baselibs.conf | 1 + libproxy.changes | 6 +++ libproxy.spec | 100 ++++++++++++----------------------------------- 3 files changed, 32 insertions(+), 75 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..dbe9e06 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libproxy0 diff --git a/libproxy.changes b/libproxy.changes index 076535e..a27f454 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 16 16:11:13 CET 2009 - ro@suse.de + +- added baselibs.conf + (libproxy0-32bit needed by libsoup-2_4-1-32bit) + ------------------------------------------------------------------- Fri Feb 6 01:40:56 CET 2009 - vuntz@novell.com diff --git a/libproxy.spec b/libproxy.spec index d064d4a..39b89aa 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -23,7 +23,7 @@ Name: libproxy Group: System/Libraries Summary: libproxy is a library that provides automatic proxy configuration management Version: 0.2.3 -Release: 2 +Release: 3 Source: http://libproxy.googlecode.com/files/%{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-dbus.diff Patch1: %{name}-svn-277.patch @@ -63,22 +63,14 @@ Authors: %package tools License: GPL v2 or later; LGPL v2.1 or later -Summary: libproxy is a library that provides automatic proxy configuration management +Summary: A simple application using libproxy Group: System/Libraries Requires: %{name}0 = %{version} %description tools -libproxy offers the following features: * extremely small core - footprint (< 35K) - -* no external dependencies within libproxy core (libproxy plugins - may have dependencies) - -* only 3 functions in the stable external API - -* dynamic adjustment to changing network topology - -* a standard way of dealing with proxy settings across all scenarios +A simple application that will use libproxy to give the results you can +expect from other applications. It can be used to debug what would +happen in various cases. @@ -89,7 +81,7 @@ Authors: %package devel License: GPL v2 or later; LGPL v2.1 or later -Summary: libproxy is a library that provides automatic proxy configuration management +Summary: libproxy is a library that provides automatic proxy configuration management - development files Group: Development/Libraries/C and C++ Requires: %{name}0 = %{version} @@ -140,23 +132,14 @@ Authors: %package -n libproxy-gnome License: GPL v2 or later; LGPL v2.1 or later -Summary: libproxy is a library that provides automatic proxy configuration management +Summary: Libproxy plugin for GNOME configuration Group: System/Libraries Requires: %{name}0 = %{version} Supplements: packageand(%{name}0:gconf2) %description -n libproxy-gnome -libproxy offers the following features: * extremely small core - footprint (< 35K) - -* no external dependencies within libproxy core (libproxy plugins - may have dependencies) - -* only 3 functions in the stable external API - -* dynamic adjustment to changing network topology - -* a standard way of dealing with proxy settings across all scenarios +A plugin to extend libproxy with capabilities to query GNOME about +proxy settings. @@ -167,23 +150,14 @@ Authors: %package -n libproxy-kde License: GPL v2 or later; LGPL v2.1 or later -Summary: libproxy is a library that provides automatic proxy configuration management +Summary: Libproxy plugin for KDE configuration Group: System/Libraries Requires: %{name}0 = %{version} Supplements: packageand(%{name}0:libkde4) %description -n libproxy-kde -libproxy offers the following features: * extremely small core - footprint (< 35K) - -* no external dependencies within libproxy core (libproxy plugins - may have dependencies) - -* only 3 functions in the stable external API - -* dynamic adjustment to changing network topology - -* a standard way of dealing with proxy settings across all scenarios +A plugin to extend libproxy with capabilities to query KDE about proxy +settings. @@ -194,23 +168,14 @@ Authors: %package -n libproxy-mozjs License: GPL v2 or later; LGPL v2.1 or later -Summary: libproxy is a library that provides automatic proxy configuration management +Summary: Libproxy plugin to support wpad/pac parsing via Mozilla JavaScript Engine Group: System/Libraries Requires: %{name}0 = %{version} Supplements: packageand(%{name}0:firefox) %description -n libproxy-mozjs -libproxy offers the following features: * extremely small core - footprint (< 35K) - -* no external dependencies within libproxy core (libproxy plugins - may have dependencies) - -* only 3 functions in the stable external API - -* dynamic adjustment to changing network topology - -* a standard way of dealing with proxy settings across all scenarios +A plugin to extend libproxy with capabilities to pass addresses to a +WPAD/PAC script and have it find the correct proxy. @@ -221,23 +186,14 @@ Authors: %package -n libproxy-webkit License: GPL v2 or later; LGPL v2.1 or later -Summary: libproxy is a library that provides automatic proxy configuration management +Summary: Libproxy plugin to support WPAD/PAC parsing via WebKit JavaScript Engine Group: System/Libraries Requires: %{name}0 = %{version} Supplements: packageand(%{name}0:libwebkit-1) %description -n libproxy-webkit -libproxy offers the following features: * extremely small core - footprint (< 35K) - -* no external dependencies within libproxy core (libproxy plugins - may have dependencies) - -* only 3 functions in the stable external API - -* dynamic adjustment to changing network topology - -* a standard way of dealing with proxy settings across all scenarios +A plugin to extend libproxy with capabilities to pass addresses to a +WPAD/PAC script and have it find the correct proxy. @@ -248,23 +204,14 @@ Authors: %package -n libproxy-networkmanager License: GPL v2 or later; LGPL v2.1 or later -Summary: libproxy is a library that provides automatic proxy configuration management +Summary: Libproxy plugin for NetworkManager configuration Group: System/Libraries Requires: %{name}0 = %{version} Supplements: packageand(%{name}0:NetworkManager) %description -n libproxy-networkmanager -libproxy offers the following features: * extremely small core - footprint (< 35K) - -* no external dependencies within libproxy core (libproxy plugins - may have dependencies) - -* only 3 functions in the stable external API - -* dynamic adjustment to changing network topology - -* a standard way of dealing with proxy settings across all scenarios +A plugin to extend libproxy with capabilities to query NetworkManager +about proxy settings. @@ -275,7 +222,7 @@ Authors: %package -n python-libproxy License: GPL v2 or later; LGPL v2.1 or later -Summary: libproxy is a library that provides automatic proxy configuration management +Summary: Python bindings for libproxy Group: System/Libraries Requires: %{name}0 = %{version} Requires: python @@ -362,6 +309,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la %{py_sitedir}/%{name}.py %changelog +* Mon Feb 16 2009 ro@suse.de +- added baselibs.conf + (libproxy0-32bit needed by libsoup-2_4-1-32bit) * Fri Feb 06 2009 vuntz@novell.com - Add missing Requires on libproxy0 for the subpackages. * Tue Feb 03 2009 hfiguiere@suse.de