Advertisement
Guest User

Untitled

a guest
May 22nd, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ls ./
  2. rpm
  3.  
  4. #
  5. # Do NOT Edit the Auto-generated Part!
  6. # Generated by: spectacle version 0.25
  7. #
  8.  
  9. Name: hello
  10.  
  11. # >> macros
  12. # << macros
  13.  
  14. Summary: Simple "Hello World"
  15. Version: 0.1
  16. Release: 1
  17. Group: Amusements/Games
  18. License: GPL
  19. URL: https://wiki.merproject.org/wiki/Building_against_Mer_in_Community_OBS
  20. Source0: hello-0.1.tar.gz
  21. Source100: hello.yaml
  22.  
  23. %description
  24. Sample package for Mer
  25.  
  26.  
  27. %prep
  28. %setup -q -n %{name}-%{version}
  29.  
  30. # >> setup
  31. # << setup
  32.  
  33. %build
  34. # >> build pre
  35. # << build pre
  36.  
  37.  
  38. make %{?jobs:-j%jobs}
  39.  
  40. # >> build post
  41. # << build post
  42.  
  43. %install
  44. rm -rf %{buildroot}
  45. # >> install pre
  46. # << install pre
  47. %make_install
  48.  
  49. # >> install post
  50. # << install post
  51.  
  52.  
  53. %files
  54. %defattr(-,root,root,-)
  55. %{_bindir}/hello
  56. # >> files
  57. # << files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement