ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] rpm %_distr_version
@ 2007-03-16  8:41 Sergey Y. Afonin
  2007-03-16 10:58 ` Dmitry V. Levin
  2007-03-16 13:28 ` Sergey V Turchin
  0 siblings, 2 replies; 5+ messages in thread
From: Sergey Y. Afonin @ 2007-03-16  8:41 UTC (permalink / raw)
  To: ALT Devel discussion list

Приветствую.

Предлагаю добавить в RPM, если нет ещё (macros посмотрел, что-то не увидел).
Это упростит в последствии создание апдейтов/бакпортов.

-- 
С уважением, Сергей Афонин
asy@altlinux.ru


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

* Re: [devel] rpm %_distr_version
  2007-03-16  8:41 [devel] rpm %_distr_version Sergey Y. Afonin
@ 2007-03-16 10:58 ` Dmitry V. Levin
  2007-03-16 12:54   ` Sergey Y. Afonin
  2007-03-16 13:28 ` Sergey V Turchin
  1 sibling, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2007-03-16 10:58 UTC (permalink / raw)
  To: ALT Devel discussion list

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

Hi,

On Fri, Mar 16, 2007 at 12:41:13PM +0400, Sergey Y. Afonin wrote:
> Предлагаю добавить в RPM, если нет ещё (macros посмотрел, что-то не увидел).
> Это упростит в последствии создание апдейтов/бакпортов.

Google говорит, что
Your search - %_distr_version - did not match any documents.

Каким содержанием предлагается наполнить этот макрос?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] rpm %_distr_version
  2007-03-16 10:58 ` Dmitry V. Levin
@ 2007-03-16 12:54   ` Sergey Y. Afonin
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Y. Afonin @ 2007-03-16 12:54 UTC (permalink / raw)
  To: ALT Devel discussion list

On Friday 16 March 2007, Dmitry V. Levin wrote:

> Google говорит, что
> Your search - %_distr_version - did not match any documents.
> 
> Каким содержанием предлагается наполнить этот макрос?
 
Надо подумать. В первом приближении там сейчас должно быть
S20070101, в Master 3.1, по аналогии с устоявшимся именованием 
апдейтов для 2.4 и 3.0, должно оказаться M31. Хотя, для Sisyphus, 
дата не принципиальна, можно оставить просто S и считать текущим 
сизифом. 

В результате можно один спек будет иметь и на Сизиф, и на все 
последующие дистрибутивы, даже если названия пакетов меняться
будут или каталоги с конфигами. Я бы сейчас с удовольствием 
воспользовался бы, к примеру, такой конструкцией:

BuildRequires: libdb4-devel libmailutils-devel libpam-devel mailutils

%if %_distr_version = "M24"
BuildRequires: flex
%elsif %_distr_version = "M30"
BuildRequires: flex
%else
BuildRequires: flex-old
%endif

Если с синтаксисом if не ошибся - я это немного наобум написал.

-- 
С уважением, Сергей Афонин
asy@altlinux.ru


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

* Re: [devel] rpm %_distr_version
  2007-03-16  8:41 [devel] rpm %_distr_version Sergey Y. Afonin
  2007-03-16 10:58 ` Dmitry V. Levin
@ 2007-03-16 13:28 ` Sergey V Turchin
  2007-03-16 13:38   ` Sergey Y. Afonin
  1 sibling, 1 reply; 5+ messages in thread
From: Sergey V Turchin @ 2007-03-16 13:28 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On 16 марта 2007, Sergey Y. Afonin wrote:
> Приветствую.
>
> Предлагаю добавить в RPM, если нет ещё (macros посмотрел, что-то
> не увидел). Это упростит в последствии создание
> апдейтов/бакпортов.
http://bugzilla.altlinux.org/show_bug.cgi?id=6010

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] rpm %_distr_version
  2007-03-16 13:28 ` Sergey V Turchin
@ 2007-03-16 13:38   ` Sergey Y. Afonin
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Y. Afonin @ 2007-03-16 13:38 UTC (permalink / raw)
  To: ALT Devel discussion list

On Friday 16 March 2007, Sergey V Turchin wrote:

> > апдейтов/бакпортов.

> http://bugzilla.altlinux.org/show_bug.cgi?id=6010

Очень похоже. Дописал туда.

-- 
С уважением, Сергей Афонин
asy@altlinux.ru


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

end of thread, other threads:[~2007-03-16 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-16  8:41 [devel] rpm %_distr_version Sergey Y. Afonin
2007-03-16 10:58 ` Dmitry V. Levin
2007-03-16 12:54   ` Sergey Y. Afonin
2007-03-16 13:28 ` Sergey V Turchin
2007-03-16 13:38   ` Sergey Y. Afonin

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