Merge pull request #8876 from alick01/master
Version Bump pspec and actions changed
This commit is contained in:
@@ -64,14 +64,14 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019.10.18</Date>
|
||||
<Date>2019-10-18</Date>
|
||||
<Version>0.3.4</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019.04.21</Date>
|
||||
<Date>2019-04-21</Date>
|
||||
<Version>0.3.4</Version>
|
||||
<Comment>First build</Comment>
|
||||
<Name>fury</Name>
|
||||
|
||||
@@ -12,6 +12,21 @@ from pisi.actionsapi import shelltools
|
||||
def setup():
|
||||
#autotools.autoreconf("-fiv")
|
||||
autotools.configure("--prefix=/usr \
|
||||
--sbindir=/usr/bin \
|
||||
--enable-id-check \
|
||||
--enable-clamdtop \
|
||||
--disable-static \
|
||||
--disable-clamav \
|
||||
--disable-fanotify \
|
||||
--disable-experimental \
|
||||
--disable-silent-rules \
|
||||
--with-system-tommath \
|
||||
--with-zlib=/usr \
|
||||
--with-no-cache \
|
||||
--with-user=clamav \
|
||||
--with-group=clamav \
|
||||
--disable-llvm \
|
||||
--with-tcpwrappers \
|
||||
--sysconfdir=/etc \
|
||||
--with-dbdir=/var/lib/clamav")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
@@ -22,12 +37,11 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodir("/run/clamav")
|
||||
pisitools.dodir("/var/lib/clamav")
|
||||
shelltools.chmod(get.installDIR() + "/var/lib/clamav", 0777)
|
||||
pisitools.dodir("/var/log/clamav")
|
||||
shelltools.touch(get.installDIR() + "/var/log/clamav/freshclam.log")
|
||||
shelltools.chmod(get.installDIR() + "/var/log/clamav/freshclam.log", 0660)
|
||||
shelltools.chown("%s/var/log/clamav/freshclam.log" % get.installDIR(), "clamav", "clamav")
|
||||
#pisitools.dodir("/run/clamav")
|
||||
#pisitools.dodir("/var/lib/clamav")
|
||||
#pisitools.dodir("/var/log/clamav")
|
||||
#shelltools.touch(get.installDIR() + "/var/log/clamav/freshclam.log")
|
||||
#shelltools.chmod(get.installDIR() + "/var/log/clamav/freshclam.log", 0600)
|
||||
#shelltools.chown("%s/var/log/clamav/freshclam.log" % get.installDIR(), "clamav", "clamav")
|
||||
|
||||
|
||||
pisitools.dodoc("COPYING*", "NEWS*", "README*")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
# Path to the log file (make sure it has proper permissions)
|
||||
# Default: disabled
|
||||
# UpdateLogFile /var/log/clamav/freshclam.log
|
||||
UpdateLogFile /var/log/clamav/freshclam.log
|
||||
|
||||
# Maximum size of the log file.
|
||||
# Value of 0 disables the limit.
|
||||
|
||||
@@ -14,9 +14,10 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Clam Antivirus software</Summary>
|
||||
<Description>Clam AntiVirus is a GPL anti-virus toolkit for UNIX.</Description>
|
||||
<Archive sha1sum="7a62cce441383096b73c5e23b10d18bd6553b1e1" type="targz">http://www.clamav.net/downloads/production/clamav-0.101.1.tar.gz</Archive>
|
||||
<Archive sha1sum="259a726e7aaeebeed138578192a80e06f949638c" type="targz">https://www.clamav.net/downloads/production/clamav-0.103.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>json-c-devel</Dependency>
|
||||
@@ -30,7 +31,11 @@
|
||||
<Package>
|
||||
<Name>clamav</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gmp</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libtool-ltdl</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>json-c</Dependency>
|
||||
@@ -76,6 +81,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>0.103.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-01-13</Date>
|
||||
<Version>0.101.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user