output.p 471 B

1234567891011121314151617
  1. --- output.orig.spec 2010-03-30 17:14:08.000000000 +0800
  2. +++ output.spec 2010-03-30 17:14:42.000000000 +0800
  3. @@ -14,6 +14,13 @@ License: BSD
  4. URL: http://www.testpkg.org/
  5. Source0: http://www.testpkg.org/testpkg-%{version}.tar.gz
  6. Source100: testpkg.yaml
  7. +BuildRequires: common-br
  8. +%ifarch %{arm}
  9. +BuildRequires: arm-br
  10. +%endif
  11. +%ifarch %{ix86}
  12. +BuildRequires: x86-br
  13. +%endif
  14. %description
  15. Sample package for spectacle testings, which will be used as