From Fedora Project Wiki

(Suggested additional notes)
m (internal link cleaning)
 
Line 1: Line 1:
== Proposed additional note for Eclipse Packaging guidelines ==
== Proposed additional note for Eclipse Packaging guidelines ==


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


  %build
  %build

Latest revision as of 22:01, 17 September 2016

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