2009-02-13 04:41:31 +01:00
|
|
|
#
|
2024-02-28 18:14:51 +01:00
|
|
|
# spec file for package libproxy
|
2009-02-13 04:41:31 +01:00
|
|
|
#
|
2024-02-28 18:14:51 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2009-02-13 04:41:31 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-05 18:01:49 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2009-02-13 04:41:31 +01:00
|
|
|
#
|
|
|
|
|
2010-09-03 15:25:33 +02:00
|
|
|
|
2018-12-13 06:37:21 +01:00
|
|
|
%define flavor @BUILD_FLAVOR@%nil
|
|
|
|
%if "%{flavor}" == ""
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
ExclusiveArch: do-not-build
|
2024-03-19 10:16:16 +01:00
|
|
|
%else
|
|
|
|
%if "%{flavor}" == "client"
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%define name_suffix %{flavor}
|
|
|
|
%define dash -
|
2023-08-23 15:32:33 +02:00
|
|
|
%define mini -mini
|
2018-12-13 06:37:21 +01:00
|
|
|
%else
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%define name_suffix %{flavor}
|
|
|
|
%define dash -
|
2011-11-03 20:20:41 +01:00
|
|
|
%endif
|
2024-03-19 10:16:16 +01:00
|
|
|
%endif
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
|
2009-04-24 02:55:32 +02:00
|
|
|
%define _name libproxy
|
2018-12-13 06:37:21 +01:00
|
|
|
Name: libproxy%{?dash}%{?name_suffix}
|
2024-04-02 14:30:00 +02:00
|
|
|
Version: 0.5.4
|
2017-08-31 09:45:51 +02:00
|
|
|
Release: 0
|
2017-09-08 17:04:45 +02:00
|
|
|
Summary: Automatic proxy configuration management for applications
|
2018-07-08 05:59:03 +02:00
|
|
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
2017-09-08 17:04:45 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2018-10-05 18:01:49 +02:00
|
|
|
URL: http://libproxy.github.io/libproxy/
|
2024-04-02 14:30:00 +02:00
|
|
|
Source: %{_name}-%{version}.tar.zst
|
2010-02-19 16:32:14 +01:00
|
|
|
Source99: baselibs.conf
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: sysuser-tools
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
2023-08-23 15:32:33 +02:00
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%if "%{flavor}" == "backend"
|
2022-07-07 09:26:00 +02:00
|
|
|
BuildRequires: pkgconfig(duktape)
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
BuildRequires: pkgconfig(gi-docgen)
|
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|
|
|
BuildRequires: pkgconfig(libcurl)
|
|
|
|
#!BuildIgnore: libproxy1
|
|
|
|
# We require a config module, at worst the env reader
|
|
|
|
Requires: PxPlugin(config)
|
|
|
|
# the env reader is part of this package
|
|
|
|
Provides: PxPlugin(config)
|
|
|
|
# If pac/wpad is used, we need to interpret it
|
|
|
|
Recommends: PxPlugin(pacrunner)
|
|
|
|
# config plugins envvar and sysconfig are shipped with the daemon
|
|
|
|
Provides: PxPlugin(config)
|
2013-08-07 13:33:48 +02:00
|
|
|
%endif
|
2010-03-05 02:14:28 +01:00
|
|
|
|
2009-02-13 04:41:31 +01:00
|
|
|
%description
|
2017-09-08 17:04:45 +02:00
|
|
|
libproxy is a library that provides automatic proxy configuration
|
|
|
|
management.
|
2009-02-13 04:41:31 +01:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%package -n libproxy-tools
|
2017-09-08 17:04:45 +02:00
|
|
|
Summary: An example application using libproxy
|
2009-02-13 04:41:31 +01:00
|
|
|
Group: System/Libraries
|
2010-03-05 02:14:28 +01:00
|
|
|
Requires: libproxy1 = %{version}
|
2009-02-13 04:41:31 +01:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%description -n libproxy-tools
|
2017-09-08 17:04:45 +02:00
|
|
|
An example application that will use libproxy to give the results that can
|
|
|
|
be expected from other applications. It can be used to debug what would
|
2009-02-16 18:41:52 +01:00
|
|
|
happen in various cases.
|
2009-02-13 04:41:31 +01:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%package -n libproxy-devel
|
2017-09-08 17:04:45 +02:00
|
|
|
Summary: Development files for libproxy, a library to do PAC/WPAD
|
2009-02-13 04:41:31 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2010-03-05 02:14:28 +01:00
|
|
|
Requires: libproxy1 = %{version}
|
2009-02-13 04:41:31 +01:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%description -n libproxy-devel
|
2017-09-08 17:04:45 +02:00
|
|
|
libproxy is a library that provides automatic proxy configuration
|
|
|
|
management.
|
2009-02-13 04:41:31 +01:00
|
|
|
|
2017-09-08 17:04:45 +02:00
|
|
|
This subpackage contains header files for developing applications
|
|
|
|
that want to make use of libproxy.
|
2009-02-13 04:41:31 +01:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%package -n libproxy-devel-doc
|
|
|
|
Summary: Libproxy developers documentation
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n libproxy-devel-doc
|
|
|
|
The developers documentation to libproxy (consumer library)
|
|
|
|
|
2010-03-05 02:14:28 +01:00
|
|
|
%package -n libproxy1
|
2017-09-08 17:04:45 +02:00
|
|
|
Summary: Automatic proxy configuration management for applications
|
2009-02-13 04:41:31 +01:00
|
|
|
Group: System/Libraries
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
# Starting with version 0.5.0, libproxy, the client library, has no plugins
|
|
|
|
# all plugins are moved to the backend
|
|
|
|
Obsoletes: libproxy1-config-gnome3 < 0.5
|
|
|
|
Obsoletes: libproxy1-config-kde < 0.5
|
|
|
|
Obsoletes: libproxy1-networkmanager < 0.5
|
|
|
|
Obsoletes: libproxy1-pacrunner-duktape < 0.5
|
|
|
|
Obsoletes: libproxy1-pacrunner-webkit < 0.5
|
2009-02-13 04:41:31 +01:00
|
|
|
|
2010-03-05 02:14:28 +01:00
|
|
|
%description -n libproxy1
|
2017-09-08 17:04:45 +02:00
|
|
|
libproxy is a library that provides automatic proxy configuration
|
|
|
|
management.
|
2009-02-13 04:41:31 +01:00
|
|
|
|
2017-09-08 17:04:45 +02:00
|
|
|
Proxy autoconfiguration (PAC) requires JavaScript (which most
|
|
|
|
applications do not have), and determing the PAC script location
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
requires a WPAD protocol implementation, which complicates proxy
|
2017-09-08 17:04:45 +02:00
|
|
|
support. libproxy exists to abstract this issue and provides
|
|
|
|
an answer how to reach a certain network resource.
|
2009-02-13 04:41:31 +01:00
|
|
|
|
2023-08-23 15:32:33 +02:00
|
|
|
%package -n libpxbackend-1_0%{?mini}
|
|
|
|
Summary: Backend library for libproxy, handles plugin loading
|
2009-02-13 04:41:31 +01:00
|
|
|
Group: System/Libraries
|
2023-08-23 15:32:33 +02:00
|
|
|
%if "%{flavor}" == "client"
|
|
|
|
Conflicts: libpxbackend-1_0
|
|
|
|
Requires: this-is-only-for-build-envs
|
|
|
|
%endif
|
2016-09-08 23:24:49 +02:00
|
|
|
|
2023-08-23 15:32:33 +02:00
|
|
|
%description -n libpxbackend-1_0%{?mini}
|
2017-09-08 17:04:45 +02:00
|
|
|
libproxy is a library that provides automatic proxy configuration
|
|
|
|
management.
|
2013-08-07 13:33:48 +02:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
Proxy autoconfiguration (PAC) requires JavaScript (which most
|
|
|
|
applications do not have), and determing the PAC script location
|
|
|
|
requires a WPAD protocol implementation, which complicates proxy
|
|
|
|
support. libproxy exists to abstract this issue and provides
|
|
|
|
an answer how to reach a certain network resource.
|
2013-08-07 13:33:48 +02:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%package -n typelib-1_0-Libproxy-1_0
|
|
|
|
Summary: Gobject introspected access to libproxy
|
2017-09-08 17:04:45 +02:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%description -n typelib-1_0-Libproxy-1_0
|
|
|
|
Libproxy is using gobject-introspection and is thus usable
|
|
|
|
from a wide range of programming languages.
|
2009-02-13 04:41:31 +01:00
|
|
|
|
|
|
|
%prep
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%autosetup -p1 -n %{_name}-%{version}
|
2009-02-13 04:41:31 +01:00
|
|
|
|
|
|
|
%build
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%meson \
|
|
|
|
%if "%{flavor}" == "client"
|
|
|
|
-Dcurl=false \
|
|
|
|
-Dconfig-gnome=false \
|
|
|
|
-Dpacrunner-duktape=false \
|
|
|
|
-Ddocs=false \
|
|
|
|
-Dtests=false \
|
2010-08-24 17:43:14 +02:00
|
|
|
%endif
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%nil
|
|
|
|
%meson_build
|
2009-02-13 04:41:31 +01:00
|
|
|
|
|
|
|
%install
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%meson_install
|
2010-08-24 17:43:14 +02:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%if "%{flavor}" == "backend"
|
|
|
|
# this stuff is already shipped as part of the client library (built without cURL to break cycles)
|
|
|
|
rm %{buildroot}%{_bindir}/proxy
|
|
|
|
rm %{buildroot}%{_mandir}/man8/proxy*
|
|
|
|
rm %{buildroot}%{_libdir}/libproxy.so*
|
|
|
|
rm %{buildroot}%{_libdir}/girepository-1.0/Libproxy*.typelib
|
|
|
|
rm -rf %{buildroot}%{_includedir}/libproxy
|
|
|
|
rm -rf %{buildroot}%{_datadir}/gir-1.0
|
|
|
|
rm -rf %{buildroot}%{_datadir}/vala
|
|
|
|
rm %{buildroot}%{_libdir}/pkgconfig/libproxy-1.0.pc
|
2009-04-24 02:55:32 +02:00
|
|
|
%endif
|
2010-08-24 17:43:14 +02:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%if "%{flavor}" == "backend"
|
2010-08-24 17:43:14 +02:00
|
|
|
%check
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%meson_test ||:
|
2010-08-24 17:43:14 +02:00
|
|
|
%endif
|
2009-02-13 04:41:31 +01:00
|
|
|
|
2023-08-23 15:32:33 +02:00
|
|
|
%ldconfig_scriptlets -n libpxbackend-1_0%{?mini}
|
2009-08-17 14:32:29 +02:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%if "%{flavor}" == "client"
|
|
|
|
%ldconfig_scriptlets -n libproxy1
|
|
|
|
%endif
|
2020-12-29 14:02:44 +01:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%if "%{flavor}" == "client"
|
|
|
|
%files -n libproxy1
|
2024-04-02 14:30:00 +02:00
|
|
|
%{_libdir}/libproxy.so.*
|
2009-02-13 04:41:31 +01:00
|
|
|
|
2023-08-23 15:32:33 +02:00
|
|
|
%files -n libpxbackend-1_0%{?mini}
|
|
|
|
%dir %{_libdir}/libproxy
|
|
|
|
%{_libdir}/libproxy/libpxbackend-1.0.so
|
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%files -n libproxy-tools
|
|
|
|
%{_bindir}/proxy
|
|
|
|
%{_mandir}/man8/proxy.8%{?ext_man}
|
2022-07-07 09:26:00 +02:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%files -n typelib-1_0-Libproxy-1_0
|
|
|
|
%{_libdir}/girepository-1.0/Libproxy-1.0.typelib
|
2009-02-13 04:41:31 +01:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%files -n libproxy-devel
|
|
|
|
%{_datadir}/gir-1.0/Libproxy-1.0.gir
|
|
|
|
%dir %{_datadir}/vala/vapi
|
|
|
|
%{_datadir}/vala/vapi/libproxy-1.0.*
|
|
|
|
%{_includedir}/libproxy/
|
|
|
|
%{_libdir}/libproxy.so
|
|
|
|
%{_libdir}/pkgconfig/libproxy-1.0.pc
|
2010-08-24 17:43:14 +02:00
|
|
|
%endif
|
2013-08-07 13:33:48 +02:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%if "%{flavor}" == "backend"
|
|
|
|
%files -n libpxbackend-1_0
|
|
|
|
%dir %{_libdir}/libproxy
|
|
|
|
%{_libdir}/libproxy/libpxbackend-1.0.so
|
2013-08-07 13:33:48 +02:00
|
|
|
|
Accepting request 1090471 from home:dimstar:Factory
- Update to version 0.5.1:
+ Guard PxManager test with pacrunner-duktape option.
+ Install libpxbackend into pkglibdir.
+ Move glib2 inclusion out of c++ protection.
+ Replace libsoup with glib socket service functions.
+ Use glib-object header instead of gio.
+ Fix libproxy rpath.
+ Draft: Improve ignore checks.
- Update to version 0.5.0:
+ Complete rewrite, now actively maintained by Volkswagen.
- Drop libproxy-perl-cflags.patch: no longer applicable as the
bindings were ported to gobject-introspection.
- Adjusted build dependencies:
+ Dropped cmake, gcc-c++, netcfg, pkgconfig, zlib-devel,
NetworkManager-devel, dbus-1-devel, perl, python-rpm-macros,
python3-devel, python-devel, pkgconfig(gio-2.0) >= 2.26,
pkgconfig(gobject-2.0), pkgconfig(javascriptcoregtk-4.0),
libKF5ConfigCore5, pkgconfig(mozjs-38), mono-devel.
+ Added meson, sysuser-tools, vala, pkgconfig(glib-2.0),
pkgconfig(libpeas-1.0), pkgconfig(gi-docgen),
pkgconfig(gsettings-desktop-schemas), pkgconfig(libcurl),
pkgconfig(libsoup-3.0).
- Change multibuild flavors to build a client library
(libproxy.so.1 plus consumer include files) and a backend flavor
(pxbackend, linked against cURL, duktape; the lib doing the
actual work. The split is needed to break up build cycles with
curl).
- Drop no longer existing subpackages libproxy1-config-kde,
libproxy1-config-gnome3, libproxy1-config-pacrunner,
OBS-URL: https://build.opensuse.org/request/show/1090471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=164
2023-06-06 22:44:49 +02:00
|
|
|
%files -n libproxy-devel-doc
|
|
|
|
%{_datadir}/doc/libproxy-1.0
|
Accepting request 124317 from home:dimstar:branches:GNOME:Factory
- Add libproxy-force-bipr.patch: Force building pacrunner as module
This is required as libproxy, when building only one pacrunner,
links the module internal. But as we only temporarly disable
the mozjs, we do need to keep the webkit runner as an external
module.
- Also pass -DBIPR=0 to cmake, to enable the patch above.
- Temporaryly disable the mozjs pacrunner: it casues crashes due
to symbol conflicts in Firefox (bnc#759123):
+ Introduce build_mozjs defnies, currently set to 0
+ Conditionally build the pacrunner-mozjs package
+ conditionally buildrequire pkgconfig(mozjs185)
+ When not building mozjs pacrunner, obsolete the package by
libproxy1.
- Add libproxy-force-bipr.patch: Force building pacrunner as module
This is required as libproxy, when building only one pacrunner,
links the module internal. But as we only temporarly disable
the mozjs, we do need to keep the webkit runner as an external
module.
- Also pass -DBIPR=0 to cmake, to enable the patch above.
- Temporaryly disable the mozjs pacrunner: it casues crashes due
to symbol conflicts in Firefox (bnc#759123):
+ Introduce build_mozjs defnies, currently set to 0
+ Conditionally build the pacrunner-mozjs package
+ conditionally buildrequire pkgconfig(mozjs185)
+ When not building mozjs pacrunner, obsolete the package by
libproxy1.
OBS-URL: https://build.opensuse.org/request/show/124317
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=78
2012-06-09 16:22:53 +02:00
|
|
|
%endif
|
2009-02-13 04:41:31 +01:00
|
|
|
|
|
|
|
%changelog
|