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
|
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
|
Group: System/Libraries
|
||||||
Summary: libproxy is a library that provides automatic proxy configuration management
|
Summary: libproxy is a library that provides automatic proxy configuration management
|
||||||
Version: 0.2.3
|
Version: 0.2.3
|
||||||
Release: 2
|
Release: 3
|
||||||
Source: http://libproxy.googlecode.com/files/%{name}-%{version}.tar.bz2
|
Source: http://libproxy.googlecode.com/files/%{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-%{version}-dbus.diff
|
Patch0: %{name}-%{version}-dbus.diff
|
||||||
Patch1: %{name}-svn-277.patch
|
Patch1: %{name}-svn-277.patch
|
||||||
@ -63,22 +63,14 @@ Authors:
|
|||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
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
|
Group: System/Libraries
|
||||||
Requires: %{name}0 = %{version}
|
Requires: %{name}0 = %{version}
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
libproxy offers the following features: * extremely small core
|
A simple application that will use libproxy to give the results you can
|
||||||
footprint (< 35K)
|
expect from other applications. It can be used to debug what would
|
||||||
|
happen in various cases.
|
||||||
* 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -89,7 +81,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}0 = %{version}
|
Requires: %{name}0 = %{version}
|
||||||
|
|
||||||
@ -140,23 +132,14 @@ Authors:
|
|||||||
|
|
||||||
%package -n libproxy-gnome
|
%package -n libproxy-gnome
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
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
|
Group: System/Libraries
|
||||||
Requires: %{name}0 = %{version}
|
Requires: %{name}0 = %{version}
|
||||||
Supplements: packageand(%{name}0:gconf2)
|
Supplements: packageand(%{name}0:gconf2)
|
||||||
|
|
||||||
%description -n libproxy-gnome
|
%description -n libproxy-gnome
|
||||||
libproxy offers the following features: * extremely small core
|
A plugin to extend libproxy with capabilities to query GNOME about
|
||||||
footprint (< 35K)
|
proxy settings.
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -167,23 +150,14 @@ Authors:
|
|||||||
|
|
||||||
%package -n libproxy-kde
|
%package -n libproxy-kde
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
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
|
Group: System/Libraries
|
||||||
Requires: %{name}0 = %{version}
|
Requires: %{name}0 = %{version}
|
||||||
Supplements: packageand(%{name}0:libkde4)
|
Supplements: packageand(%{name}0:libkde4)
|
||||||
|
|
||||||
%description -n libproxy-kde
|
%description -n libproxy-kde
|
||||||
libproxy offers the following features: * extremely small core
|
A plugin to extend libproxy with capabilities to query KDE about proxy
|
||||||
footprint (< 35K)
|
settings.
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -194,23 +168,14 @@ Authors:
|
|||||||
|
|
||||||
%package -n libproxy-mozjs
|
%package -n libproxy-mozjs
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
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
|
Group: System/Libraries
|
||||||
Requires: %{name}0 = %{version}
|
Requires: %{name}0 = %{version}
|
||||||
Supplements: packageand(%{name}0:firefox)
|
Supplements: packageand(%{name}0:firefox)
|
||||||
|
|
||||||
%description -n libproxy-mozjs
|
%description -n libproxy-mozjs
|
||||||
libproxy offers the following features: * extremely small core
|
A plugin to extend libproxy with capabilities to pass addresses to a
|
||||||
footprint (< 35K)
|
WPAD/PAC script and have it find the correct proxy.
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -221,23 +186,14 @@ Authors:
|
|||||||
|
|
||||||
%package -n libproxy-webkit
|
%package -n libproxy-webkit
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
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
|
Group: System/Libraries
|
||||||
Requires: %{name}0 = %{version}
|
Requires: %{name}0 = %{version}
|
||||||
Supplements: packageand(%{name}0:libwebkit-1)
|
Supplements: packageand(%{name}0:libwebkit-1)
|
||||||
|
|
||||||
%description -n libproxy-webkit
|
%description -n libproxy-webkit
|
||||||
libproxy offers the following features: * extremely small core
|
A plugin to extend libproxy with capabilities to pass addresses to a
|
||||||
footprint (< 35K)
|
WPAD/PAC script and have it find the correct proxy.
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -248,23 +204,14 @@ Authors:
|
|||||||
|
|
||||||
%package -n libproxy-networkmanager
|
%package -n libproxy-networkmanager
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
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
|
Group: System/Libraries
|
||||||
Requires: %{name}0 = %{version}
|
Requires: %{name}0 = %{version}
|
||||||
Supplements: packageand(%{name}0:NetworkManager)
|
Supplements: packageand(%{name}0:NetworkManager)
|
||||||
|
|
||||||
%description -n libproxy-networkmanager
|
%description -n libproxy-networkmanager
|
||||||
libproxy offers the following features: * extremely small core
|
A plugin to extend libproxy with capabilities to query NetworkManager
|
||||||
footprint (< 35K)
|
about proxy settings.
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -275,7 +222,7 @@ Authors:
|
|||||||
|
|
||||||
%package -n python-libproxy
|
%package -n python-libproxy
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
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
|
Group: System/Libraries
|
||||||
Requires: %{name}0 = %{version}
|
Requires: %{name}0 = %{version}
|
||||||
Requires: python
|
Requires: python
|
||||||
@ -362,6 +309,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
|||||||
%{py_sitedir}/%{name}.py
|
%{py_sitedir}/%{name}.py
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 06 2009 vuntz@novell.com
|
||||||
- Add missing Requires on libproxy0 for the subpackages.
|
- Add missing Requires on libproxy0 for the subpackages.
|
||||||
* Tue Feb 03 2009 hfiguiere@suse.de
|
* Tue Feb 03 2009 hfiguiere@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user