Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 10da9268ddba9229c6cca2c6b0363f62 > files > 1

pptp-client-1.0.2-4mdk.src.rpm

%define name pptp-client
%define version 1.0.2
%define release 4mdk

Summary: PPTP-linux VPN client 
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Group: Networking/Other
Source: pptp-linux-latest.tar.bz2
URL: http://www.pdos.lcs.mit.edu/~cananian/Projects/PPTP/
Requires: ppp
Buildroot: %{_tmppath}/%{name}-buildroot
Conflicts: pptp-adsl-alcatel

%description
PPTP-linux allows you to connect to a PPTP server from a Linux or other
Unix box (ports of pptp-linuxto other Unix variants should be trivial,
but have not yet been performed). See the IPfwd page
(http://www.pdos.lcs.mit.edu/~cananian/Projects/IPfwd) for information
on tunnelling PPTP through Linux firewalls.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -n pptp-linux-1.0.2

%build
%make

%install
install -m 755 -d $RPM_BUILD_ROOT%{_bindir}
install -m 755 pptp $RPM_BUILD_ROOT%{_bindir}
install -m 755 pptp_callmgr $RPM_BUILD_ROOT%{_bindir}

%files
%defattr (-,root,root)
%doc AUTHORS COPYING INSTALL NEWS README TODO USING Documentation/
%{_bindir}/*

%changelog
* Tue Aug 29 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.0.2-4mdk
- BM

* Thu Mar 23 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.0.2-3mdk
- fix group
- clean spec

* Thu Jan 06 2000 Lenny Cartier <lenny@mandrakesoft.com>
- add conflicts tag
- fix buildroot

* Tue Oct 11 1999 Lenny Cartier <lenny@mandrakesoft.com>
- Specfile adaptations