diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-13 16:15:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-13 16:15:35 +0000 |
commit | b04cccd1bee1e906d8ea323bd8adec996ce4f07b (patch) | |
tree | 118b9cd8b2966d6671cfe87ae3d27b09aa301aa4 | |
parent | aaa470506012b5b810685c86fdeab3ad03315476 (diff) | |
download | rootfiles-b04cccd1bee1e906d8ea323bd8adec996ce4f07b.tar rootfiles-b04cccd1bee1e906d8ea323bd8adec996ce4f07b.tar.gz rootfiles-b04cccd1bee1e906d8ea323bd8adec996ce4f07b.tar.bz2 rootfiles-b04cccd1bee1e906d8ea323bd8adec996ce4f07b.tar.xz rootfiles-b04cccd1bee1e906d8ea323bd8adec996ce4f07b.zip |
keep the "%define version x.x" macro otherwise "make rpm" doesn't work
-rw-r--r-- | rootfiles.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rootfiles.spec b/rootfiles.spec index d868522..39404fb 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,9 +1,12 @@ # MODIFY IN THE CVS !! +%define version 8.0 +%define release 1mdk + Summary: The basic required files for the root user's directory Name: rootfiles # MODIFY IN THE CVS !! -Version: 8.0 -Release: 1mdk +Version: %{version} +Release: %{release} License: Public domain Group: System/Base Packager: David BAUDENS <baudens@mandrakesoft.com> |