2013-07-07 21:03:49 +03:00
|
|
|
|
# $Id: vtun.spec,v 1.24.2.10 2013/07/07 18:03:49 mtbishop Exp $
|
2006-12-11 14:19:18 +02:00
|
|
|
|
|
|
|
|
|
# By default, builds without socks-support.
|
|
|
|
|
# To build with socks-support, issue:
|
|
|
|
|
# rpm --define "_with_socks yes" ...
|
|
|
|
|
|
2007-06-06 11:48:14 +03:00
|
|
|
|
# By default, builds with LZO 1 support (available for any RPM system)
|
2006-12-11 14:19:18 +02:00
|
|
|
|
# To disable LZO, issue:
|
|
|
|
|
# rpm --define "_without_lzo yes" ...
|
2007-06-06 11:48:14 +03:00
|
|
|
|
#
|
|
|
|
|
# Enabling LZO2 only fixes the RPM builddeps, so far; configure still
|
|
|
|
|
# exercises some license.
|
|
|
|
|
# rpm --with lzo2
|
2006-12-11 14:19:18 +02:00
|
|
|
|
|
|
|
|
|
# define variables here for older RPM versions.
|
|
|
|
|
%define name vtun
|
2012-07-08 13:30:27 +03:00
|
|
|
|
%define version 3.0.3
|
2006-12-11 14:19:18 +02:00
|
|
|
|
%define release 1
|
|
|
|
|
|
|
|
|
|
# expansion of the previous part.
|
|
|
|
|
# get the distro mark (eg rh70)
|
2008-01-22 11:37:51 +02:00
|
|
|
|
%define _dis %(rpm -qf /etc/issue 2>/dev/null|sed 's/-release.*//;s/redhat/rh/;s/mandrake/mdk/;s/fedora/fc/;s/openlinux/ol/;s/whitebox/wb/')
|
2006-12-11 14:19:18 +02:00
|
|
|
|
%define _tro %(rpm -qf --qf "%%{version}" /etc/issue | sed 's/\\.//g' )
|
|
|
|
|
|
|
|
|
|
%define rc_dir_suse /etc/init.d
|
|
|
|
|
%define lock_dir_suse /var/lock/subsys/vtunnel
|
|
|
|
|
%define log_dir_suse /var/log/vtunnel
|
|
|
|
|
|
|
|
|
|
# now apply the components
|
|
|
|
|
# If anyone can find system that strangers understand, that still
|
|
|
|
|
# enables one SRPM to build for 17 distros, I'm open to suggestions.
|
|
|
|
|
%define _requires %{expand:%%{?_requires_%{_dis}%{_tro}:%%_requires_%{_dis}%{_tro}}%%{!?_requires_%{_dis}%{_tro}:%%{?_requires_%{_dis}:%%_requires_%{_dis}}%%{!?_requires_%{_dis}:%{_requires_}}}}
|
|
|
|
|
%define _buildreq %{expand:%%{?_buildreq_%{_dis}%{_tro}:%%_buildreq_%{_dis}%{_tro}}%%{!?_buildreq_%{_dis}%{_tro}:%%{?_buildreq_%{_dis}:%%_buildreq_%{_dis}}%%{!?_buildreq_%{_dis}:%{_buildreq_}}}}
|
|
|
|
|
%define rc_dir %{expand:%%{?rc_dir_%{_dis}%{_tro}:%%rc_dir_%{_dis}%{_tro}}%%{!?rc_dir_%{_dis}%{_tro}:%%{?rc_dir_%{_dis}:%%rc_dir_%{_dis}}%%{!?rc_dir_%{_dis}:/etc/rc.d/init.d}}}
|
|
|
|
|
%define lock_dir %{expand:%%{?lock_dir_%{_dis}%{_tro}:%%lock_dir_%{_dis}%{_tro}}%%{!?lock_dir_%{_dis}%{_tro}:%%{?lock_dir_%{_dis}:%%lock_dir_%{_dis}}%%{!?lock_dir_%{_dis}:/var/lock/vtund}}}
|
|
|
|
|
%define log_dir %{expand:%%{?log_dir_%{_dis}%{_tro}:%%log_dir_%{_dis}%{_tro}}%%{!?log_dir_%{_dis}%{_tro}:%%{?log_dir_%{_dis}:%%log_dir_%{_dis}}%%{!?log_dir_%{_dis}:/var/log/vtund}}}
|
|
|
|
|
|
|
|
|
|
Name: %{name}
|
|
|
|
|
Version: %{version}
|
|
|
|
|
Release: %{release}
|
2012-07-08 13:30:27 +03:00
|
|
|
|
License: GPL2
|
2006-12-11 14:19:18 +02:00
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
Url: http://vtun.sourceforge.net/
|
2012-07-08 13:30:27 +03:00
|
|
|
|
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
2006-12-11 14:19:18 +02:00
|
|
|
|
Summary: Virtual tunnel over TCP/IP networks.
|
|
|
|
|
Summary(pl): Wirtualne tunele poprzez sieci TCP/IP
|
|
|
|
|
Vendor: Maxim Krasnyansky <max_mk@yahoo.com>
|
|
|
|
|
Packager: Bishop Clark (LC957) <bishop@platypus.bc.ca>
|
2013-07-07 21:03:49 +03:00
|
|
|
|
|
|
|
|
|
# Remember this is ignored for recent distros (Backward Compatibility is dumb)
|
2006-12-11 14:19:18 +02:00
|
|
|
|
BuildRoot: %{?_tmppath:%{_tmppath}}%{!?_tmppath:%{tmpdir}}/%{name}-%{version}-root-%(id -u -n)
|
|
|
|
|
Obsoletes: vppp
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: bison
|
|
|
|
|
BuildRequires: flex
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
2012-07-08 13:30:27 +03:00
|
|
|
|
Requires: xinetd
|
2006-12-11 14:19:18 +02:00
|
|
|
|
|
|
|
|
|
# must specify like so to get the right package for gcc (eg ecgs)
|
|
|
|
|
BuildRequires: %{_bindir}/gcc
|
|
|
|
|
|
|
|
|
|
# please check the FAQ for this question, and mail Bishop if there is
|
|
|
|
|
# no FAQ entry.
|
2007-06-06 11:48:14 +03:00
|
|
|
|
%define _buildreq_ zlib-devel %{!?_without_ssl:openssl-devel >= 0.9.7} %{?_with_lzo2:lzo2-devel} %{!?_with_lzo2:%{!?_without_lzo: lzo-devel}}
|
2006-12-11 14:19:18 +02:00
|
|
|
|
%define _requires_ tun
|
|
|
|
|
|
|
|
|
|
# Caldera has funny zlib
|
2007-06-06 11:48:14 +03:00
|
|
|
|
%define _buildreq_ol libz-devel %{!?_without_ssl:openssl-devel >= 0.9.7} %{?_with_lzo2:lzo2-devel} %{!?_with_lzo2:%{!?_without_lzo: lzo-devel}}
|
2006-12-11 14:19:18 +02:00
|
|
|
|
# Mandrake has unpredictable devel package names
|
2007-06-06 11:48:14 +03:00
|
|
|
|
%define _buildreq_mdk zlib1-devel %{!?_without_ssl:libopenssl0-devel >= 0.9.7} %{?_with_lzo2:liblzo2-devel} %{!?_with_lzo2:%{!?_without_lzo: liblzo1-devel}}
|
2006-12-11 14:19:18 +02:00
|
|
|
|
|
|
|
|
|
# normally, NOT depending on the tun package encourages other apps to
|
|
|
|
|
# clobber the modules.conf file. In this case, the reverse is true,
|
|
|
|
|
# since FCx actually includes all the necessary entries. So no tun.
|
|
|
|
|
# We avoid a %null value by stating one redundantly.
|
|
|
|
|
%define _requires_fc zlib
|
2007-06-06 11:48:14 +03:00
|
|
|
|
%define _buildreq_fc zlib-devel %{!?_without_ssl:openssl-devel} %{?_with_lzo2:lzo2-devel} %{!?_with_lzo2:%{!?_without_lzo: lzo-devel}}
|
|
|
|
|
%define _requires_rhel %_requires_fc
|
|
|
|
|
%define _buildreq_rhel %_buildreq_fc
|
2008-01-22 07:58:00 +02:00
|
|
|
|
%define _requires_centos %_requires_fc
|
|
|
|
|
%define _buildreq_centos %_buildreq_fc
|
2007-06-06 11:48:14 +03:00
|
|
|
|
|
|
|
|
|
# SuSE doesn't permit lzo and lzo2 to be installed simultaneously so
|
|
|
|
|
# we do not need to care so much.
|
|
|
|
|
%define _buildreq_suse zlib-devel %{!?_without_ssl:openssl-devel >= 0.9.7} %{!?_without_lzo: lzo-devel}
|
|
|
|
|
%define _requires_suse zlib %{!?_without_lzo: lzo}
|
2006-12-11 14:19:18 +02:00
|
|
|
|
|
|
|
|
|
Requires: %{_requires}
|
|
|
|
|
BuildRequires: %{_buildreq}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
VTun provides a method for creating Virtual Tunnels over TCP/IP
|
|
|
|
|
networks and allows one to shape, compress, encrypt traffic in those
|
|
|
|
|
tunnels. Supported types of tunnels are: PPP, IP, Ethernet and most
|
|
|
|
|
other serial protocols and programs.
|
|
|
|
|
|
|
|
|
|
VTun is easily and highly configurable: it can be used for various
|
|
|
|
|
network tasks like VPN, Mobile IP, Shaped Internet access, IP address
|
|
|
|
|
saving, etc. It is completely a user space implementation and does
|
|
|
|
|
not require modification to any kernel parts.
|
|
|
|
|
|
|
|
|
|
This package is built with%{!?_with_socks:out} SOCKS-support.
|
|
|
|
|
%{?_without_lzo:This package is built without LZO support.}
|
|
|
|
|
%{?_without_ssl:This package is built without OpenSSL support. The VTun}
|
|
|
|
|
%{?_without_ssl:Development Team does not support a no-SSL configuration.}
|
|
|
|
|
|
|
|
|
|
%description -l pl
|
|
|
|
|
VTun umo<EFBFBD>liwia tworzenie Wirtualnych Tunelu poprzez sieci TCP/IP wraz
|
|
|
|
|
z przydzielaniem pasma, kompresj<EFBFBD>, szyfrowaniem danych w tunelach.
|
|
|
|
|
Wspierane typy tuneli to: PPP, IP, Ethernet i wi<EFBFBD>kszo<EFBFBD><EFBFBD> pozosta<EFBFBD>ych
|
|
|
|
|
protoko<EFBFBD><EFBFBD>w szeregowych.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -n %{name}-%{version}
|
|
|
|
|
%{__aclocal}
|
|
|
|
|
%{__autoconf}
|
|
|
|
|
%configure \
|
|
|
|
|
--prefix=%{_exec_prefix} \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--localstatedir=%{_var} \
|
|
|
|
|
%{?_without_ssl: --disable-ssl} \
|
|
|
|
|
%{?_without_lzo: --disable-lzo} \
|
|
|
|
|
%{?_with_socks: --enable-socks}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%if "%_dis" == "suse"
|
|
|
|
|
%{__make} LOCK_DIR=%{lock_dir} STAT_DIR=/var/log/vtunnel
|
|
|
|
|
%else
|
2012-07-08 13:30:27 +03:00
|
|
|
|
%{__make} %{?_smp_mflags}
|
2006-12-11 14:19:18 +02:00
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%__install -d $RPM_BUILD_ROOT%{rc_dir}
|
|
|
|
|
|
|
|
|
|
%if "%_dis" == "suse"
|
|
|
|
|
install scripts/vtund.rc.suse $RPM_BUILD_ROOT%{rc_dir}/vtund
|
|
|
|
|
%else
|
|
|
|
|
install scripts/vtund.rc.red_hat $RPM_BUILD_ROOT%{rc_dir}/vtund
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
make install SBIN_DIR=$RPM_BUILD_ROOT%{_sbindir} \
|
|
|
|
|
MAN_DIR=$RPM_BUILD_ROOT%{_mandir} \
|
|
|
|
|
ETC_DIR=$RPM_BUILD_ROOT/etc \
|
|
|
|
|
VAR_DIR=$RPM_BUILD_ROOT%{_var} \
|
|
|
|
|
LOCK_DIR=$RPM_BUILD_ROOT%{lock_dir} \
|
|
|
|
|
INSTALL_OWNER=
|
|
|
|
|
|
|
|
|
|
%__install -d $RPM_BUILD_ROOT/etc/xinetd.d
|
|
|
|
|
%__sed 's:/usr/local:%{_prefix}:' scripts/vtund.xinetd \
|
|
|
|
|
> $RPM_BUILD_ROOT/etc/xinetd.d/vtun
|
|
|
|
|
|
|
|
|
|
%if "%_dis" == "suse"
|
|
|
|
|
# SuSE RC.CONFIG templates
|
|
|
|
|
install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
|
|
|
|
|
install -m 644 scripts/vtund.rc.suse.config $RPM_BUILD_ROOT/var/adm/fillup-templates/rc.config.vtund
|
|
|
|
|
|
|
|
|
|
# rcvtund
|
|
|
|
|
ln -sf ../..%{rc_dir}/vtund $RPM_BUILD_ROOT/usr/sbin/rcvtund
|
|
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%if "%_dis" == "suse"
|
|
|
|
|
#rc config
|
|
|
|
|
echo "Updating etc/rc.config..."
|
|
|
|
|
if [ -x bin/fillup ] ; then
|
|
|
|
|
bin/fillup -q -d = etc/rc.config var/adm/fillup-templates/rc.config.vtund
|
|
|
|
|
else
|
|
|
|
|
echo "ERROR: fillup not found. This should not happen. Please compare"
|
|
|
|
|
echo "etc/rc.config and var/adm/fillup-templates/rc.config.vtund and"
|
|
|
|
|
echo "update by hand."
|
|
|
|
|
fi
|
|
|
|
|
sbin/insserv etc/init.d/vtund
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
2012-07-08 13:30:27 +03:00
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc ChangeLog Credits FAQ README README.LZO README.Setup README.Shaper TODO vtund.conf
|
2006-12-11 14:19:18 +02:00
|
|
|
|
%doc TODO vtund.conf
|
2012-07-08 13:30:27 +03:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/vtund.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/xinetd.d/vtun
|
|
|
|
|
%config %{rc_dir}/vtund
|
|
|
|
|
%{_sbindir}/vtund
|
2006-12-11 14:19:18 +02:00
|
|
|
|
%attr(755,root,root) %dir %{log_dir}
|
|
|
|
|
%attr(755,root,root) %dir %{lock_dir}
|
|
|
|
|
%{_mandir}/man5/vtund.conf.5*
|
2012-07-08 13:30:27 +03:00
|
|
|
|
%{_mandir}/man8/vtun.8*
|
|
|
|
|
%{_mandir}/man8/vtund.8*
|
2006-12-11 14:19:18 +02:00
|
|
|
|
%if "%_dis" == "suse"
|
|
|
|
|
%attr(755,root,root) %{_sbindir}/rcvtund
|
|
|
|
|
/var/adm/fillup-templates/rc.config.vtund
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
#date +"%a %b %d %Y"
|
|
|
|
|
%changelog
|
2007-06-06 11:48:14 +03:00
|
|
|
|
* Tue Mar 27 2007 Bishop Clark (LC957) <bishop@platypus.bc.ca> 3.0.1-1
|
|
|
|
|
- new code drop (more LZO2 work)
|
|
|
|
|
|
2006-12-11 16:09:34 +02:00
|
|
|
|
* Mon Dec 11 2006 Bishop Clark (LC957) <bishop@platypus.bc.ca> 3.0.0-1
|
|
|
|
|
- new code drop
|
|
|
|
|
- s/Copyright/License/, deprecated parameter.
|
|
|
|
|
|
2006-12-11 14:19:18 +02:00
|
|
|
|
* Wed Feb 23 2005 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.9.91-4
|
|
|
|
|
- added XOS macros.
|
2006-12-11 16:09:34 +02:00
|
|
|
|
- s/rhas4/rhel4/ in hopes, although I haven't seen it yet.
|
2006-12-11 14:19:18 +02:00
|
|
|
|
|
|
|
|
|
* Thu Oct 07 2004 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.9.91-3
|
|
|
|
|
- macros support --with/out conditional command line
|
|
|
|
|
- premliminary support for RHAS4 (FC2)
|
|
|
|
|
- AES requires Openssl 097 or higher.
|
|
|
|
|
|
|
|
|
|
* Wed Sep 14 2004 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.9.91-2
|
|
|
|
|
- no change from 1.0.2, just bumping the package number to force a
|
|
|
|
|
rebuild.
|
|
|
|
|
|
|
|
|
|
* Fri Aug 27 2004 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.9.91-1
|
|
|
|
|
- xinetd prototype file
|
|
|
|
|
- Nickolai 'kolya' Zeldovich's mlockall() patch
|
|
|
|
|
- Added upper time bound to packet-based resync to reduce resync delay
|
|
|
|
|
|
|
|
|
|
* Tue Aug 3 2004 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.9.90-2
|
|
|
|
|
- incorporation of some of PLD fixes
|
|
|
|
|
- move to more macros and less if/thens
|
|
|
|
|
- one ugly SPEC for 18 happy distros.
|
|
|
|
|
|
|
|
|
|
* Sun Mar 14 2004 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.9.90-1
|
|
|
|
|
- new 3.0.0 pre-release.
|
|
|
|
|
- better ciphers and a persist-keep bugfix.
|
|
|
|
|
* Sun Mar 23 2003 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.6-1.1
|
|
|
|
|
- alter packaging to accomodate MDKs non-standard devel pkg names
|
|
|
|
|
|
|
|
|
|
* Tue Mar 18 2003 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.6-1
|
|
|
|
|
- new release
|
|
|
|
|
|
|
|
|
|
* Sat Aug 17 2002 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.5-5
|
|
|
|
|
- fix GROUP for amanda's genhdlist and Michael Van Donselaar
|
|
|
|
|
|
|
|
|
|
* Tue Jun 5 2002 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.5-4
|
|
|
|
|
- Deprecated redundant directory creation in install
|
|
|
|
|
- More undisputed patches by Willems Luc for SuSE support
|
|
|
|
|
- Update of one SuSE config file, addition of another as per
|
|
|
|
|
Willems Luc
|
|
|
|
|
|
|
|
|
|
* Mon Jan 21 2002 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.5-3
|
|
|
|
|
- Macros updating as per 2.5 for better cross-distro build
|
|
|
|
|
- Added NO_USE_LZO compile option as per Willems Luc
|
|
|
|
|
- very initial SuSE 7.3 support as per Willems Luc
|
|
|
|
|
- removed packaging of vtun->vtund symlink in man8 as per build
|
|
|
|
|
behaviour
|
|
|
|
|
- re-edited as per Jan 14 2002 edits
|
|
|
|
|
|
|
|
|
|
* Mon Jan 14 2002 Bishop Clark (LC957) <bishop@platypus.bc.ca> 2.5-2
|
|
|
|
|
- noreplace to vtund.conf to prevent Freshen from clobbering config.
|
|
|
|
|
- added buildrequires to prevent failed builds.
|
|
|
|
|
|
|
|
|
|
* Mon May 29 2000 Michael Tokarev <mjt@tls.msk.ru>
|
|
|
|
|
- Allow to build as non-root (using new INSTALL_OWNER option)
|
|
|
|
|
- Added vtund.conf.5 manpage
|
|
|
|
|
- Allow compressed manpages
|
|
|
|
|
- Added cleanup of old $RPM_BUILD_ROOT at beginning of %%install stage
|
|
|
|
|
|
|
|
|
|
* Sat Mar 04 2000 Dag Wieers <dag@mind.be>
|
|
|
|
|
- Added USE_SOCKS compile option.
|
|
|
|
|
- Added Prefix-header
|
|
|
|
|
|
|
|
|
|
* Sat Jan 29 2000 Dag Wieers <dag@mind.be>
|
|
|
|
|
- Replaced SSLeay-dependency by openssl-dependency
|
|
|
|
|
- Replaced README.Config by README.Setup
|
|
|
|
|
- Added TODO
|
|
|
|
|
|
|
|
|
|
* Tue Nov 23 1999 Dag Wieers <dag@mind.be>
|
|
|
|
|
- Added Url and Obsoletes-headers
|
|
|
|
|
- Added ChangeLog ;)
|
|
|
|
|
- Changed summary
|