"Fossies" - the Fresh Open Source Software Archive

Member "zebedee-2.5.3/zebedee.spec" (6 Sep 2005, 2701 Bytes) of package /linux/privat/old/zebedee-2.5.3.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) RPM Spec source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "zebedee.spec": 2.4.1A_vs_2.5.3.

    1 Summary: Zebedee: a simple, free, secure TCP and UDP tunnel program
    2 %define name zebedee
    3 Name: %{name}
    4 %define version 2.5.3
    5 %define ostype linux
    6 Version: %{version}
    7 Release: 1
    8 Group: Applications/Security
    9 Copyright: GPL
   10 URL: http://www.winton.org.uk/zebedee/
   11 Source: %{name}-%{version}.tar.gz
   12 Prefix: /usr
   13 BuildRoot: /var/tmp/zebedee
   14 
   15 %description
   16 Zebedee is a simple program to establish an encrypted, compressed 
   17 "tunnel" for TCP/IP or UDP data transfer between two systems. 
   18 This allows traffic such as telnet, ftp and X to be protected from 
   19 snooping as well as potentially gaining performance over 
   20 low-bandwidth networks from compression.
   21 
   22 The main goals for Zebedee are to:
   23 
   24 - Provide full client and server functionality under both UNIX and 
   25   Windows. Be easy to install, use and maintain with little or no
   26   configuration required. Have a small footprint, low wire protocol
   27   overhead and give significant traffic reduction by the use of
   28   compression. 
   29 
   30 - Use only algorithms that are either unpatented or for which the 
   31   patent has expired. 
   32 
   33 - Be entirely free for commercial or non-commercial use and 
   34   distributed under the term of the GNU General Public Licence. 
   35 
   36 %prep
   37 %setup
   38 
   39 %build
   40 make OS=%{ostype} ZINC= ZLIB=-lz BZINC= BZLIB=-lbz2 BFINC=-I/usr/include/openssl BFLIB=-lcrypto
   41 
   42 %install
   43 make install OS=%{ostype} "ROOTDIR=$RPM_BUILD_ROOT/usr"
   44 
   45 %files
   46 /usr/bin/zebedee
   47 /usr/bin/ftpgw.tcl
   48 /usr/lib/zebedee
   49 %doc /usr/man/man1/zebedee.1*
   50 %doc /usr/man/man1/ftpgw.tcl.1*
   51 %doc *.txt *.html
   52 
   53 %changelog
   54 * Mon Sep 05 2005 Neil Winton <neil@winton.org.uk>
   55 - Zebedee version 2.5.3
   56 
   57 * Sun Jul 06 2003 Neil Winton <neil@winton.org.uk>
   58 - Zebedee version 2.5.1
   59 
   60 * Wed Jul 02 2003 Neil Winton <neil@winton.org.uk>
   61 - Zebedee version 2.5.0
   62 
   63 * Tue May 29 2002 Neil Winton <neil@winton.org.uk>
   64 - Zebedee version 2.4.1
   65 
   66 * Thu May 09 2002 Neil Winton <neil@winton.org.uk>
   67 - Zebedee version 2.4.0
   68 
   69 * Fri Mar 22 2002 Neil Winton <neil@winton.org.uk>
   70 - Zebedee version 2.3.2
   71 
   72 * Fri Mar 15 2002 Neil Winton <neil@winton.org.uk>
   73 - Zebedee version 2.3.1
   74 
   75 * Thu Mar 07 2002 Neil Winton <neil@winton.org.uk>
   76 - Zebedee version 2.3.0
   77 
   78 * Fri Apr 13 2001 Neil Winton <neil@winton.org.uk>
   79 - Zebedee version 2.2.2
   80 
   81 * Fri Feb 09 2001 Neil Winton <neil@winton.org.uk>
   82 - Zebedee version 2.2.1
   83 
   84 * Fri Feb 02 2001 Neil Winton <neil@winton.org.uk>
   85 - Zebedee version 2.2.0
   86 
   87 * Sat Oct 14 2000 Neil Winton <neil@winton.org.uk>
   88 - Modified based on Marc's work -- fixed the man page creation
   89 - Zebedee version 2.1.3
   90 
   91 * Sun Sep 3 2000 Marc Lavallée <odradek@videotron.ca>
   92 - initial RPM package, should work with most Unix
   93 - modified Makefile: disabled the buggy zebedee man page creation
   94 - inclusion of the zebedee man page