diff --git a/pari-elldata.spec b/pari-elldata.spec index aef3372..dc456d8 100644 --- a/pari-elldata.spec +++ b/pari-elldata.spec @@ -32,22 +32,22 @@ BuildArch: noarch Conflicts: libpari-gmp < 2.2.11 %description -PARI/GP version of J. E. Cremona’s 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