2007-01-16 00:37:38 +01:00
|
|
|
#
|
2011-12-07 22:34:17 +01:00
|
|
|
# spec file for package socat
|
2007-01-16 00:37:38 +01:00
|
|
|
#
|
2014-02-02 11:14:32 +01:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2010-10-28 13:29:18 +02:00
|
|
|
# Copyright (c) 2010 Pascal Bleser <pascal.bleser@opensuse.org>
|
2007-01-16 00:37:38 +01:00
|
|
|
#
|
2008-10-22 18:50:18 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:37:38 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-05-25 16:18:31 +02:00
|
|
|
|
2007-01-16 00:37:38 +01:00
|
|
|
Name: socat
|
2011-12-22 13:10:25 +01:00
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: procps
|
|
|
|
BuildRequires: readline-devel
|
|
|
|
BuildRequires: tcpd-devel
|
2014-02-02 11:14:32 +01:00
|
|
|
Version: 1.7.2.3
|
2011-12-22 13:10:25 +01:00
|
|
|
Release: 0
|
2008-02-15 01:41:08 +01:00
|
|
|
Url: http://www.dest-unreach.org/socat/
|
2007-01-16 00:37:38 +01:00
|
|
|
Summary: Multipurpose relay for bidirectional data transfer
|
2013-03-04 12:22:23 +01:00
|
|
|
License: SUSE-GPL-2.0-with-openssl-exception and MIT
|
2011-12-22 13:10:25 +01:00
|
|
|
Group: Productivity/Networking/Other
|
2012-05-25 16:18:31 +02:00
|
|
|
# 1.7.2.1: md5 7ddfea7e9e85f868670f94d3ea08358b
|
2007-01-16 00:37:38 +01:00
|
|
|
Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
|
2014-02-02 11:14:32 +01:00
|
|
|
Patch1: socat-remove_date.patch
|
2007-01-16 00:37:38 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%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, a program, or a
|
|
|
|
combination of two of these.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
2014-02-02 11:14:32 +01:00
|
|
|
%patch1 -p1
|
2007-01-16 00:37:38 +01:00
|
|
|
|
|
|
|
%build
|
2011-12-07 22:34:17 +01:00
|
|
|
export RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing"
|
|
|
|
%configure
|
2007-01-16 00:37:38 +01:00
|
|
|
%{__make} all
|
|
|
|
mkdir examples
|
|
|
|
mv daemon.sh ftp.sh mail.sh proxyecho.sh readline.sh examples
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p \
|
|
|
|
${RPM_BUILD_ROOT}/%{_bindir} \
|
|
|
|
${RPM_BUILD_ROOT}/%{_mandir}/man1
|
|
|
|
%{__make} DESTDIR=${RPM_BUILD_ROOT} install
|
|
|
|
|
|
|
|
%clean
|
2010-10-28 13:29:18 +02:00
|
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
2007-01-16 00:37:38 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2008-02-15 01:41:08 +01:00
|
|
|
%doc BUGREPORTS CHANGES COPYING COPYING.OpenSSL DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY VERSION examples
|
2007-01-16 00:37:38 +01:00
|
|
|
%{_bindir}/socat
|
|
|
|
%{_bindir}/procan
|
|
|
|
%{_bindir}/filan
|
2014-02-02 11:14:32 +01:00
|
|
|
%{_mandir}/man1/socat.1*
|
2011-12-07 22:34:17 +01:00
|
|
|
|
2010-10-28 13:29:26 +02:00
|
|
|
%changelog
|