mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-03 08:25:32 +02:00
Modify verilog.spec to make it easier to update the version numbers.
This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
||||
#norootforbuild
|
||||
#
|
||||
%define major 13
|
||||
%define minor 0
|
||||
%define rev_date 20221226
|
||||
# Normally, the suff-ix is %nil, meaning the suffix is to not be used.
|
||||
# But if the builder wants to make a suffixed package, he may set this
|
||||
@@ -10,7 +12,7 @@
|
||||
#
|
||||
Summary: Icarus Verilog
|
||||
Name: verilog%{suff}
|
||||
Version: 13.0.%{rev_date}
|
||||
Version: %{major}.%{minor}.%{rev_date}
|
||||
Release: 0
|
||||
License: GPL
|
||||
Group: Productivity/Scientific/Electronics
|
||||
|
||||
Reference in New Issue
Block a user