Jan Engelhardt 2021-11-02 20:20:20 +00:00 committed by Git OBS Bridge
parent 8bc1cbe471
commit 843b28a039

View File

@ -32,22 +32,22 @@ BuildArch: noarch
Conflicts: libpari-gmp < 2.2.11
%description
PARI/GP version of J. E. Cremonas Elliptic Curve Data, needed by
PARI/GP version of J. E. Cremona's Elliptic Curve Data, needed by
the PARI functions "ellsearch" and "ellidentify".
%prep
%autosetup -n data
cp %{SOURCE3} %{SOURCE4} .
mv elldata/README .
cp -av %_sourcedir/LICENSE %_sourcedir/COPYING .
mv -v elldata/README .
%build
%install
install -dm0755 %buildroot/%_datadir/pari
mv elldata %buildroot/%_datadir/pari/
mv -v elldata %buildroot/%_datadir/pari/
%files
%_datadir/pari
%_datadir/pari/
%license COPYING LICENSE
%doc README