[packages/pspp] - up to 0.10.2

baggins baggins at pld-linux.org
Sun Jul 2 16:17:45 CEST 2017


commit 2f690d7d427c39a7a1e4058fbf4eb687c937c2de
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jul 2 16:17:30 2017 +0200

    - up to 0.10.2

 perl-no-dot-in-inc.patch | 11 +++++++++++
 pspp.spec                |  8 +++++---
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/pspp.spec b/pspp.spec
index ef5096d..24fba96 100644
--- a/pspp.spec
+++ b/pspp.spec
@@ -1,13 +1,14 @@
 Summary:	GNU PSPP - program for statistical analysis of sampled data
 Summary(pl.UTF-8):	GNU PSPP - program do analizy statystycznej danych próbkowanych
 Name:		pspp
-Version:	0.8.5
-Release:	3
+Version:	0.10.2
+Release:	1
 License:	GPL v3+
 Group:		Applications/Science
 Source0:	http://ftp.gnu.org/gnu/pspp/%{name}-%{version}.tar.gz
-# Source0-md5:	7600234a8a968c513a2e5c5dbecfc392
+# Source0-md5:	9c5a3295d59b07a9a4462148371723ae
 Patch0:		%{name}-info.patch
+Patch1:		perl-no-dot-in-inc.patch
 URL:		http://www.gnu.org/software/pspp/
 BuildRequires:	cairo-devel >= 1.5
 BuildRequires:	gettext-devel
@@ -53,6 +54,7 @@ GNU PSP libraries command line tools
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
diff --git a/perl-no-dot-in-inc.patch b/perl-no-dot-in-inc.patch
new file mode 100644
index 0000000..218f19d
--- /dev/null
+++ b/perl-no-dot-in-inc.patch
@@ -0,0 +1,11 @@
+--- pspp-0.10.2/perl-module/Makefile.PL~	2016-04-03 03:57:38.000000000 +0200
++++ pspp-0.10.2/perl-module/Makefile.PL	2017-07-02 16:14:11.818358611 +0200
+@@ -4,7 +4,7 @@
+ # the contents of the Makefile that is written.
+ 
+ 
+-do 'pspp-module-config' || do {
++do './pspp-module-config' || do {
+     my $build = prompt ("Enter the location of the build directory of the configured pspp source:", "" );
+     my $src = $top_srcdir;
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pspp.git/commitdiff/2f690d7d427c39a7a1e4058fbf4eb687c937c2de



More information about the pld-cvs-commit mailing list