- Specfile modernization
OBS-URL: https://build.opensuse.org/package/show/science/pari-galpol?expand=0&rev=16
This commit is contained in:
parent
43d0f6a30d
commit
0365b5d6d4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 16 22:06:15 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Specfile modernization
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 29 20:25:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Wed Aug 29 20:25:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pari-galpol
|
# spec file for package pari-galpol
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -27,7 +27,7 @@ URL: http://pari.math.u-bordeaux.fr/
|
|||||||
Source: http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz
|
Source: http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz
|
||||||
Source2: http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz.asc
|
Source2: http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz.asc
|
||||||
Source3: LICENSE
|
Source3: LICENSE
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: fdupes
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Conflicts: libpari-gmp < 2.4.3
|
Conflicts: libpari-gmp < 2.4.3
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ PARI package of the GALPOL database of polynomials defining Galois
|
|||||||
extensions of the rationals, accessed by the "galoisgetpol" function.
|
extensions of the rationals, accessed by the "galoisgetpol" function.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn data
|
%autosetup -n data
|
||||||
cp "%_sourcedir/LICENSE" .
|
cp "%_sourcedir/LICENSE" .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -45,10 +45,10 @@ cp "%_sourcedir/LICENSE" .
|
|||||||
c="%buildroot/%_datadir/pari"
|
c="%buildroot/%_datadir/pari"
|
||||||
mkdir -p "$c"
|
mkdir -p "$c"
|
||||||
mv galpol "$c/"
|
mv galpol "$c/"
|
||||||
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%_datadir/pari
|
%_datadir/pari
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user