From Fedora Project Wiki

(Suggested additional notes)
Line 1: Line 1:
== Proposed additional note for Eclipse Packaging guidelines ==


The [https://fedoraproject.org/wiki/Packaging:EclipsePlugins#Specfile_Template spec file template] illustrates building multiple features:


The following metadata was found in MoinMoin that could not be converted
%build
to a useful value in MediaWiki:
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.plugin_feature
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.plugin.b_feature


* : build the b feature
It might also be worth mentioning that for packages that contain only a single feature, one can omit the -f option that specifies it. In such cases, the following is sufficient:
 
%build
%{eclipse_base}/buildscripts/pdebuild

Revision as of 14:49, 10 February 2010

Proposed additional note for Eclipse Packaging guidelines

The spec file template illustrates building multiple features:

%build
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.plugin_feature
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.plugin.b_feature

It might also be worth mentioning that for packages that contain only a single feature, one can omit the -f option that specifies it. In such cases, the following is sufficient:

%build
%{eclipse_base}/buildscripts/pdebuild