ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [SCM] public/specs: heads/master
  @ 2019-09-03  9:24 ` Dmitry V. Levin
  2019-09-11 13:06   ` Sergey V Turchin
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry V. Levin @ 2019-09-03  9:24 UTC (permalink / raw)
  To: ALT Devel discussion list; +Cc: Pavel Skrylev

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] [SCM] public/specs: heads/master
  2019-09-03  9:24 ` [devel] [SCM] public/specs: heads/master Dmitry V. Levin
@ 2019-09-11 13:06   ` Sergey V Turchin
  2019-09-11 14:04     ` Anton Farygin
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey V Turchin @ 2019-09-11 13:06 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Tuesday, 3 September 2019 12:24:27 MSK Dmitry V wrote:

[...]
> Нет, так не годится.
> Исправьте, пожалуйста,
Он не читает, похоже.
http://git.altlinux.org/people/majioa/packages/gem-tty-cursor.git?p=gem-tty-cursor.git;a=commit;h=2e44371d5e3827aebe76aa62691461cb87321f3d

> в соответствии с рекомендуемыми правилами оформления
> секции %changelog из
> https://www.altlinux.org/Руководство_по_написанию_changelog
[...]

-- 
Regards, Sergey.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] [SCM] public/specs: heads/master
  2019-09-11 13:06   ` Sergey V Turchin
@ 2019-09-11 14:04     ` Anton Farygin
  0 siblings, 0 replies; 3+ messages in thread
From: Anton Farygin @ 2019-09-11 14:04 UTC (permalink / raw)
  To: devel

On 11.09.2019 16:06, Sergey V Turchin wrote:
> On Tuesday, 3 September 2019 12:24:27 MSK Dmitry V wrote:
>
> [...]
>> Нет, так не годится.
>> Исправьте, пожалуйста,
> Он не читает, похоже.
> http://git.altlinux.org/people/majioa/packages/gem-tty-cursor.git?p=gem-tty-cursor.git;a=commit;h=2e44371d5e3827aebe76aa62691461cb87321f3d

Не надо троллить человека, пишет как умеет.

Правила рекомендуемые у нас и не приняты как политика. Это плохо и не 
обязывает их выполнять.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-11 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03  9:24 ` [devel] [SCM] public/specs: heads/master Dmitry V. Levin
2019-09-11 13:06   ` Sergey V Turchin
2019-09-11 14:04     ` Anton Farygin

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