User Tools

Site Tools


spec_file_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
spec_file_notes [2015/05/07 18:10]
stephdl created
spec_file_notes [2019/06/05 19:48] (current)
Line 135: Line 135:
  
 ==== %setup ==== ==== %setup ====
-===== %patch0 -p1 =====+==== %patch0 -p1 ====
  
   # The build section lists commands to run as part of the build process   # The build section lists commands to run as part of the build process
Line 144: Line 144:
 ==== %build ==== ==== %build ====
   # A cool way for creating a directory called '''tmp''' during the rpm installation   # A cool way for creating a directory called '''tmp''' during the rpm installation
-=====%{__mkdir_p} root/var/lib/packageName/tmp=====+====%{__mkdir_p} root/var/lib/packageName/tmp====
 or or
   %{__mkdir} -p $RPM_BUILD_ROOT/var/log/httpd-bkpc   %{__mkdir} -p $RPM_BUILD_ROOT/var/log/httpd-bkpc
  
-===== perl createlinks =====+==== perl createlinks ====
  
   # The install section lists commands to run during the build phase to   # The install section lists commands to run during the build phase to
spec_file_notes.1431022214.txt.gz ยท Last modified: 2019/06/05 19:48 (external edit)