Merge pull request #8876 from alick01/master
Version Bump pspec and actions changed
This commit is contained in:
@@ -64,14 +64,14 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2019.10.18</Date>
|
<Date>2019-10-18</Date>
|
||||||
<Version>0.3.4</Version>
|
<Version>0.3.4</Version>
|
||||||
<Comment>Rebuild.</Comment>
|
<Comment>Rebuild.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>wascheme@tuta.io</Email>
|
<Email>wascheme@tuta.io</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2019.04.21</Date>
|
<Date>2019-04-21</Date>
|
||||||
<Version>0.3.4</Version>
|
<Version>0.3.4</Version>
|
||||||
<Comment>First build</Comment>
|
<Comment>First build</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
|
|||||||
@@ -12,6 +12,21 @@ from pisi.actionsapi import shelltools
|
|||||||
def setup():
|
def setup():
|
||||||
#autotools.autoreconf("-fiv")
|
#autotools.autoreconf("-fiv")
|
||||||
autotools.configure("--prefix=/usr \
|
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 \
|
--sysconfdir=/etc \
|
||||||
--with-dbdir=/var/lib/clamav")
|
--with-dbdir=/var/lib/clamav")
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
@@ -22,12 +37,11 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodir("/run/clamav")
|
#pisitools.dodir("/run/clamav")
|
||||||
pisitools.dodir("/var/lib/clamav")
|
#pisitools.dodir("/var/lib/clamav")
|
||||||
shelltools.chmod(get.installDIR() + "/var/lib/clamav", 0777)
|
#pisitools.dodir("/var/log/clamav")
|
||||||
pisitools.dodir("/var/log/clamav")
|
#shelltools.touch(get.installDIR() + "/var/log/clamav/freshclam.log")
|
||||||
shelltools.touch(get.installDIR() + "/var/log/clamav/freshclam.log")
|
#shelltools.chmod(get.installDIR() + "/var/log/clamav/freshclam.log", 0600)
|
||||||
shelltools.chmod(get.installDIR() + "/var/log/clamav/freshclam.log", 0660)
|
#shelltools.chown("%s/var/log/clamav/freshclam.log" % get.installDIR(), "clamav", "clamav")
|
||||||
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)
|
# Path to the log file (make sure it has proper permissions)
|
||||||
# Default: disabled
|
# Default: disabled
|
||||||
# UpdateLogFile /var/log/clamav/freshclam.log
|
UpdateLogFile /var/log/clamav/freshclam.log
|
||||||
|
|
||||||
# Maximum size of the log file.
|
# Maximum size of the log file.
|
||||||
# Value of 0 disables the limit.
|
# Value of 0 disables the limit.
|
||||||
|
|||||||
@@ -14,9 +14,10 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Clam Antivirus software</Summary>
|
<Summary>Clam Antivirus software</Summary>
|
||||||
<Description>Clam AntiVirus is a GPL anti-virus toolkit for UNIX.</Description>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>gmp-devel</Dependency>
|
<Dependency>libxml2-devel</Dependency>
|
||||||
|
<Dependency>libpcre2-devel</Dependency>
|
||||||
<Dependency>curl-devel</Dependency>
|
<Dependency>curl-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
<Dependency>json-c-devel</Dependency>
|
<Dependency>json-c-devel</Dependency>
|
||||||
@@ -30,7 +31,11 @@
|
|||||||
<Package>
|
<Package>
|
||||||
<Name>clamav</Name>
|
<Name>clamav</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gmp</Dependency>
|
<Dependency>libxml2</Dependency>
|
||||||
|
<Dependency>bzip2</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>libtool-ltdl</Dependency>
|
||||||
|
<Dependency>libpcre2</Dependency>
|
||||||
<Dependency>curl</Dependency>
|
<Dependency>curl</Dependency>
|
||||||
<Dependency>zlib</Dependency>
|
<Dependency>zlib</Dependency>
|
||||||
<Dependency>json-c</Dependency>
|
<Dependency>json-c</Dependency>
|
||||||
@@ -76,6 +81,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="2">
|
||||||
<Date>2019-01-13</Date>
|
<Date>2019-01-13</Date>
|
||||||
<Version>0.101.1</Version>
|
<Version>0.101.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user