Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 31st, 2012  |  syntax: None  |  size: 0.13 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to use regex in an RPM SPEC file?
  2. ...
  3. %install
  4. ...
  5.  
  6. find %{buildroot} -regex '.*a$' > file-lists
  7.  
  8. %files -f file-lists
  9. ...