[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
FC4 spec file problem: %define doesn't work
- From: Robinson Tiemuqinke <hahaha_30k yahoo com>
- To: rpm-list redhat com, fedora-list redhat com
- Cc:
- Subject: FC4 spec file problem: %define doesn't work
- Date: Sat, 18 Feb 2006 01:18:14 -0800 (PST)
Hi,
I found a strange problem with "%define" in .spec
file. my rpm version is 4.4.1-22.
The problem is: The defined value with '%define' can
not be refered -- see the mykver variable defined with
"%define" which trying to
represent kernel version like "26" or "24". But it
failed to be refered later and I had to comment
'%define' out
and directly put the expression in the "Release:"
statement.
I've seen a lot of '%define' in use in other .spec
files before, then what
is my problem?? Please help.
...
##
## failed to resolve Release with '%define' statement
##
%define mykver %(echo `/bin/uname -r | /bin/cut -c1-3
| /bin/sed -e 's/\.//g'`)
Name: perforce
Summary: perforce - perforce binaries and helper
files
Version: 2005.2
#Release: 3_example_%(echo `/bin/uname -r | /bin/cut
-c1-3 | /bin/sed -e 's/\.//g'`)
Release: 3_example_%{mykver}
Vendor: Provided seperatedly by Perforce Company,
rolled together by Example company for easy
administration.
License: Perforce
...
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]