[paketler-commits] r36592 - 2007/applications/network/bogofilter
paketler-commits at pardus.org.tr
paketler-commits at pardus.org.tr
14 Ara 2007 Cum 11:20:55 EET
Author: cartman
Date: Fri Dec 14 11:20:55 2007
New Revision: 36592
Modified:
2007/applications/network/bogofilter/actions.py
2007/applications/network/bogofilter/pspec.xml
Log:
merge
Modified: 2007/applications/network/bogofilter/actions.py
=================================================================
--- 2007/applications/network/bogofilter/actions.py (original)
+++ 2007/applications/network/bogofilter/actions.py Fri Dec 14 11:20:55 2007
@@ -1,9 +1,9 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright 2005,2006 TUBITAK/UEKAE
+# Copyright 2005-2007 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
-# See the file http://www.gnu.org/copyleft/gpl.txt.
+# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -16,11 +16,14 @@
def build():
autotools.make()
+def check():
+ autotools.make("check")
+
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodir("/usr/share/%s/contrib" % get.srcTAG())
- pisitools.insinto("/usr/share/%s/contrib" % get.srcTAG(), "contrib/*")
+ pisitools.insinto("/usr/share/bogofilter/contrib", "contrib/*")
+ pisitools.rename("/etc/bogofilter.cf.example","bogofilter.cf")
- pisitools.dodoc("AUTHORS", "CHANGES*", "COPYING", "INSTALL", "NEWS", "README", \
- "RELEASE.NOTES*", "TODO", "doc/integrating-with-*")
+ pisitools.dohtml("doc/*.html")
+ pisitools.dodoc("AUTHORS", "CHANGES*", "COPYING", "NEWS", "README", "RELEASE.NOTES*", "TODO", "doc/integrating-with-*")
Modified: 2007/applications/network/bogofilter/pspec.xml
=================================================================
--- 2007/applications/network/bogofilter/pspec.xml (original)
+++ 2007/applications/network/bogofilter/pspec.xml Fri Dec 14 11:20:55 2007
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Bayesian spam filter designed with fast algorithms, and tuned for speed</Summary>
<Description>Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body).</Description>
- <Archive sha1sum="e58386262a57697bcf8d4f070ad9312540f7a5ec" type="tarbz2">http://heanet.dl.sourceforge.net/sourceforge/bogofilter/bogofilter-1.1.5.tar.bz2</Archive>
+ <Archive sha1sum="fbf3e34e49d2d10ca01ece8b0f1eeaddc4400485" type="tarbz2">mirrors://sourceforge/bogofilter/bogofilter-1.1.6.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gsl</Dependency>
</BuildDependencies>
@@ -26,13 +26,20 @@
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
+ <Path fileType="data">/usr/share/bogofilter</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
+ <Update release="10">
+ <Date>2007-12-12</Date>
+ <Version>1.1.6</Version>
+ <Comment>Stable update</Comment>
+ <Name>İsmail Dönmez</Name>
+ <Email>ismail at pardus.org.tr</Email>
+ </Update>
<Update release="9">
<Date>2007-02-01</Date>
<Version>1.1.5</Version>
Paketler-commits mesaj listesiyle ilgili
daha fazla bilgi