summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-13 16:15:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-13 16:15:35 +0000
commitb04cccd1bee1e906d8ea323bd8adec996ce4f07b (patch)
tree118b9cd8b2966d6671cfe87ae3d27b09aa301aa4
parentaaa470506012b5b810685c86fdeab3ad03315476 (diff)
downloadrootfiles-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.spec7
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>