[PLDWWW] page changed: developingpld

"Elan Ruusamäe (glen)" glen at pld-linux.org
Tue Dec 24 20:37:31 CET 2013


[Spec files] 

--- https://www.pld-linux.org/developingpld?rev=1387913405
+++ https://www.pld-linux.org/developingpld
@@ -35,16 +35,14 @@
  ===== Getting more technical =====
  
  
  ==== Spec files ====
- A ''spec'' file contains metadata and building instruction required to create at least one RPM package. It is a text file suitable for processing with the ''builder'' script which in turn handles the whole building process from fetching all the necessary sources from PLD's infrastructure (or directly from the Internet) to packaging the results into installable RPM files (the latter being done by the ''rpmbuild'' utility). 
+ 
+ A ''spec'' file contains metadata and building instruction required to create at least one RPM package. It is a text file suitable for processing with the [[developingpld:builderscript|builder]] script which in turn handles the whole building process from fetching all the necessary sources from PLD's infrastructure (or directly from the Internet) to packaging the results into installable RPM files (the latter being done by the ''rpmbuild'' utility). 
  
  You can also [[http://www.rpm.org/max-rpm/ch-rpm-inside.html|read more on spec files]]. 
  
- All the ''spec'' files reside inside //SPECS// module of our [[:Repositories| CVS server]]. The module also contains some special files, the most crucial being the ''builder'' script. 
- 
- 
- 
+ All the ''spec'' files reside inside their respective package dir of our [[repositories#git_repositories| GIT server]]. [[package>rpm-build-tools]] package, containing ''builder'' script, also contains some special files, the most crucial being the ''builder'' script. 
  ==== The builder script ====
  The ''builder'' script is responsible for the whole package assembly process. It fetches all the needed sources, checks for required dependencies, unpacks the sources, compiles them and finally packages the result into installable RPM files. 
  
  You can also [[:DevelopingPLD:BuilderScript|read more on builder script]]. 


Diff URL:
  https://www.pld-linux.org/developingpld?do=diff&r1=1387913405&r2=1387913851
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/


More information about the pld-cvs-commit mailing list