diff --git a/socat.spec b/socat.spec index 304db06..1515e7e 100644 --- a/socat.spec +++ b/socat.spec @@ -1,6 +1,6 @@ Name: socat Version: 1.7.3.4 -Release: 1mamba +Release: 2mamba Summary: A multipurpose relay (SOcket CAT) Group: Applications/Networking Vendor: openmamba @@ -9,27 +9,31 @@ Packager: Stefano Cotta Ramusino URL: http://www.dest-unreach.org/socat Source: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2 License: GPL -BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libncurses-devel BuildRequires: libopenssl-devel BuildRequires: libreadline-devel BuildRequires: libwrap-devel ## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 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. These modes include generation of "listening" sockets, named pipes, and pseudo terminals. +%debug_package + %prep %setup -q - -%build aclocal autoconf -%configure LDFLAGS="-lncurses" + +%build +%configure CFLAGS="%{optflags} -fcommon" LDFLAGS="-lncurses" + %make %install @@ -41,11 +45,17 @@ autoconf %files %defattr(-,root,root) -%{_bindir}/* -%{_mandir}/man1/socat.1.gz -%doc CHANGES COPYING README README.FIPS +%{_bindir}/filan +%{_bindir}/procan +%{_bindir}/socat +%{_mandir}/man1/socat.1* +%doc COPYING +#%doc CHANGES README README.FIPS %changelog +* Sat Jan 02 2021 Silvan Calarco 1.7.3.4-2mamba +- rebuilt with debug package and -fcommon + * Tue Jan 28 2020 Automatic Build System 1.7.3.4-1mamba - automatic version update by autodist