Sophie

Sophie

distrib > Mandriva > 8.0 > i586 > media > main-src > by-pkgid > 85e79c02c0dec9ecc4efba7b4bef506b > files > 11

dip-3.3.7o-14mdk.src.rpm

Summary:	Handles the connections needed for dialup IP links
Name:		dip
Version:	3.3.7o
Release:	14mdk
Copyright:	GPL
Group:		Communications

Source:		ftp://sunsite.unc.edu/pub/Linux/system/network/serial/dip337o-uri.tar.bz2

Patch:		dip-3.3.7o-misc.patch.bz2
Patch1:		dip-3.3.7o-suffix.patch.bz2
Patch2:		dip-3.3.7o-fsstnd.patch.bz2
Patch3:		dip-3.3.7o-glibc.patch.bz2
Patch4:		dip-3.3.7o-sparc.patch.bz2
Patch5:		dip-3.3.7o-andor.patch.bz2
Patch6:		dip-arm.patch.bz2
Patch7:		dip-gcc295.patch.bz2
Patch8:		dip-3.3.7o-include.patch.bz2
# From Yellow Dog Linux 1.2
Patch9:		dip-3.3.7o-ppc.patch.bz2

BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires: /usr/X11R6/bin/gccmakedep

%description
Dip is a modem dialer.  Dip handles the connections needed for dialup IP links
like SLIP or PPP.  Dip can handle both incoming and outgoing connections, using
password security for incoming connections.  Dip is useful for setting up PPP
and SLIP connections, but isn't required for either. Netcfg uses dip for setting
up SLIP connections.

Install dip if you need a utility which will handle dialup IP connections.

%prep

%setup -q
%patch -p1
%patch1 -p1
%patch2 -p1
%patch4 -p0
%patch5 -p1 -b .andor
%patch3 -p1 -b .glibc
%patch6 -p1 -b .arm
%patch7 -p1 -b .gcc295
%patch8 -p0 -b .include
%ifarch ppc
%patch9 -p1 -b .ppc
%endif

%build
make depend
(cd skey; make clean; make linux)
uname -a|grep SMP && make -j 2 RPM_OPT_FLAGS="$RPM_OPT_FLAGS" || %make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8

install -c -s dip $RPM_BUILD_ROOT%{_sbindir}
ln -sf dip $RPM_BUILD_ROOT%{_sbindir}/diplogini
install -c -m 0444 dip.8 $RPM_BUILD_ROOT%{_mandir}/man8
ln -sf dip.8.bz2 $RPM_BUILD_ROOT%{_mandir}/man8/diplogin.8.bz2

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%attr(0755,root,uucp)	%{_sbindir}/dip
%{_sbindir}/diplogini
%{_mandir}/man8/dip.8.bz2
%{_mandir}/man8/diplogin.8.bz2

%changelog
* Mon Dec 11 2000 Vincent Saugey <vince@mandrakesoft.com> 3.3.7o-14mdk
- Add Build requires (gccmakedep will move from XFree86 to XFree86-devel)

* Mon Nov  6 2000 dam's <damien@mandrakesoft.com> 3.3.7o-13mdk
- Mandrake release.

* Thu Aug 03 2000 Stefan van der Eijk <s.vandereijk@chello.nl> 3.3.7o-12mdk
- BM
- Geoff <snailtalk@linux-mandrake.com> -- _spechelper_ bzip2 mannpages!!

* Fri Jul 21 2000 David BAUDENS <baudens@mandrakesoft.com> 3.3.7o-11mdk
- Fix build on PPC

* Thu Apr 20 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 3.3.7o-10mdk
- fixed release tag

* Tue Mar 21 2000 Yoann Vandoorselaere <yoann@mandrakesoft.com> 3.3.7o-9mdk
- Fix group.
- Added a patch for dip to compile on newer kernels.

* Mon Dec 13 1999 Camille Begnis <camille@mandrakesoft.com>
- added link to fit man doc

* Mon Nov 24 1999 Camille Begnis <camille@mandrakesoft.com>
- added compilation for SMP architecture   

* Thu Aug  5 1999 Bernhard Rosenkränzer <bero@ms-windows-2000.com>
- fix compilation with {p,}gcc 2.95

* Tue May 11 1999 Bernhard Rosenkränzer <bero@mandrakesoft.com>
- Mandrake adaptions

* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
- auto rebuild in the new build environment (release 14)

* Thu Jan 21 1999 Bill Nottingham <notting@redhat.com>
- build for 6.0 & arm

* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
- build root

* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr

* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
- various spec file cleanups