|
|
|
|
@ -23,8 +23,8 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_major 1.4 |
|
|
|
|
%define V_minor 3.1 |
|
|
|
|
%define V_major 1.5 |
|
|
|
|
%define V_minor 0.0 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: socat |
|
|
|
|
@ -37,7 +37,7 @@ Class: BASE
|
|
|
|
|
Group: Network |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_major}.%{V_minor} |
|
|
|
|
Release: 20060130 |
|
|
|
|
Release: 20060714 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2 |
|
|
|
|
@ -67,7 +67,7 @@ AutoReqProv: no
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n socat-%{V_major} |
|
|
|
|
%setup -q |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
CC="%{l_cc} %{l_cflags -O} %{l_cppflags}" \ |
|
|
|
|
|