ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Cc: Pavel Skrylev <majioa@altlinux.org>
Subject: Re: [devel] [SCM] public/specs: heads/master
Date: Tue, 3 Sep 2019 12:24:27 +0300
Message-ID: <20190903092426.GC21346@altlinux.org> (raw)
In-Reply-To: <20190902105615.1C10784402F1@gitery.altlinux.org>

[-- Attachment #1: Type: text/plain, Size: 5100 bytes --]

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 <majioa@altlinux.org>
> 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 <lav@altlinux.ru>
> -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 <majioa@altlinux.org> 0.7.3-alt4
> +! spec
> +
>  * Wed Apr 03 2019 Pavel Skrylev <majioa@altlinux.org> 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 <majioa@altlinux.org> 0.12.2-alt3
> +! spec, build depedencies
> +
>  * Tue Jul 09 2019 Pavel Skrylev <majioa@altlinux.org> 0.12.2-alt2
>  - Use Ruby Policy 2.0

-- 
ldv

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

       reply	other threads:[~2019-09-03  9:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-03  9:24 ` Dmitry V. Levin [this message]
2019-09-11 13:06   ` Sergey V Turchin
2019-09-11 14:04     ` Anton Farygin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190903092426.GC21346@altlinux.org \
    --to=ldv@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=majioa@altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git