package NetworkManager plugin apart

disable link to webkit [release 0.4.11-4mamba;Tue Mar 10 2015]
This commit is contained in:
Silvan Calarco 2024-01-06 05:27:17 +01:00
parent c8fff77fcb
commit f36ceb06a4

View File

@ -1,6 +1,6 @@
Name: libproxy Name: libproxy
Version: 0.4.11 Version: 0.4.11
Release: 3mamba Release: 4mamba
Summary: A library that provides automatic proxy configuration management. Summary: A library that provides automatic proxy configuration management.
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -80,8 +80,16 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
libproxy is a library that provides automatic proxy configuration management. libproxy is a library that provides automatic proxy configuration management.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need 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 %package kde
Summary: KDE plugin for %{name} Summary: KDE plugin for %{name}
@ -90,7 +98,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description kde %description kde
libproxy is a library that provides automatic proxy configuration management. libproxy is a library that provides automatic proxy configuration management.
This package contains the plugin for the KDE desktop enviroment. This package contains the plugin for the KDE desktop enviroment.
%package gnome %package gnome
@ -100,8 +107,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description gnome %description gnome
libproxy is a library that provides automatic proxy configuration management. libproxy is a library that provides automatic proxy configuration management.
This package contains the plugin for the GNOME desktop enviroment.
This package contains the plugin for the KDE desktop enviroment.
%package mozjs %package mozjs
Summary: Mozilla plugin for %{name} Summary: Mozilla plugin for %{name}
@ -110,8 +116,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description mozjs %description mozjs
libproxy is a library that provides automatic proxy configuration management. libproxy is a library that provides automatic proxy configuration management.
This package contains the Mozilla plugin.
This package contains the mozilla plugin.
%package webkit %package webkit
Summary: WebKit plugin for %{name} Summary: WebKit plugin for %{name}
@ -120,6 +125,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description webkit %description webkit
libproxy is a library that provides automatic proxy configuration management. libproxy is a library that provides automatic proxy configuration management.
This package contains the Webkit plugin.
%prep %prep
%setup -q %setup -q
@ -131,6 +137,8 @@ libproxy is a library that provides automatic proxy configuration management.
#export NetworkManager_CFLAGS="-I/usr/include/NetworkManager `pkg-config --cflags --libs dbus-1`" #export NetworkManager_CFLAGS="-I/usr/include/NetworkManager `pkg-config --cflags --libs dbus-1`"
%cmake \ %cmake \
-DPERL_VENDORINSTALL=yes \ -DPERL_VENDORINSTALL=yes \
-DWITH_WEBKIT3=OFF \
-DWITH_WEBKIT=OFF \
-DLIBEXEC_INSTALL_DIR=%{_libexecdir} -DLIBEXEC_INSTALL_DIR=%{_libexecdir}
%make %make
@ -149,7 +157,6 @@ libproxy is a library that provides automatic proxy configuration management.
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libproxy.so.* %{_libdir}/libproxy.so.*
#%{_libdir}/libmodman.so.* #%{_libdir}/libmodman.so.*
%{_libdir}/libproxy/%{version}/modules/network_networkmanager.so
%{_libexecdir}/pxgsettings %{_libexecdir}/pxgsettings
%doc AUTHORS COPYING %doc AUTHORS COPYING
@ -159,7 +166,7 @@ libproxy is a library that provides automatic proxy configuration management.
%files -n python-libproxy %files -n python-libproxy
%defattr(-,root,root) %defattr(-,root,root)
%{python_sitearch}/libproxy.py %{python_sitelib}/libproxy.py
%files -n perl-Net-Libproxy %files -n perl-Net-Libproxy
%defattr(-,root,root) %defattr(-,root,root)
@ -193,7 +200,15 @@ libproxy is a library that provides automatic proxy configuration management.
%{_libdir}/libproxy/%{version}/modules/config_kde4.so %{_libdir}/libproxy/%{version}/modules/config_kde4.so
%endif %endif
%files networkmanager
%defattr(-,root,root)
%{_libdir}/libproxy/%{version}/modules/network_networkmanager.so
%changelog %changelog
* 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 * Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.11-3mamba
- rebuilt with python 2.7 - rebuilt with python 2.7