On Mon, Sep 02, 2019 at 10:56:15AM +0000, SpecBot wrote: > Update of /people/specbot/public/specs.git [...] > Changelog since `8e6c2ade1f4b23aca01b21640873c2a18d3f2d38' follows: > commit 7b27c69df610578f820ede8ba619ef96c5f25a0e > Author: Pavel Skrylev > Date: Mon Sep 2 15:00:00 2019 +0300 > > 235331: ruby-pry-0.12.2-alt3 +1 more > > ! spec, build depedencies > > alexandria-0.7.3-alt4 > > ! spec > Нет, так не годится. Исправьте, пожалуйста, в соответствии с рекомендуемыми правилами оформления секции %changelog из https://www.altlinux.org/Руководство_по_написанию_changelog [...] > Full diff since `8e6c2ade1f4b23aca01b21640873c2a18d3f2d38' follows: > diff --git a/a/alexandria/alexandria.spec b/a/alexandria/alexandria.spec > index 10f3090..c9a9b03 100644 > --- a/a/alexandria/alexandria.spec > +++ b/a/alexandria/alexandria.spec > @@ -1,17 +1,23 @@ > +%define gemname alexandria-book-collection-manager > + > Name: alexandria > Version: 0.7.3 > -Release: alt3 > +Release: alt4 > Summary: Alexandria is a GNOME application to help you manage your book collection > License: GPLv2 > Group: Development/Ruby > Url: https://github.com/mvz/alexandria-book-collection-manager > -#VCS: https://github.com/mvz/alexandria-book-collection-manager.git > +%vcs https://github.com/mvz/alexandria-book-collection-manager.git > BuildArch: noarch > Packager: Vitaly Lipatov > -Source: %name-%version.tar > > +Source: %name-%version.tar > BuildRequires(pre): rpm-build-ruby > -BuildRequires: GConf intltool libGConf2-devel > +BuildRequires: gem(rake) > +BuildRequires: gem(rspec) > +BuildRequires: GConf > +BuildRequires: intltool > +BuildRequires: libGConf2-devel > > %gem_replace_version image_size ~> 2.0.0 > %gem_replace_version gtk3 ~> 3.3.2 > @@ -30,6 +36,7 @@ Alexandria: > > %package -n gem-alexandria-book-collection-manager > Summary: HTML, XML, SAX, and Reader parser > +Summary(ru_RU.UTF-8): Библиотека для самоцвета %gemname > Group: Development/Other > BuildArch: noarch > > @@ -40,22 +47,26 @@ This package contanis Ruby libraries for Nokogiri. > > > %package -n gem-alexandria-book-collection-manager-doc > -Summary: Documentation for Alexandria > +Summary: Documentation files for %gemname gem > +Summary(ru_RU.UTF-8): Файлы сведений для самоцвета %gemname > Group: Development/Documentation > BuildArch: noarch > > %description -n gem-alexandria-book-collection-manager-doc > -Documentation for Alexandria. > +Documentation files for %gemname gem. > + > +%description -n gem-alexandria-book-collection-manager-doc -l ru_RU.UTF8 > +Файлы сведений для самоцвета %gemname. > > > %prep > %setup > > %build > -%gem_build --pre=pre_install --mode=lust --use=alexandria-book-collection-manager --alias=alexandria > +%ruby_build --pre=pre_install --use=alexandria-book-collection-manager --alias=alexandria > > %install > -%gem_install > +%ruby_install > > mkdir -p %buildroot%_desktopdir/ %buildroot%_datadir/sounds/%name/ > install -D -m 0644 schemas/%name.schemas %buildroot/%_sysconfdir/gconf/schemas/%name.schemas > @@ -65,7 +76,7 @@ install -D -m 0644 misc/sounds/* %buildroot%_datadir/sounds/%name/ > %find_lang %name --with-gnome > > %check > -%gem_test > +%ruby_test > > %post > %gconf2_install %name > @@ -92,6 +103,9 @@ fi > > > %changelog > +* Mon Sep 02 2019 Pavel Skrylev 0.7.3-alt4 > +! spec > + > * Wed Apr 03 2019 Pavel Skrylev 0.7.3-alt3 > - cleanup spec [...] > diff --git a/r/ruby-pry/ruby-pry.spec b/r/ruby-pry/ruby-pry.spec > index f145c79..eaf789e 100644 > --- a/r/ruby-pry/ruby-pry.spec > +++ b/r/ruby-pry/ruby-pry.spec > @@ -2,7 +2,7 @@ > > Name: ruby-%pkgname > Version: 0.12.2 > -Release: alt2 > +Release: alt3 > Summary: An IRB alternative and runtime developer console > License: MIT > Group: Development/Ruby > @@ -18,7 +18,7 @@ BuildRequires: gem(yard) > BuildRequires: gem(rspec) >= 3.8.0 > BuildRequires: gem(rspec-expectations) = 3.8.2 > BuildRequires: gem(simplecov) >= 0.16 > -BuildRequires: gem(rubocop) = 0.66.0 > +BuildRequires: gem(rubocop) >= 0.74 > > %description > Pry is a powerful alternative to the standard IRB shell for Ruby. It is written > @@ -42,7 +42,7 @@ Documentation files for %gemname gem. > %setup > > %build > -%ruby_build > +%ruby_build --ignore=fixtures > > %install > %ruby_install > @@ -61,6 +61,9 @@ Documentation files for %gemname gem. > > > %changelog > +* Mon Sep 02 2019 Pavel Skrylev 0.12.2-alt3 > +! spec, build depedencies > + > * Tue Jul 09 2019 Pavel Skrylev 0.12.2-alt2 > - Use Ruby Policy 2.0 -- ldv