]> git.pld-linux.org Git - packages/pspp.git/commitdiff
- up to 0.10.2 auto/th/pspp-0.10.2-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Jul 2017 14:17:30 +0000 (16:17 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Jul 2017 14:17:30 +0000 (16:17 +0200)
perl-no-dot-in-inc.patch [new file with mode: 0644]
pspp.spec

diff --git a/perl-no-dot-in-inc.patch b/perl-no-dot-in-inc.patch
new file mode 100644 (file)
index 0000000..218f19d
--- /dev/null
@@ -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;
index ef5096de5ca68bdc249367f0e3ee010e9e410b8d..24fba962d1c6487d46784361568f9cc3b19553eb 100644 (file)
--- 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 \
This page took 0.187412 seconds and 4 git commands to generate.