pspp:v.bump to 1.4.1

This commit is contained in:
2020-09-09 22:59:25 +03:00
parent 693c10369d
commit c1536cf44f
2 changed files with 13 additions and 9 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import get
def setup(): def setup():
pisitools.dosed("src/ui/gui/gen-dot-desktop.sh", "Math;", "") pisitools.dosed("src/ui/gui/org.fsf.pspp.desktop.in", "Math;", "")
autotools.configure("--disable-rpath \ autotools.configure("--disable-rpath \
--disable-static") --disable-static")
#--without-libreadline-prefix") #--without-libreadline-prefix")
@@ -19,6 +19,6 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodir("/usr/share/pspp/contrib") #pisitools.dodir("/usr/share/pspp/contrib")
pisitools.insinto("/usr/share/pspp/contrib" , "pspp-mode.el") #pisitools.insinto("/usr/share/pspp/contrib" , "pspp-mode.el")
+10 -6
View File
@@ -11,8 +11,7 @@
<Icon>pspp</Icon> <Icon>pspp</Icon>
<Summary>GNU PSPP is a program for statistical analysis of sampled data</Summary> <Summary>GNU PSPP is a program for statistical analysis of sampled data</Summary>
<Description>GNU PSPP is a program for statistical analysis of sampled data</Description> <Description>GNU PSPP is a program for statistical analysis of sampled data</Description>
<!--Archive type="targz" sha1sum="963f6f5a5459a35c53989b2666b5cc1450fd1750">http://ftp.gnu.org/gnu/pspp/pspp-1.2.0.tar.gz</Archive--> <Archive type="targz" sha1sum="ee49f0e52db9a2dc6bebc22945c5591dcd686326">http://ftp.gnu.org/gnu/pspp/pspp-1.4.1.tar.gz</Archive>
<Archive type="targz" sha1sum="84b96e1c62b0b18cb61d006a5069dc2ebc2dfb2d">https://pspp.benpfaff.org/~blp/pspp-master/20190410050001/source/pspp-1.3.0-g5a9ba3.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cairo-devel</Dependency> <Dependency>cairo-devel</Dependency>
<Dependency versionFrom="2.4">gsl-devel</Dependency> <Dependency versionFrom="2.4">gsl-devel</Dependency>
@@ -31,9 +30,6 @@
<Dependency>icon-theme-hicolor</Dependency> <Dependency>icon-theme-hicolor</Dependency>
<Dependency>spread-sheet-widget-devel</Dependency> <Dependency>spread-sheet-widget-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches>
<Patch>posthoc_stats.patch</Patch>
</Patches>
</Source> </Source>
<Package> <Package>
<Name>pspp</Name> <Name>pspp</Name>
@@ -62,8 +58,9 @@
<Path fileType="data">/usr/share/icons</Path> <Path fileType="data">/usr/share/icons</Path>
<Path fileType="localedata">/usr/share/locale</Path> <Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/man</Path> <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/pspp</Path>
<Path fileType="data">/usr/share/metainfo/pspp.appdata.xml</Path> <Path fileType="data">/usr/share/metainfo/org.fsf.pspp.metainfo.xml</Path>
</Files> </Files>
<AdditionalFiles> <AdditionalFiles>
<AdditionalFile owner="root" target="/usr/share/pspp/pspp.desktop" group="root" permission="0644">pspp.desktop</AdditionalFile> <AdditionalFile owner="root" target="/usr/share/pspp/pspp.desktop" group="root" permission="0644">pspp.desktop</AdditionalFile>
@@ -82,6 +79,13 @@
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2020-09-09</Date>
<Version>1.4.1</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2019-10-05</Date> <Date>2019-10-05</Date>
<Version>1.3.0a</Version> <Version>1.3.0a</Version>