[
Date Prev
][
Date Next
] [
Thread Prev
][
Thread Next
] [
Thread Index
] [
Date Index
] [
Author Index
]
FW: .c files as Sources in the header
From
: "Smitha Narayanaswamy \(smithan\)" <smithan cisco com>
To
: <rpm-list redhat com>
Cc
: "'Sachin Mhatre'" <smhatre cisco com>
Subject
: FW: .c files as Sources in the header
Date
: Fri, 16 Jan 2004 14:14:52 +0530
Title:
Message
Is it possible to put .c files in the Source section of the header
of the spec file?
For example:
%define name abc
%define version 1.2
%define release 1
Summary : xyz
Name : %{name}
Version : %{version}
Release : %{release}
License : xyz
Group : xyz
Source : %{name}-%{version}.tar
Instead can you give :
%define name abc
%define version 1.2
%define release 1
Summary : xyz
Name : %{name}
Version : %{version}
Release : %{release}
License : xyz
Group : xyz
Source : source_file.c
?
Please do a reply 'all' to this mail.
Thanks
Smitha
[
Date Prev
][
Date Next
] [
Thread Prev
][
Thread Next
] [
Thread Index
] [
Date Index
] [
Author Index
]