[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

FW: .c files as Sources in the header



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]