Replacing failing git clone by valid url (#3505)
* Replacing failing git clone by valid url * Moving to previous version package (0.163) * Removing automake and autoconf dependencies and adding url_list to pick up newer versions * Corrected typo * Reorder versions and removed libtool
This commit is contained in:
parent
babeb32c6d
commit
3923bdca90
@ -35,13 +35,12 @@ class Elfutils(AutotoolsPackage):
|
|||||||
|
|
||||||
homepage = "https://fedorahosted.org/elfutils/"
|
homepage = "https://fedorahosted.org/elfutils/"
|
||||||
|
|
||||||
depends_on('libtool', type='build')
|
url = "https://sourceware.org/elfutils/ftp/0.168/elfutils-0.168.tar.bz2"
|
||||||
depends_on('automake', type='build')
|
list_url = "https://sourceware.org/elfutils/ftp"
|
||||||
depends_on('autoconf', type='build')
|
list_depth = 2
|
||||||
|
|
||||||
version('0.163',
|
version('0.168','52adfa40758d0d39e5d5c57689bf38d6')
|
||||||
git='git://git.fedorahosted.org/git/elfutils.git',
|
version('0.163','77ce87f259987d2e54e4d87b86cbee41')
|
||||||
tag='elfutils-0.163')
|
|
||||||
|
|
||||||
provides('elf@1')
|
provides('elf@1')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user