[EMAIL PROTECTED]>
Date: Mon, 3 Jul 2000 09:14:14 -0700
Organization:
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300
Subject: Re: [rpmhelp] rpm
I found the problem.. Dam it I got my spec files mixed up, I need to start
keeping my stuff I am working on in order..hehe
John Johnson
Administrator Cyber Bytes Online.
----- Original Message -----
From: Chmouel Boudjnah <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 03, 2000 7:18 AM
Subject: Re: [rpmhelp] rpm
> "John Johnson" <[EMAIL PROTECTED]> writes:
>
> > > Humm makefile target: ? i don't see, what is the errors message
> > > exactly ?
> >
> > Well it get's to just past make RPM_OPT_FLAGS..Bla..bla..bla then it
> > gives me an error
> > "make: *** No targets. Stop.
> > Bad exit status from /var/tmp/rpm-tmp.79227 (%build)
>
> > %define name LinNeighborhood
> > %define version 0.6.0
> > %define release 1mdk
> >
> > Summary: GUI for a Network Neighborhood in LINUX
> > Name: %{name}
> > Version: %{version}
> > Release: %{release}
> > Source0: %{name}-%{version}.tar.bz2
> > Copyright: GPL
> > Group: X11/Applications/Networking
> > Requires: samba
> > Buildroot: %{_tmppath}/%{name}-buildroot
> > URL: http://www.bnro.de/~schmidjo/
> >
> > %description
> > This application gives you a GUI similar to the Win9x/NT network
> > neighborhood.
> > It makes you able to browse entire networks and mount shares.
> > At least Samba (http://www.samba.org) is required with
> > smbmount/smbumount/smbmnt.
> > Or Samba without smbmount/smbumount/smbmnt but with smbfs installed.
> >