Merge pull request #11605 from ayhanyalcinsoy/master

pspp:v.bump to 1.6.2
This commit is contained in:
2023-03-13 13:42:31 +03:00
committed by GitHub
2 changed files with 12 additions and 8 deletions
+2 -5
View File
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
# See the file https://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -9,16 +9,13 @@ from pisi.actionsapi import get
def setup():
pisitools.dosed("doc/org.fsf.pspp.desktop.in", "Math;", "")
pisitools.dosed("doc/org.gnu.pspp.desktop.in", "Math;", "")
autotools.configure("--disable-rpath \
--disable-static")
#--without-libreadline-prefix")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.dodir("/usr/share/pspp/contrib")
#pisitools.insinto("/usr/share/pspp/contrib" , "pspp-mode.el")
+10 -3
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>pspp</Name>
<Homepage>http://www.gnu.org/software/pspp/pspp.html</Homepage>
<Homepage>https://www.gnu.org/software/pspp/pspp.html</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
@@ -13,7 +13,7 @@
<Icon>pspp</Icon>
<Summary>GNU PSPP is a program for statistical analysis of sampled data</Summary>
<Description>PSPP supports T-tests, ANOVA, GLM, linear and logistic regression, reliability analysis, clustering, factor analysis, non-parametric tests, and other statistical features. PSPP produces statistical reports in plain text, PDF, PostScript, CSV, HTML, SVG, and OpenDocument formats.</Description>
<Archive type="targz" sha1sum="5cba462f1acbd94e606d25770aec1238d6e245d6">http://depo.turkiye.linux.web.tr/gnu/pspp/pspp-1.6.0.tar.gz</Archive>
<Archive type="targz" sha1sum="d1801640115958edeada368bf870815bc1da9869">http://mirror.rabisu.com/gnu/pspp/pspp-1.6.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>texinfo</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -64,7 +64,7 @@
<Path fileType="data">/usr/share/man</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/pspp</Path>
<Path fileType="data">/usr/share/metainfo/org.fsf.pspp.metainfo.xml</Path>
<Path fileType="data">/usr/share/metainfo/org.gnu.pspp.metainfo.xml</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" target="/usr/share/pspp/pspp.desktop" group="root" permission="0644">pspp.desktop</AdditionalFile>
@@ -84,6 +84,13 @@
</Package>
<History>
<Update release="5">
<Date>2023-03-13</Date>
<Version>1.6.2</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2022-06-21</Date>
<Version>1.6.0</Version>