Changes between Version 15 and Version 16 of RpmHowToPackagers
- Timestamp:
- Aug 25, 2011, 2:48:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToPackagers
v15 v16 14 14 RPM uses a special file to compile source code, prepare installation and create .rpm files: it is a .spec file, which is just a bunch of shell commands to prepare, build, install, check and clean the setup. 15 15 16 The Fedora project has a very good [http://fedoraproject.org/wiki/How_to_create_an_RPM_package manual on creating RPM packages]. It is recommended to read it through in addition to readingthese brief instructions to get deeper understanding of the RPM creation process.16 The Fedora project has a very good [http://fedoraproject.org/wiki/How_to_create_an_RPM_package manual on creating RPM packages]. It is recommended for reading in addition to these brief instructions to get deeper understanding of the RPM creation process. 17 17 18 18