rebuilt with debug package and -fcommon [release 1.7.3.4-2mamba;Sat Jan 02 2021]
This commit is contained in:
parent
a099921b34
commit
bb6207f9cc
26
socat.spec
26
socat.spec
@ -1,6 +1,6 @@
|
|||||||
Name: socat
|
Name: socat
|
||||||
Version: 1.7.3.4
|
Version: 1.7.3.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A multipurpose relay (SOcket CAT)
|
Summary: A multipurpose relay (SOcket CAT)
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,27 +9,31 @@ Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|||||||
URL: http://www.dest-unreach.org/socat
|
URL: http://www.dest-unreach.org/socat
|
||||||
Source: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
|
Source: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libwrap-devel
|
BuildRequires: libwrap-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
socat is a relay for bidirectional data transfer between two independent data channels.
|
socat is a relay for bidirectional data transfer between two independent data channels.
|
||||||
Each of these data channels may be a file, pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU line editor (readline), a program, or a combination of two of these.
|
Each of these data channels may be a file, pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU line editor (readline), a program, or a combination of two of these.
|
||||||
These modes include generation of "listening" sockets, named pipes, and pseudo terminals.
|
These modes include generation of "listening" sockets, named pipes, and pseudo terminals.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
%configure LDFLAGS="-lncurses"
|
|
||||||
|
%build
|
||||||
|
%configure CFLAGS="%{optflags} -fcommon" LDFLAGS="-lncurses"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -41,11 +45,17 @@ autoconf
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/filan
|
||||||
%{_mandir}/man1/socat.1.gz
|
%{_bindir}/procan
|
||||||
%doc CHANGES COPYING README README.FIPS
|
%{_bindir}/socat
|
||||||
|
%{_mandir}/man1/socat.1*
|
||||||
|
%doc COPYING
|
||||||
|
#%doc CHANGES README README.FIPS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.3.4-2mamba
|
||||||
|
- rebuilt with debug package and -fcommon
|
||||||
|
|
||||||
* Tue Jan 28 2020 Automatic Build System <autodist@mambasoft.it> 1.7.3.4-1mamba
|
* Tue Jan 28 2020 Automatic Build System <autodist@mambasoft.it> 1.7.3.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user