Compare commits
7 Commits
0.5.4-2mam
...
0.5.11-1ma
Author | SHA1 | Date | |
---|---|---|---|
9096cfe068 | |||
e93aef759b | |||
2a9b2d60a6 | |||
a174421884 | |||
55e92f173c | |||
47bd6a2c55 | |||
ce413fe903 |
@@ -1,6 +1,6 @@
|
||||
Name: libproxy
|
||||
Version: 0.5.4
|
||||
Release: 2mamba
|
||||
Version: 0.5.11
|
||||
Release: 1mamba
|
||||
Summary: A library that provides automatic proxy configuration management.
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@@ -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
|
||||
@@ -53,11 +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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch3 -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
@@ -71,8 +70,6 @@ It can be used to debug what would happen in various cases.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -99,6 +96,27 @@ It can be used to debug what would happen in various cases.
|
||||
#%doc CHANGELOG.md README.md
|
||||
|
||||
%changelog
|
||||
* Thu Sep 11 2025 Automatic Build System <autodist@openmamba.org> 0.5.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user