From Fedora Project Wiki
Line 13: Line 13:


* All packages must Require <code>preupgrade-assistant</code>.
* All packages must Require <code>preupgrade-assistant</code>.
* All packages must have <code>BuildRequires: preupgrade-assistant-tools</code>. (for macros and checking)
* All packages must have <code>BuildRequires: preupgrade-assistant-devel</code>. (for macros and checking)


== Architecture ==
== Architecture ==

Revision as of 08:18, 22 January 2015

Warning.png
This is a DRAFT.

PreupgradeAssistant contents Packaging guidelines

How to package a PreupgradeAssistant contents

Naming guidelines

Every Preupgrade Assistant content package must start with preupgrade-assistant-contents which is followed by original package name all lowercase.

For example preupgrade assistant package name mariadb will be named preupgrade-assistant-contents-mariadb in the SPEC file.

Dependencies

  • All packages must Require preupgrade-assistant.
  • All packages must have BuildRequires: preupgrade-assistant-devel. (for macros and checking)

Architecture

  • All preupgrade-assistant-contents must be architecture independent, i. e. BuildArch: noarch.

Macros

  • The macro denoting the parent directory where the package files go is %{_preupgradedir}. This currently expands to /usr/share/preupgrade.

Build section

Install section

Check section

  • You must run %check_preupgrade in check section and it must pass.
%check_preupgrade %{preupgradedir}/Fedora%{preupg_number}_%{postupg_number}/

Files section

Directory ownership

Sample SPEC