The BuildRoot tag is only needed on RHEL 5. RHEL 6 and newer are fine
without this setting.
The %{_prefix} macro is already /usr by default.
The Vendor tag is something that should be left undefined in the
packaging .spec itself. Ordinarily this is added during the build by the
build system.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Source0: %{name}-%{version}.tar.gz
License: MIT
Group: Development/Libraries
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-Prefix: %{_prefix}
BuildArch: noarch
-Vendor: Josh Durgin <josh.durgin@inktank.com>
Requires: python-argparse
Requires: PyYAML
Requires: python-boto >= 2.2.2