socat/socat.spec

changeset 1
4667f24fe848
parent 0
4f133201e207
     1.1 --- a/socat/socat.spec	Fri Mar 11 21:30:26 2011 +0100
     1.2 +++ b/socat/socat.spec	Fri Mar 11 21:36:51 2011 +0100
     1.3 @@ -1,13 +1,16 @@
     1.4  Summary: Bidirectional data relay between two data channels ('netcat++')
     1.5 +Vendor: Europalab Software
     1.6 +Packager: Michael Schloh von Bennewitz
     1.7 +Distribution: MeeGo Thirdparty
     1.8  Name: socat
     1.9  Version: 1.7.1.3
    1.10 -Release: 1%{?dist}
    1.11 +Release: 20101201
    1.12  License: GPLv2
    1.13  Url:  http://www.dest-unreach.org/%{name}
    1.14 -Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.gz
    1.15 +Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
    1.16  Group: Applications/Internet
    1.17 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1.18 -BuildRequires: openssl-devel compat-readline5-devel ncurses-devel
    1.19 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
    1.20 +BuildRequires: openssl-devel readline-devel ncurses-devel
    1.21  BuildRequires: autoconf kernel-headers > 2.6.18
    1.22  
    1.23  %description
    1.24 @@ -21,8 +24,6 @@
    1.25  
    1.26  %prep
    1.27  %setup -q 
    1.28 -iconv -f iso8859-1 -t utf-8 CHANGES > CHANGES.utf8
    1.29 -mv CHANGES.utf8 CHANGES
    1.30  
    1.31  %build
    1.32  autoconf
    1.33 @@ -36,7 +37,8 @@
    1.34          --enable-listen --enable-proxy --enable-exec \
    1.35          --enable-system --enable-pty --enable-readline \
    1.36          --enable-openssl --enable-sycls --enable-filan \
    1.37 -        --enable-retry --enable-libwrap --disable-fips
    1.38 +        --enable-retry --disable-libwrap --disable-fips \
    1.39 +        --enable-msglevel=debug
    1.40  
    1.41  chmod 644 *.sh
    1.42  make %{?_smp_mflags}
    1.43 @@ -62,6 +64,9 @@
    1.44  %doc %{_mandir}/man1/socat.1*
    1.45  
    1.46  %changelog
    1.47 +* Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 1.7.1.3-1
    1.48 +- Repackage for MeeGo 1.1
    1.49 +
    1.50  * Mon Aug 23 2010 Paul Wouters <paul@xelerance.com> - 1.7.1.3-1
    1.51  - Upgrade to 1.7.1.3
    1.52  - Includes fix for CVE-2010-2799 Stack overflow by lexical scanning of nested

mercurial