[PLUG] My spec file doesn't work...

plug_0 at robinson-west.com plug_0 at robinson-west.com
Wed Apr 27 19:49:06 UTC 2005


It's supposed to create a binary rpm for
clamav-0.65 on a Redhat 7.3 system, but
it doesn't work.

I'm attaching it hoping that someone 
can mention what else I need to add 
or change to get the binary rpm I'm
after.

It creates a source rpm, but that source
rpm has no file list and I admittedly
am at a loss when it comes to figuring
out where this source rpm installs
the tarball and spec file.

My goal is to roll my own rpms instead
of installing from tarballs.

     --  Michael C. Robinson
-------------- next part --------------
#
# Make a rpm for clamav
#
Summary: ClamAV antivirus scanner
Name: clamav
Version: 0.65
Release: 1
Copyright: GPL
Group: ANTIVIR
Source: ftp://ftp2.robinson-west.com/source_packages/antivir/clamav-0.65.tar.gz
URL: http://www.clamav.net/
Distribution: Redhat Linux 7.3
Vendor: unknown
Packager: Michael Robinson <robinsom at robinson-west.com>

%description
This is the clam antivirus program useful for scanning emails
for viruses.

%prep
%setup

%build
./configure --sysconfdir=/etc
make

%install
make install


More information about the PLUG mailing list