Compare commits
7 Commits
0.5.4-1mam
...
0.5.10-1ma
Author | SHA1 | Date | |
---|---|---|---|
e93aef759b | |||
2a9b2d60a6 | |||
a174421884 | |||
55e92f173c | |||
47bd6a2c55 | |||
ce413fe903 | |||
649031819f |
117
libproxy.spec
117
libproxy.spec
@@ -1,5 +1,5 @@
|
||||
Name: libproxy
|
||||
Version: 0.5.4
|
||||
Version: 0.5.10
|
||||
Release: 1mamba
|
||||
Summary: A library that provides automatic proxy configuration management.
|
||||
Group: System/Libraries
|
||||
@@ -14,6 +14,7 @@ License: LGPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libduktape-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.11
|
||||
@@ -24,6 +25,7 @@ Provides: %{name}-mozjs
|
||||
Obsoletes: %{name}-mozjs < 0.4.18
|
||||
Provides: %{name}-webkit
|
||||
Obsoletes: %{name}-webkit < 0.4.18
|
||||
Obsoletes: perl-Net-Libproxy < 0.5.4
|
||||
Obsoletes: python-libproxy-py310 < 0.4.18-2mamba
|
||||
Obsoletes: python-libproxy-py3 < 0.5.4
|
||||
Obsoletes: libproxy-gnome < 0.5.4
|
||||
@@ -52,71 +54,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
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-py3
|
||||
Summary: Python 3 binding for %{name}
|
||||
Group: System/Libraries/Python
|
||||
|
||||
%description -n python-libproxy-py3
|
||||
%{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 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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch3 -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
@@ -130,8 +70,6 @@ This package contains the Mozilla plugin.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -145,15 +83,6 @@ This package contains the Mozilla plugin.
|
||||
%{_bindir}/proxy
|
||||
%{_mandir}/man8/proxy.8*
|
||||
|
||||
#%files -n python-libproxy-py3
|
||||
#%defattr(-,root,root)
|
||||
#%{python3_sitearch}/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)
|
||||
%dir %{_includedir}/libproxy
|
||||
@@ -166,26 +95,28 @@ This package contains the Mozilla plugin.
|
||||
%{_docdir}/libproxy-1.0/*
|
||||
#%doc CHANGELOG.md README.md
|
||||
|
||||
#%files gnome
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/libproxy/%{version}/modules/config_gnome3.so
|
||||
|
||||
#%if "%{stage1}" != "1"
|
||||
#%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
|
||||
* Sun Jun 29 2025 Automatic Build System <autodist@openmamba.org> 0.5.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 03 2024 Automatic Build System <autodist@openmamba.org> 0.5.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 20 2024 Automatic Build System <autodist@openmamba.org> 0.5.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 19 2024 Automatic Build System <autodist@openmamba.org> 0.5.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 26 2024 Automatic Build System <autodist@openmamba.org> 0.5.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 06 2024 Automatic Build System <autodist@openmamba.org> 0.5.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4-2mamba
|
||||
- obsolete perl-Net-Libproxy
|
||||
|
||||
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 0.5.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user