libproxy/libproxy.spec

245 lines
7.0 KiB
RPMSpec

Name: libproxy
Version: 0.4.12
Release: 1mamba
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
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
%if "%{stage1}" != "1"
BuildRequires: kdelibs-devel
%endif
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libdbus-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk2-devel
BuildRequires: libpango-devel
BuildRequires: libpython-devel
BuildRequires: libqt4-devel
BuildRequires: libsoup-devel
BuildRequires: libstdc++6-devel
BuildRequires: libwebkit-gtk-devel
BuildRequires: perl-devel
BuildRequires: pkg-config
## 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: Pythin binding for %{name}
Group: System/Libraries/Python
%description -n python-libproxy
%{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 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.
%prep
%setup -q
#%patch0 -p1
#%patch1 -p1
#%patch2 -p1
%build
#export NetworkManager_CFLAGS="-I/usr/include/NetworkManager `pkg-config --cflags --libs dbus-1`"
%cmake \
-DPERL_VENDORINSTALL=yes \
-DWITH_WEBKIT3=OFF \
-DWITH_WEBKIT=OFF \
-DLIBEXEC_INSTALL_DIR=%{_libexecdir}
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%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 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
%changelog
* 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