ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] rpm comments?
@ 2002-02-15 14:58 Vyt
  2002-02-15 15:10 ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Vyt @ 2002-02-15 14:58 UTC (permalink / raw)
  To: devel

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

Hello, All!

Конструкция вида
---cut---
%define icqv7_version 0.2.9.3
# %define icqv7_version cvs20020118
---cut---
приводит к тому, что icqv7_version присваивается значение
cvs20020118, несмотря на знак '#'.

Символ комментария изменился или это баг?

Система - Master beta/Sisyphus 20020212, CP1251

rpm-4.0.3-alt3
rpmtools-3.1-alt1
librpm-4.0.3-alt3
rpm-build-4.0.3-alt3

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

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

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

* Re: [devel] rpm comments?
  2002-02-15 14:58 [devel] rpm comments? Vyt
@ 2002-02-15 15:10 ` Dmitry V. Levin
  2002-02-15 20:55   ` [devel] " Mikhail Zabaluev
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2002-02-15 15:10 UTC (permalink / raw)
  To: devel

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

On Fri, Feb 15, 2002 at 05:58:21PM +0300, Vyt wrote:
> Конструкция вида
> ---cut---
> %define icqv7_version 0.2.9.3
> # %define icqv7_version cvs20020118
> ---cut---
> приводит к тому, что icqv7_version присваивается значение
> cvs20020118, несмотря на знак '#'.
> 
> Символ комментария изменился или это баг?

Препроцессор не обращает внимания на '#'.
Для него не существует понятия "комментарий".


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.com/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

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

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

* [devel] Re: rpm comments?
  2002-02-15 15:10 ` Dmitry V. Levin
@ 2002-02-15 20:55   ` Mikhail Zabaluev
  2002-02-18 10:48     ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Mikhail Zabaluev @ 2002-02-15 20:55 UTC (permalink / raw)
  To: devel

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

Hello Dmitry,

On Fri, Feb 15, 2002 at 06:10:59PM +0300, Dmitry V. Levin wrote:
>
> On Fri, Feb 15, 2002 at 05:58:21PM +0300, Vyt wrote:
> > Конструкция вида
> > ---cut---
> > %define icqv7_version 0.2.9.3
> > # %define icqv7_version cvs20020118
> > ---cut---
> > приводит к тому, что icqv7_version присваивается значение
> > cvs20020118, несмотря на знак '#'.
> > 
> > Символ комментария изменился или это баг?
> 
> Препроцессор не обращает внимания на '#'.
> Для него не существует понятия "комментарий".

Для достижения желаемого эффекта, если я не ошибаюсь, можно сделать так:

%define icqv7_version 0.2.9.3
%if 0
%define icqv7_version cvs20020118
%endif

-- 
Stay tuned,
  MhZ                                     JID: mookid@jabber.org
___________
The price of seeking to force our beliefs on others is that someday
they might force their beliefs on us.
		-- Mario Cuomo

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

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

* Re: [devel] Re: rpm comments?
  2002-02-15 20:55   ` [devel] " Mikhail Zabaluev
@ 2002-02-18 10:48     ` Dmitry V. Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2002-02-18 10:48 UTC (permalink / raw)
  To: devel

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

On Fri, Feb 15, 2002 at 11:55:29PM +0300, Mikhail Zabaluev wrote:
> > > Конструкция вида
> > > ---cut---
> > > %define icqv7_version 0.2.9.3
> > > # %define icqv7_version cvs20020118
> > > ---cut---
> > > приводит к тому, что icqv7_version присваивается значение
> > > cvs20020118, несмотря на знак '#'.
> > > 
> > > Символ комментария изменился или это баг?
> > 
> > Препроцессор не обращает внимания на '#'.
> > Для него не существует понятия "комментарий".
> 
> Для достижения желаемого эффекта, если я не ошибаюсь, можно сделать так:
> 
> %define icqv7_version 0.2.9.3
> %if 0
> %define icqv7_version cvs20020118
> %endif

Это, насколько я знаю, будет работать только в rpm >= 3.0.6-ipl4mdk
(только в ALT rpm).


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.com/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

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

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

end of thread, other threads:[~2002-02-18 10:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-15 14:58 [devel] rpm comments? Vyt
2002-02-15 15:10 ` Dmitry V. Levin
2002-02-15 20:55   ` [devel] " Mikhail Zabaluev
2002-02-18 10:48     ` Dmitry V. Levin

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