File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ %define luarocks_pkg_name {{ package }}
2+ %define luarocks_pkg_version {{ version }}
13%{?! luadist:%define luadist(-) lua}
24{%- if not sourcerock %}
35Source1: {{ rockspec }}
46%define luarocks_rockspec_file %{SOURCE1 }
57{%- endif %}
68Name: {{ name }}
79Version: %{?luarocks_pkg_major }%{?!luarocks_pkg_major:0 }
8- Release: %{?luarocks_pkg_minor }%{?!luarocks_pkg_minor:0 }
10+ Release: %{?luarocks_pkg_minor }%{?!luarocks_pkg_minor:0 }%{? autorelease }
911Summary: {{ description.summary or 'FIXME: Summary is missing' }}
1012Url: {{ description.homepage or 'https://fix.me/homepage/is/missing' }}
1113License: {{ description.license or 'FIXME: License is missing' }}
Original file line number Diff line number Diff line change 44 name = "lua2pack" ,
55 package_data = {'' : ['lua2pack/templates/*' ]},
66 include_package_data = True ,
7- version = "1.0.12 " ,
7+ version = "1.0.13 " ,
88 description = "Generate RPM or DSC spec files from luarocks" ,
99 summary = "This utility is used for generating files of specific template from luarocks" ,
1010 license = "GPLv3" ,
You can’t perform that action at this time.
0 commit comments