Skip to content

Commit 13f8f6a

Browse files
author
u
committed
update
1 parent 95bb581 commit 13f8f6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua2pack/templates/generic.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Source1: {{ rockspec }}
55
%define luarocks_rockspec_file %{SOURCE1}
66
Name: {{ name }}
7-
Version: %{?luarocks_pkg_major}%{?!luarocks_pkg_major:0}
8-
Release: %{?luarocks_pkg_minor}%{?!luarocks_pkg_minor:0}%{?autorelease}
7+
Version: {{ major }}
8+
Release: {{ minor }}%{?autorelease}
99
Summary: {{ description.summary or 'FIXME: Summary is missing' }}
1010
Url: {{ description.homepage or 'https://fix.me/homepage/is/missing' }}
1111
License: {{ description.license or 'FIXME: License is missing' }}

0 commit comments

Comments
 (0)