]> git.pld-linux.org Git - packages/pspp.git/commitdiff
- updated to 2.0.0 master auto/th/pspp-2.0.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jan 2024 19:33:43 +0000 (20:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jan 2024 19:33:43 +0000 (20:33 +0100)
pspp-info.patch
pspp.spec

index 4cf7f2a7a1585a825102d4ef99163e91b0f20e47..fa1f2be0ea269e805d0c2d5da61727bf0420a73d 100644 (file)
@@ -1,14 +1,14 @@
---- pspp-0.8.4/doc/pspp-dev.texi.orig  2014-09-27 05:44:30.000000000 +0200
-+++ pspp-0.8.4/doc/pspp-dev.texi       2014-10-31 23:18:06.539656487 +0100
-@@ -28,9 +28,9 @@
+--- pspp-2.0.0/doc/pspp-dev.texi.orig  2024-01-13 18:51:06.659908104 +0100
++++ pspp-2.0.0/doc/pspp-dev.texi       2024-01-13 18:52:16.189531429 +0100
+@@ -37,9 +37,9 @@
  @finalout
  @end iftex
  
 -@dircategory Math
 +@dircategory Scientific software:
  @direntry
--* PSPP Developers Guide: (pspp-dev). Tutorial and reference for PSPP developers.
-+* PSPP Developers Guide: (pspp-dev).  Tutorial and reference for PSPP developers
+-* PSPP Developers Guide: (pspp-dev). Reference for PSPP developers.
++* PSPP Developers Guide: (pspp-dev).  Reference for PSPP developers
  @end direntry
  
  @copying
index 42006bf6426eb2bb895d0c17eac2c2398b77a793..21b3105b67bcc525e4e3ea92f39d2f5e16cb44b9 100644 (file)
--- a/pspp.spec
+++ b/pspp.spec
@@ -6,12 +6,12 @@
 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:       1.6.2
-Release:       3
+Version:       2.0.0
+Release:       1
 License:       GPL v3+
 Group:         Applications/Science
 Source0:       https://ftp.gnu.org/gnu/pspp/%{name}-%{version}.tar.gz
-# Source0-md5: 0e2aecdf978b9de9feb94214e39185bd
+# Source0-md5: 11f5949311bfe66a44999b9d7db6c99b
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-perl.patch
 URL:           http://www.gnu.org/software/pspp/
@@ -24,8 +24,9 @@ BuildRequires:        gsl-devel >= 1.13
 BuildRequires: gtk+3-devel >= 3.22.0
 BuildRequires: gtksourceview4-devel >= 4.0
 %{?with_glade:BuildRequires:   glade-devel >= 3.0}
-BuildRequires: libtool
+BuildRequires: libtool >= 2:2
 BuildRequires: libxml2-devel >= 2.0
+BuildRequires: openssl-devel
 BuildRequires: pango-devel >= 1:1.22
 BuildRequires: perl-base >= 5.005_03
 %{?with_perl:BuildRequires:    perl-devel >= 1:5.8}
@@ -37,6 +38,8 @@ BuildRequires:        rpm-perlprov >= 4.1-13
 BuildRequires: rpmbuild(macros) >= 1.745
 BuildRequires: spread-sheet-widget-devel >= 0.7
 BuildRequires: texinfo
+# tex
+BuildRequires: texlive
 BuildRequires: zlib-devel
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk-update-icon-cache
@@ -127,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# program no longer installed, but manual still is... restore for now
+install utilities/pspp-dump-sav $RPM_BUILD_ROOT%{_bindir}
+
 %if %{with perl}
 %{__make} -C perl-module install \
        DESTDIR=$RPM_BUILD_ROOT
This page took 0.163446 seconds and 4 git commands to generate.