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 Conflicts: libpari-gmp < 2.2.11
%description %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". the PARI functions "ellsearch" and "ellidentify".
%prep %prep
%autosetup -n data %autosetup -n data
cp %{SOURCE3} %{SOURCE4} . cp -av %_sourcedir/LICENSE %_sourcedir/COPYING .
mv elldata/README . mv -v elldata/README .
%build %build
%install %install
install -dm0755 %buildroot/%_datadir/pari install -dm0755 %buildroot/%_datadir/pari
mv elldata %buildroot/%_datadir/pari/ mv -v elldata %buildroot/%_datadir/pari/
%files %files
%_datadir/pari %_datadir/pari/
%license COPYING LICENSE %license COPYING LICENSE
%doc README %doc README