Do not use the github sources, which lack tests
This commit is contained in:
parent
a2b16923e4
commit
2372eb38be
@ -24,7 +24,7 @@ BuildArch: noarch
|
||||
ExcludeArch: %{ix86}
|
||||
URL: https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/
|
||||
VCS: https://github.com/frankluebeck/GAPDoc
|
||||
Source0: %{vcs}/archive/relv%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gap-devel
|
||||
BuildRequires: ghostscript
|
||||
@ -160,7 +160,7 @@ export LC_ALL=C.UTF-8
|
||||
ln -s %{gap_libdir}/doc ../../doc
|
||||
mkdir ../pkg
|
||||
ln -s ../GAPDoc-%{version} ../pkg
|
||||
gap -l "$PWD/..;" --bare %{!?with_bootstrap:-c 'LoadPackage("GAPDoc");'} makedocrel.g
|
||||
gap -l "$PWD/..;" --bare -c 'LoadPackage("GAPDoc");' makedocrel.g
|
||||
rm -fr ../../doc ../pkg
|
||||
|
||||
# Remove build paths
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (GAPDoc-1.6.7.tar.gz) = 27f21e5060c46a061b009323fa423bf1427410c68e5804dbc0ef66f5334abcac7a35d81e83e2ac1a752be8474f44da003917fed8c236e2b208c6811b7f99ac62
|
||||
SHA512 (GAPDoc-1.6.7.tar.bz2) = 28eb1e49152b79318b22be5a9adbef573a10df7223bbbe64a9b63f6d8a175d727d72ea9e0f93b08fa36062887e9e8874b11c332d8751a4f6136db328c8484cd0
|
||||
|
Loading…
Reference in New Issue
Block a user