This commit is contained in:
parent
f4960a8589
commit
5e1ff32e6c
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
libproxy0
|
@ -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
|
||||
|
||||
|
100
libproxy.spec
100
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user