Skip to content

Commit

Permalink
remove version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Nov 3, 2023
1 parent 703f2d8 commit dfef4d8
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ easyblock = 'Bundle'
name = 'FPM'
version = '1.15.1'

local_rubyver = '3.2.2'
versionsuffix = '-Ruby-%s' % local_rubyver

homepage = 'https://github.com/jordansissel/fpm'
description = """Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease
and sanity."""
Expand All @@ -17,7 +14,7 @@ builddependencies = [
]

dependencies = [
('Ruby', local_rubyver),
('Ruby', '3.2.2'),
]

exts_default_options = {
Expand Down Expand Up @@ -64,7 +61,7 @@ exts_list = [
]

sanity_check_paths = {
'files': ['bin/fpm'],
'files': ['bin/%(namelower)s'],
'dirs': ['gems/%(namelower)s-%(version)s'],
}

Expand Down

0 comments on commit dfef4d8

Please sign in to comment.