- Explicitly buildrequire amsmath.sty to fix a build failure.
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=72
This commit is contained in:
parent
58e3a48b6d
commit
0a9c3331b7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 7 06:11:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Explicitly buildrequire amsmath.sty to fix a build failure.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 16 11:04:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sun Jul 16 11:04:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
41
pari.spec
41
pari.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pari
|
# spec file for package pari
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,12 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global desc \
|
|
||||||
PARI/GP is a computer algebra system designed for computations\
|
|
||||||
in number theory (factorizations, algebraic number theory, elliptic\
|
|
||||||
curves) and other entities like matrices, polynomials,\
|
|
||||||
power series, algebraic numbers, and transcendental functions.\
|
|
||||||
%nil
|
|
||||||
# See
|
# See
|
||||||
# http://pari.math.u-bordeaux.fr/archives/pari-dev-1211/msg00006.html
|
# http://pari.math.u-bordeaux.fr/archives/pari-dev-1211/msg00006.html
|
||||||
# for details on the SO versioning.
|
# for details on the SO versioning.
|
||||||
@ -50,16 +44,23 @@ BuildRequires: texlive-luatexbase
|
|||||||
BuildRequires: texlive-tex-bin
|
BuildRequires: texlive-tex-bin
|
||||||
BuildRequires: xorg-x11-proto-devel
|
BuildRequires: xorg-x11-proto-devel
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: tex(amsmath.sty)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%desc
|
PARI/GP is a computer algebra system designed for computations
|
||||||
|
in number theory (factorizations, algebraic number theory, elliptic
|
||||||
|
curves) and other entities like matrices, polynomials,
|
||||||
|
power series, algebraic numbers, and transcendental functions.
|
||||||
|
|
||||||
%package gp
|
%package gp
|
||||||
Summary: Frontend to the PARI Computer Algebra System
|
Summary: Frontend to the PARI Computer Algebra System
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
|
|
||||||
%description gp
|
%description gp
|
||||||
%desc
|
PARI/GP is a computer algebra system designed for computations
|
||||||
|
in number theory (factorizations, algebraic number theory, elliptic
|
||||||
|
curves) and other entities like matrices, polynomials,
|
||||||
|
power series, algebraic numbers, and transcendental functions.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for the PARI Computer Algebra System
|
Summary: Documentation for the PARI Computer Algebra System
|
||||||
@ -67,30 +68,29 @@ Group: Documentation/Other
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
%desc
|
This package contains the documentation and examples for the PARI
|
||||||
|
Computer Algebra System.
|
||||||
This package contains the documentation and examples for the PARI Computer Algebra System.
|
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Shared library for the PARI Computer Algebra System
|
Summary: Shared library for the PARI Computer Algebra System
|
||||||
# This is used by the data packages to avoid having a too-old version of libpari:
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# This is used by the data packages to avoid having a too-old version of libpari:
|
||||||
Provides: libpari-gmp = %version
|
Provides: libpari-gmp = %version
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
%desc
|
PARI/GP is a computer algebra system designed for computations
|
||||||
|
in number theory.
|
||||||
This package contains shared library for the PARI CAS.
|
This package contains shared library for the PARI CAS.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the PARI Computer Algebra System
|
Summary: Headers for the PARI Computer Algebra System
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
%desc
|
PARI/GP is a computer algebra system designed for computations
|
||||||
|
in number theory.
|
||||||
This package contains development files for the PARI CAS.
|
This package contains C API headers for the PARI CAS.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
@ -129,8 +129,7 @@ install -Dm0644 doc/*.pdf %buildroot%_defaultdocdir/%name
|
|||||||
rm -rf %buildroot%_datadir/%name/doc
|
rm -rf %buildroot%_datadir/%name/doc
|
||||||
mv %buildroot%_datadir/%name/examples %buildroot%_defaultdocdir/%name
|
mv %buildroot%_datadir/%name/examples %buildroot%_defaultdocdir/%name
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files gp
|
%files gp
|
||||||
%doc AUTHORS CHANGES* README* NEW
|
%doc AUTHORS CHANGES* README* NEW
|
||||||
|
Loading…
Reference in New Issue
Block a user