Yo!
diald is here, it's in contrib.
http://rufus.w3.org/linux/RPM/mandrake/cooker/contrib/RPMS/diald-0.99.1-1mdk
.i586.html
> -----Original Message-----
> From: Chmouel Boudjnah [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 06, 2000 11:48 PM
> To: Gary Lawrence Murphy
> Cc: [EMAIL PROTECTED]; devel
> Subject: Re: [Cooker] Why no diald?
>
>
> Gary Lawrence Murphy <[EMAIL PROTECTED]> writes:
>
> > I am curious --- is there no diald package in Mandrake? If not, how
> > do I go about preparing and submitting an RPM? Is there a standard
> > template script for RPMs?
>
> humm do you use emacs ? by default with the rpm-spec-mode-mdk.el (find
> this in ftp://ftp.mandrakesoft.com/pub/chmou), this is the templates i
> use :
>
> --=-=-=
> %define name foo
> %define version VERSION
> %define release 1mdk
>
> Summary:
> Name: %{name}
> Version: %{version}
> Release: %{release}
> Source0: %{name}-%{version}.tar.bz2
> Copyright:
> Group:
> BuildRoot: %{_tmppath}/%{name}-buildroot
> Prefix: %{_prefix}
>
> %description
>
> %prep
> %setup
>
> %build
>
> %install
> rm -rf $RPM_BUILD_ROOT
>
>
> %clean
> rm -rf $RPM_BUILD_ROOT
>
> %files
> %defattr(-,root,root)
>
>
> %changelog
> * Thu Apr 6 2000 Chmouel Boudjnah <[EMAIL PROTECTED]> VERSION-1mdk
> -
>
>
> # end of file
> --=-=-=
>
> you may find a different version on the mdk-rpm-howto.
>
> --
> MandrakeSoft Inc http://www.mandrakesoft.com
> Pasadena, CA USA --Chmouel
>