1,885
edits
Changes
→Week 5 (Sept 29) - Creating SPEC files and RPMs
* <code>rpmdev-newspec ''packagename''</code>
* Basic Sections# preamble - basic metadata
# %prep - commands to prepare the package for building
# %build - commands to build the package
# %files - list of files to be included in the pacakge
# %changelog - record of the package's change-history
* ScriptsScriptlets
** %pre
** %post
* Testing the specfile
* Using rpmlint
= Resources =
* [:fedora:PackageMaintainers Fedora Package Maintainers page]
** [:fedora:PackageMaintainers/CreatingPackageHowTo Packaging How-To]
'''TODO:'''