From 256ccfa6eda01e2ab5438acbc9fb6175c293859d Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 16 Oct 2008 07:01:38 +0000 Subject: [PATCH] upgrading package: socat 2.0.0.b1 -> 1.7.0.0 --- socat/socat.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/socat/socat.spec b/socat/socat.spec index a8b685676a..07e9ef884a 100644 --- a/socat/socat.spec +++ b/socat/socat.spec @@ -22,8 +22,8 @@ ## # package version -%define V_major 2.0.0 -%define V_minor b1 +%define V_major 1.7.0 +%define V_minor 0 # package information Name: socat @@ -36,14 +36,14 @@ Class: BASE Group: Network License: GPL Version: %{V_major}.%{V_minor} -Release: 20080101 +Release: 20081016 # package options %option with_readline yes %option with_ssl yes # list of sources -Source0: http://www.dest-unreach.org/socat/download/socat-%{V_major}-%{V_minor}.tar.bz2 +Source0: http://www.dest-unreach.org/socat/download/socat-%{V_major}.%{V_minor}.tar.bz2 # build information Prefix: %{l_prefix} @@ -76,7 +76,7 @@ AutoReqProv: no } %prep - %setup -q -n socat-%{V_major}-%{V_minor} + %setup -q -n socat-%{V_major}.%{V_minor} %build CC="%{l_cc} %{l_cflags -O} %{l_cppflags}" \ @@ -85,6 +85,7 @@ AutoReqProv: no LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man \ --enable-msglevel=debug \ %if "%{with_readline}" == "yes" --enable-readline \