This commit is contained in:
parent
8bc1cbe471
commit
843b28a039
@ -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. 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".
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user