Changes

From SME Server
Jump to navigationJump to search
No change in size ,  11:02, 20 December 2013
Line 166: Line 166:  
==== %clean ====
 
==== %clean ====
 
  rm -rf $RPM_BUILD_ROOT
 
  rm -rf $RPM_BUILD_ROOT
+
 
 
  # Now we have to list all the files that are part of our installed RPM
 
  # Now we have to list all the files that are part of our installed RPM
 
  # The %files statement lets us refer to an external file list that we
 
  # The %files statement lets us refer to an external file list that we
 
  # just generated, which is easier than trying to list them all by hand
 
  # just generated, which is easier than trying to list them all by hand
 +
 
==== %files -f %{name}-%{version}-filelist ====
 
==== %files -f %{name}-%{version}-filelist ====
  

Navigation menu