output.p 704 B

12345678910111213141516171819202122232425262728293031323334353637
  1. --- output.orig.spec 2010-06-21 16:41:15.000000000 +0800
  2. +++ output.spec 2010-06-21 16:41:15.000000000 +0800
  3. @@ -4,6 +4,7 @@
  4. #
  5. # >> macros
  6. # << macros
  7. +%define keepstatic 1
  8. Name: testpkg
  9. Summary: Sample package for spectacle testings
  10. @@ -42,7 +43,8 @@ This package contains development files
  11. # >> build pre
  12. # << build pre
  13. -
  14. +%configure
  15. +make %{?jobs:-j%jobs}
  16. # >> build post
  17. # << build post
  18. @@ -50,6 +52,7 @@ This package contains development files
  19. rm -rf %{buildroot}
  20. # >> install pre
  21. # << install pre
  22. +%make_install
  23. # >> install post
  24. # << install post
  25. @@ -64,6 +67,7 @@ rm -rf %{buildroot}
  26. %files
  27. %defattr(-,root,root,-)
  28. +%{_libdir}/*.a
  29. # >> files
  30. # << files