53 lines
1.4 KiB
RPMSpec
53 lines
1.4 KiB
RPMSpec
Name: proxytunnel
|
|
Version: 1.11.1
|
|
Release: 1mamba
|
|
Summary: A tool to connect outside through HTTP(S) proxies
|
|
Group: Applications/Networking
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/proxytunnel/proxytunnel
|
|
Source: https://github.com/proxytunnel/proxytunnel.git/v%{version}/proxytunnel-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libopenssl-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
ProxyTunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy.
|
|
Mostly used to tunnel SSH sessions through HTTP(S) proxies, allowing to do many things that wouldn't be possible without ProxyTunnel.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall \
|
|
prefix=%{_prefix}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/proxytunnel
|
|
%{_mandir}/man1/*
|
|
%doc LICENSE.txt
|
|
|
|
%changelog
|
|
* Fri Nov 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.1-1mamba
|
|
- update to 1.11.1
|
|
|
|
* Thu Jun 07 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.9.0-2mamba
|
|
- fixed group
|
|
|
|
* Thu Jan 14 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.9.0-1mamba
|
|
- package created by autospec
|