RE: [Clamav-users] Building RPMS from tarball

2004-02-12 Thread Jim Maul


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Michael
> St. Laurent
> Sent: Thursday, February 12, 2004 12:25 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [Clamav-users] Building RPMS from tarball
>
>
> Tarjei Knapstad <mailto:[EMAIL PROTECTED]> wrote:
> > There's also one in the "Binary packages" page, if you follow the link
> > to Fedora packages. It has binaries, an SRPM and the .spec file for
> > 0.66:
> >
> > http://crash.fce.vutbr.cz/crash-hat/1/clamav/
> >
> > (I've installed these binary packages on our RH 8.0 server without
> > probs.)
>
> Were there any dependency issues to be solved?  The .spec file
> looks like it
> requires the fedora user and group management packages to be installed.
>
>

Dont know about building from the srpms, but using the rpms worked just fine
to upgrade my 0.65 to 0.66.

Jim



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] Building RPMS from tarball

2004-02-12 Thread Michael St. Laurent
Tarjei Knapstad  wrote:
> There's also one in the "Binary packages" page, if you follow the link
> to Fedora packages. It has binaries, an SRPM and the .spec file for
> 0.66:
> 
> http://crash.fce.vutbr.cz/crash-hat/1/clamav/
> 
> (I've installed these binary packages on our RH 8.0 server without
> probs.)

Were there any dependency issues to be solved?  The .spec file looks like it
requires the fedora user and group management packages to be installed.

-- 
Michael St. Laurent
Hartwell Corporation


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Building RPMS from tarball

2004-02-12 Thread Krištof Petr
Mailing Lists wrote:

Not sure if this has been addressed before but I was wondering if it 
is/would be possible to build rpms directly from the tarball. I can do 
this currently with SpamAssassin by doing rpmbuild -ta  and 
it builds rpms for my system. Is this possible to do with clamav. I am 
not sure but I think a spec file would need to be included in the 
source. I think this would make things much, much easier for those of 
us who use rpm based systems to keep up with current builds etc 
instead of either finding or building rpms from scratch every time. 
Anyway, just a thought. If this has been addressed before I apologize.


Hello Richard,

it is not so simply, IMHO.

Clamav development is very quick and syncing with sources is not easy,
especially when there is not release plan or release cycle defined .
On another side, the package maintainers (rpm, deb, solaris, bsd) 
provides valuable QA.
Sometimes clamav versions didnt compile on some systems (aka milter.8),
additional post-release patches was needed to correct run.
You get tested packages with additional features like starting scripts, 
logwatch
config and more for the same price :-)

There are usualy stable packages and development packages following
each important cvs changes with a little delay and you are free to test it.
Petr



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Building RPMS from tarball

2004-02-12 Thread Tarjei Knapstad
On Wed, 2004-02-11 at 20:49, Andrew Mills wrote:
> Hello Michael,
> 
> [snip]
> 
> > I would like to second that request.  Does anyone on the list have a .spec
> > file that they would like to contribute?
> 
> One can be found on the Fedora.us web site under
> http://www.fedora.us/tempspecs/ as well as .spec files for a few other
> things.
> 

There's also one in the "Binary packages" page, if you follow the link
to Fedora packages. It has binaries, an SRPM and the .spec file for
0.66:

http://crash.fce.vutbr.cz/crash-hat/1/clamav/

(I've installed these binary packages on our RH 8.0 server without
probs.)

Cheers,
--
Tarjei



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Building RPMS from tarball

2004-02-11 Thread Andrew Mills
Hello Michael,

[snip]

> I would like to second that request.  Does anyone on the list have a .spec
> file that they would like to contribute?

One can be found on the Fedora.us web site under
http://www.fedora.us/tempspecs/ as well as .spec files for a few other
things.

TTFN

-- 
 Andrew Mills
 sirium.net, web hosting - http://www.sirium.net

"Club Win95 Users" Usenet Newsgroup: comp.ms.lemmings.over.cliff



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] Building RPMS from tarball

2004-02-11 Thread Michael St. Laurent
Mailing Lists  wrote:
> Not sure if this has been addressed before but I was wondering if it
> is/would be possible to build rpms directly from the tarball. I can do
> this currently with SpamAssassin by doing rpmbuild -ta  and
> it builds rpms for my system. Is this possible to do with clamav. I
> am not sure but I think a spec file would need to be included in the
> source. I think this would make things much, much easier for those of
> us who use rpm based systems to keep up with current builds etc
> instead of either finding or building rpms from scratch every time.
> Anyway, just a thought. If this has been addressed before I apologize.

I would like to second that request.  Does anyone on the list have a .spec
file that they would like to contribute?

-- 
Michael St. Laurent
Hartwell Corporation


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


[Clamav-users] Building RPMS from tarball

2004-02-11 Thread Mailing Lists
Not sure if this has been addressed before but I was wondering if it 
is/would be possible to build rpms directly from the tarball. I can do 
this currently with SpamAssassin by doing rpmbuild -ta  and it 
builds rpms for my system. Is this possible to do with clamav. I am not 
sure but I think a spec file would need to be included in the source. I 
think this would make things much, much easier for those of us who use 
rpm based systems to keep up with current builds etc instead of either 
finding or building rpms from scratch every time. Anyway, just a 
thought. If this has been addressed before I apologize.

Richard Humphrey

---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users