Results 1 to 4 of 4
guys in the spec file of an rpm , what does that tag means
%files extra...
- 01-07-2009 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 65
rpm spec files
guys in the spec file of an rpm , what does that tag means
%files extra
- 01-08-2009 #2
Hi there,
I don't understand what you are asking. The %files section tells the RPM what files and directories 'belong' to it. As far as I know, %files only has the -f <filename> option which specifies a file with the filenames that belong to the RPM, instead of having to list them within the spec file itself.
A good RPM overview is here:
Fedora Project, sponsored by Red Hat
Further information on the issue you are having would help.
- 01-08-2009 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 65
sorry
it seems that we can make sub package from the same spec file , and extra was the name of the subpackage.
thx for the replay.
- 01-08-2009 #4
Cool - I will have to try it some time - thanks for sharing the info!


Reply With Quote
