forked from pool/libproxy
Refix branch
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=54
This commit is contained in:
parent
e23b109a28
commit
bc079ecdd2
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libproxy (Version 0.4.6)
|
# spec file for package libproxy-plugins (Version 0.4.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define build_core_not_modules 0
|
%define build_core_not_modules 0
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%define have_mono 1
|
%define have_mono 1
|
||||||
@ -48,7 +49,7 @@ Source: http://libproxy.googlecode.com/files/%{_sourcename}.tar.bz2
|
|||||||
# Script used for automatic snapshot updates
|
# Script used for automatic snapshot updates
|
||||||
Source98: update-from-svn.sh
|
Source98: update-from-svn.sh
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
License: LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -181,6 +182,7 @@ libproxy offers the following features: * extremely small core
|
|||||||
* a standard way of dealing with proxy settings across all scenarios
|
* a standard way of dealing with proxy settings across all scenarios
|
||||||
|
|
||||||
%if 0%{?have_mono}
|
%if 0%{?have_mono}
|
||||||
|
|
||||||
%package -n libproxy-sharp
|
%package -n libproxy-sharp
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Summary: .Net bindings for libproxy
|
Summary: .Net bindings for libproxy
|
||||||
@ -405,6 +407,7 @@ make test
|
|||||||
%{python_sitelib}/*.py
|
%{python_sitelib}/*.py
|
||||||
|
|
||||||
%if 0%{?have_mono}
|
%if 0%{?have_mono}
|
||||||
|
|
||||||
%files -n libproxy-sharp
|
%files -n libproxy-sharp
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_assemblies_dir}/gac/libproxy-sharp
|
%{_assemblies_dir}/gac/libproxy-sharp
|
||||||
@ -412,6 +415,7 @@ make test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if ! 0%{?windows}
|
%if ! 0%{?windows}
|
||||||
|
|
||||||
%files -n perl-Net-Libproxy
|
%files -n perl-Net-Libproxy
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{perl_vendorarch}/Net
|
%dir %{perl_vendorarch}/Net
|
||||||
@ -423,6 +427,7 @@ make test
|
|||||||
%else
|
%else
|
||||||
|
|
||||||
%if ! 0%{?windows}
|
%if ! 0%{?windows}
|
||||||
|
|
||||||
%files -n libproxy1-config-kde4
|
%files -n libproxy1-config-kde4
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libproxy-%{version}/modules/config_kde4.so
|
%{_libdir}/libproxy-%{version}/modules/config_kde4.so
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define build_core_not_modules 1
|
%define build_core_not_modules 1
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%define have_mono 1
|
%define have_mono 1
|
||||||
@ -48,7 +49,7 @@ Source: http://libproxy.googlecode.com/files/%{_sourcename}.tar.bz2
|
|||||||
# Script used for automatic snapshot updates
|
# Script used for automatic snapshot updates
|
||||||
Source98: update-from-svn.sh
|
Source98: update-from-svn.sh
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
License: LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -181,6 +182,7 @@ libproxy offers the following features: * extremely small core
|
|||||||
* a standard way of dealing with proxy settings across all scenarios
|
* a standard way of dealing with proxy settings across all scenarios
|
||||||
|
|
||||||
%if 0%{?have_mono}
|
%if 0%{?have_mono}
|
||||||
|
|
||||||
%package -n libproxy-sharp
|
%package -n libproxy-sharp
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Summary: .Net bindings for libproxy
|
Summary: .Net bindings for libproxy
|
||||||
@ -405,6 +407,7 @@ make test
|
|||||||
%{python_sitelib}/*.py
|
%{python_sitelib}/*.py
|
||||||
|
|
||||||
%if 0%{?have_mono}
|
%if 0%{?have_mono}
|
||||||
|
|
||||||
%files -n libproxy-sharp
|
%files -n libproxy-sharp
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_assemblies_dir}/gac/libproxy-sharp
|
%{_assemblies_dir}/gac/libproxy-sharp
|
||||||
@ -412,6 +415,7 @@ make test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if ! 0%{?windows}
|
%if ! 0%{?windows}
|
||||||
|
|
||||||
%files -n perl-Net-Libproxy
|
%files -n perl-Net-Libproxy
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{perl_vendorarch}/Net
|
%dir %{perl_vendorarch}/Net
|
||||||
@ -423,6 +427,7 @@ make test
|
|||||||
%else
|
%else
|
||||||
|
|
||||||
%if ! 0%{?windows}
|
%if ! 0%{?windows}
|
||||||
|
|
||||||
%files -n libproxy1-config-kde4
|
%files -n libproxy1-config-kde4
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libproxy-%{version}/modules/config_kde4.so
|
%{_libdir}/libproxy-%{version}/modules/config_kde4.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user