diff options
-rw-r--r-- | python/python-pyspf/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-pyspf/README (renamed from python/python-pyspf/README) | 0 | ||||
-rw-r--r-- | python/python2-pyspf/python2-pyspf.SlackBuild (renamed from python/python-pyspf/python-pyspf.SlackBuild) | 8 | ||||
-rw-r--r-- | python/python2-pyspf/python2-pyspf.info (renamed from python/python-pyspf/python-pyspf.info) | 2 | ||||
-rw-r--r-- | python/python2-pyspf/slack-desc | 19 |
5 files changed, 24 insertions, 24 deletions
diff --git a/python/python-pyspf/slack-desc b/python/python-pyspf/slack-desc deleted file mode 100644 index 0a6658955913..000000000000 --- a/python/python-pyspf/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -python-pyspf: python-pyspf (Sender-Policy-Framework queries in Python) -python-pyspf: -python-pyspf: SPF does email sender validation. For more information about SPF, -python-pyspf: please see http://www.openspf.org/ -python-pyspf: -python-pyspf: Homepage: https://sourceforge.net/projects/pymilter/ -python-pyspf: -python-pyspf: -python-pyspf: -python-pyspf: -python-pyspf: diff --git a/python/python-pyspf/README b/python/python2-pyspf/README index 3a4ee251e266..3a4ee251e266 100644 --- a/python/python-pyspf/README +++ b/python/python2-pyspf/README diff --git a/python/python-pyspf/python-pyspf.SlackBuild b/python/python2-pyspf/python2-pyspf.SlackBuild index 942d854a7877..1ef3b91e3833 100644 --- a/python/python-pyspf/python-pyspf.SlackBuild +++ b/python/python2-pyspf/python2-pyspf.SlackBuild @@ -22,7 +22,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=python-pyspf +PRGNAM=python2-pyspf VERSION=${VERSION:-2.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -31,7 +31,7 @@ ORIGNAM=$(echo $PRGNAM | cut -f2 -d-) if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i586 ;; + i?86) ARCH=i486 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/python/python-pyspf/python-pyspf.info b/python/python2-pyspf/python2-pyspf.info index 3b545bf0d588..e2c3f7b9e8fb 100644 --- a/python/python-pyspf/python-pyspf.info +++ b/python/python2-pyspf/python2-pyspf.info @@ -1,4 +1,4 @@ -PRGNAM="python-pyspf" +PRGNAM="python2-pyspf" VERSION="2.0.5" HOMEPAGE="https://sourceforge.net/projects/pymilter" DOWNLOAD="https://downloads.sourceforge.net/pymilter/pyspf-2.0.5.tar.gz" diff --git a/python/python2-pyspf/slack-desc b/python/python2-pyspf/slack-desc new file mode 100644 index 000000000000..39ef05b007b2 --- /dev/null +++ b/python/python2-pyspf/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-pyspf: python2-pyspf (Sender-Policy-Framework queries in Python) +python2-pyspf: +python2-pyspf: SPF does email sender validation. For more information about SPF, +python2-pyspf: please see http://www.openspf.org/ +python2-pyspf: +python2-pyspf: Homepage: https://sourceforge.net/projects/pymilter/ +python2-pyspf: +python2-pyspf: +python2-pyspf: +python2-pyspf: +python2-pyspf: |