mirror of
https://github.com/moparisthebest/socat
synced 2024-12-22 06:58:47 -05:00
Actual spec file
This commit is contained in:
parent
3ee5ac5275
commit
4228399da0
3
CHANGES
3
CHANGES
@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
security:
|
security:
|
||||||
(CVE Id pending)
|
(CVE Id pending)
|
||||||
Fixed problems with signal handling caused by use of not async signal
|
Fixed problems with signal handling caused by use of not async signal
|
||||||
@ -101,6 +102,8 @@ porting:
|
|||||||
support external BUILD_DATE env var to allow to build reproducable
|
support external BUILD_DATE env var to allow to build reproducable
|
||||||
binaries
|
binaries
|
||||||
|
|
||||||
|
Joachim Fenkes provided an new adapted spec file.
|
||||||
|
|
||||||
testing:
|
testing:
|
||||||
Do not distribute testcert.conf with socat source but generate it
|
Do not distribute testcert.conf with socat source but generate it
|
||||||
(and new testcert6.conf) during test.sh run.
|
(and new testcert6.conf) during test.sh run.
|
||||||
|
10
socat.spec
10
socat.spec
@ -1,14 +1,14 @@
|
|||||||
|
|
||||||
%define majorver 1.7
|
%define majorver 1.7
|
||||||
%define minorver 2.0
|
%define minorver 2.4
|
||||||
|
|
||||||
Summary: socat - multipurpose relay
|
Summary: socat - multipurpose relay
|
||||||
Name: socat
|
Name: socat
|
||||||
Version: %{majorver}.%{minorver}
|
Version: %{majorver}.%{minorver}
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
License: GPL
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
Source0: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.gz
|
Source0: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
|
||||||
Requires: readline
|
Requires: readline
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
BuildRoot: /var/tmp/%{name}-buildroot
|
BuildRoot: /var/tmp/%{name}-buildroot
|
||||||
@ -20,7 +20,7 @@ modem etc.), socket (UNIX, IP4, IP6 - raw, UDP, TCP), a file descriptor (stdin
|
|||||||
etc.), a program, or an arbitrary combination of two of these.
|
etc.), a program, or an arbitrary combination of two of these.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{majorver}
|
%setup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# the CPPFLAGS setting is required for RedHat Linux
|
# the CPPFLAGS setting is required for RedHat Linux
|
||||||
@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README CHANGES EXAMPLES SECURITY xio.help socat.html FAQ BUGREPORTS
|
%doc README CHANGES EXAMPLES SECURITY doc/xio.help doc/socat.html FAQ BUGREPORTS
|
||||||
%doc COPYING COPYING.OpenSSL FILES PORTING DEVELOPMENT
|
%doc COPYING COPYING.OpenSSL FILES PORTING DEVELOPMENT
|
||||||
%{_bindir}/socat
|
%{_bindir}/socat
|
||||||
%{_bindir}/procan
|
%{_bindir}/procan
|
||||||
|
Loading…
Reference in New Issue
Block a user