|
|
@@ -36,6 +36,7 @@
|
|
|
%define V_patch10 20021228
|
|
|
%define V_patch11 20021231
|
|
|
%define V_patches 11
|
|
|
+%define V_patch %{expand:%%{V_patch%{V_patches}}}
|
|
|
|
|
|
# package information
|
|
|
Name: ncurses
|
|
|
@@ -46,7 +47,7 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Terminal
|
|
|
License: GPL
|
|
|
-Version: %{V_base}.%{expand:%%{V_patch%{V_patches}}}
|
|
|
+Version: %{V_base}.%{V_patch}
|
|
|
Release: 20030103
|
|
|
|
|
|
# list of sources
|