diff --git a/rbm.spec b/rbm.spec index 895450e..4afe0e0 100644 --- a/rbm.spec +++ b/rbm.spec @@ -5,7 +5,7 @@ Name: rbm Version: 0.4 Release: 1.20151206git%{shortcommit0}%{?dist} Summary: Reproducible Build Manager -Group: Development/Tools +Group: Development/Tools License: CC0 URL: http://rbm.boklm.eu/ # Latest 0.4 release is very old, use git snapshot, @@ -14,9 +14,9 @@ Source0: https://github.com/boklm/%{name}/archive/%{commit0}.tar.gz#/%{name}- BuildArch: noarch BuildRequires: asciidoc BuildRequires: coreutils -BuildRequires: make +BuildRequires: make BuildRequires: perl -# Not tests are executed, run-time depdencies are not need at build time. +# No tests are executed, run-time depdencies are not needed at build time. # bash for /bin/sh defined in default configuration Requires: bash Requires: bzip2 @@ -29,7 +29,7 @@ Requires: gnupg Requires: gzip Requires: man-db Requires: mercurial -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Exporter) # redhat-lsb-core for lsb_release Requires: redhat-lsb-core @@ -50,7 +50,7 @@ Requires: xz %description Reproducible Build Manager (rbm) is a tool that helps you create and build -packages for multiple linux distributions, and automate the parts that can be +packages for multiple Linux distributions, and automate the parts that can be automated. It includes options to run the build in a defined environment to allow reproducing the build. @@ -76,3 +76,4 @@ make sysconfigdir=%{_sysconfdir} bindir=%{_bindir} mandir=%{_mandir} \ %changelog * Wed Dec 09 2015 Petr Pisar - 0.4-1.20151206gitd50b2a6 - Git snapshot on 2015-12-06 packaged +- Correct typos