File pari-galdata.spec of Package pari-galdata
# # spec file for package pari-galdata # # Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: pari-galdata Version: 20080411 Release: 0 Summary: Galois Groups 8-11 for the PARI CAS License: GPL-2.0-or-later Group: Productivity/Scientific/Math URL: http://pari.math.u-bordeaux.fr/ Source: galdata.tar.xz Source2: LICENSE BuildRequires: fdupes BuildRequires: xz BuildArch: noarch Conflicts: libpari-gmp < 2.2.7 %description This package is needed by the "polgalois" function in the PARI CAS to compute Galois group in degrees 8 through 11. %prep %setup -qn data cp "%_sourcedir/LICENSE" . %build %install c="%buildroot/%_datadir/pari" mkdir -p "$c" mv galdata "$c/" %fdupes %buildroot/%_prefix %files %_datadir/pari %license LICENSE %changelog