libproxy/libproxy.spec

316 lines
8.9 KiB
RPMSpec
Raw Normal View History

Name: libproxy
Version: 0.4.16
Release: 2mamba
Summary: A library that provides automatic proxy configuration management.
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://libproxy.googlecode.com
Source: https://github.com/libproxy/libproxy.git/%{version}/libproxy-%{version}.tar.bz2
Patch0: libproxy-0.4.7-gcc-4.7.patch
Patch1: libproxy-0.4.7-xulrunner.patch
Patch2: libproxy-0.4.11-kde-4.10.patch
Patch3: libproxy-0.4.16-upstream-fix-python-argtypes_must_be_a_sequence.patch
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libdbus-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libnm-devel
BuildRequires: libperl
BuildRequires: libstdc++6-devel
BuildRequires: perl-devel
BuildRequires: python3
## AUTOBUILDREQ-END
#%if "%{stage1}" != "1"
#BuildRequires: xulrunner-devel
#%endif
BuildRequires: glproto-devel
BuildRequires: libnm-devel
Provides: %{name}-mozjs
Obsoletes: %{name}-mozjs
Provides: %{name}-webkit
Obsoletes: %{name}-webkit
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
libproxy is a library that provides automatic proxy configuration management.
%package tools
Summary: A simple application using libproxy
Group: System/Tools
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
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.
%package -n python-libproxy
Summary: Python 2.7 binding for %{name}
Group: System/Libraries/Python
%description -n python-libproxy
%{summary}.
%package -n python-libproxy-py3
Summary: Python 3 binding for %{name}
Group: System/Libraries/Python
%description -n python-libproxy-py3
%{summary}.
%package -n python-libproxy-py36
Summary: Python 3.6 binding for %{name}
Group: System/Libraries/Python
%description -n python-libproxy-py36
%{summary}.
%package -n perl-Net-Libproxy
Summary: Perl binding for %{name}
Group: System/Libraries/Perl
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n perl-Net-Libproxy
%{summary}.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
libproxy is a library that provides automatic proxy configuration management.
This package contains static libraries and header files needed for development.
%package networkmanager
Summary: NetworkManager plugin for %{name}
Group: System/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description networkmanager
libproxy is a library that provides automatic proxy configuration management.
This package contains the plugin for NetworkManager.
%package pacrunner
Summary: Pacrunner plugin for %{name}
Group: System/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description pacrunner
libproxy is a library that provides automatic proxy configuration management.
This package contains the plugin for Pacrunner.
%package kde
Summary: KDE plugin for %{name}
Group: System/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description kde
libproxy is a library that provides automatic proxy configuration management.
This package contains the plugin for the KDE desktop enviroment.
%package gnome
Summary: Gnome plugin for %{name}
Group: System/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description gnome
libproxy is a library that provides automatic proxy configuration management.
This package contains the plugin for the GNOME desktop enviroment.
%package mozjs
Summary: Mozilla plugin for %{name}
Group: System/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description mozjs
libproxy is a library that provides automatic proxy configuration management.
This package contains the Mozilla plugin.
%package webkit
Summary: WebKit plugin for %{name}
Group: System/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description webkit
libproxy is a library that provides automatic proxy configuration management.
This package contains the Webkit plugin.
%debug_package
%prep
%setup -q
#%patch0 -p1
#%patch1 -p1
#%patch2 -p1
%patch3 -p1
%build
#export NetworkManager_CFLAGS="-I/usr/include/NetworkManager `pkg-config --cflags --libs dbus-1`"
%cmake -d build \
-DPERL_VENDORINSTALL=yes \
-DWITH_WEBKIT3=OFF \
-DWITH_WEBKIT=OFF \
-DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
-DPYTHON3_EXECUTABLE=%{__python3}
%make
cd ..
%ifnarch aarch64
%cmake -d build_py36 \
-DPERL_VENDORINSTALL=yes \
-DWITH_WEBKIT3=OFF \
-DWITH_WEBKIT=OFF \
-DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
-DPYTHON3_EXECUTABLE=%{__python36}
%make
%endif
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%ifnarch aarch64
%makeinstall -C build_py36
%endif
%makeinstall -C build
%ifarch x86_64 aarch64
mv %{buildroot}%{_prefix}/lib/python3* %{buildroot}%{_libdir}
%endif
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libproxy.so.*
#%{_libdir}/libmodman.so.*
%{_libexecdir}/pxgsettings
%doc AUTHORS COPYING
%files tools
%defattr(-,root,root)
%{_bindir}/proxy
%files -n python-libproxy
%defattr(-,root,root)
%{python_sitelib}/libproxy.py
%files -n python-libproxy-py3
%defattr(-,root,root)
%{python3_sitearch}/libproxy.py
%ifnarch aarch64
%files -n python-libproxy-py36
%defattr(-,root,root)
%{python36_sitearch}/libproxy.py
%endif
%files -n perl-Net-Libproxy
%defattr(-,root,root)
%{perl_vendorarch}/Net/Libproxy.pm
%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so
%files devel
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/libproxy.so
#%{_libdir}/libmodman.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/cmake/Modules/Findlibproxy.cmake
#%doc ChangeLog README
%files gnome
%defattr(-,root,root)
%{_libdir}/libproxy/%{version}/modules/config_gnome3.so
%if "%{stage1}" != "1"
#%files mozjs
#%defattr(-,root,root)
##%{_libdir}/libproxy/%{version}/modules/pacrunner_mozjs.so
#
#%files webkit
#%defattr(-,root,root)
##%{_libdir}/libproxy/%{version}/modules/pacrunner_webkit.so
%files kde
%defattr(-,root,root)
%{_libdir}/libproxy/%{version}/modules/config_kde.so
%endif
%files networkmanager
%defattr(-,root,root)
%{_libdir}/libproxy/%{version}/modules/network_networkmanager.so
%files pacrunner
%defattr(-,root,root)
%{_libdir}/libproxy/%{version}/modules/config_pacrunner.so
%changelog
* Mon Dec 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.16-2mamba
- added a patch to fix error in python module: TypeError: _argtypes_ must be a sequence of types
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 0.4.16-1mamba
- automatic version update by autodist
* Thu Jul 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.15-3mamba
- added python3 package
* Sun Mar 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.15-2mamba
- rebuilt with python 3.6 support
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 0.4.15-1mamba
- automatic version update by autodist
* Mon Oct 31 2016 Automatic Build System <autodist@mambasoft.it> 0.4.13-1mamba
- automatic version update by autodist
* Sat Feb 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.12-1mamba
- update to 0.4.12
* Tue Mar 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.11-4mamba
- package NetworkManager plugin apart
- disable link to webkit
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.11-3mamba
- rebuilt with python 2.7
* Mon Apr 22 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.11-2mamba
- added a patch to fix kde4 module when using recent kde versions
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 0.4.11-1mamba
- automatic version update by autodist
* Wed Nov 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.10-1mamba
- update to 0.4.10
* Sun Sep 02 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.7-1mamba
- update to 0.4.7
* Mon Oct 31 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.4.6-3mamba
- do not own %{_includedir}
- run ldconfig
- new subpackages python-libproxy and perl-Net-Libproxy
- buid perl module using the PERL_VENDORINSTALL=yes flag
- move %{_bindir}/proxy to libproxy-tools
* Sun Sep 04 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.6-2mamba
- added -mozjs and -webkit subpackages
* Wed Dec 15 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.6-1mamba
- update to 0.4.6
* Sun Mar 22 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.3-1mamba
- package created by autospec