ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] /usr/lib64/consolehelper/helper (full list of x86_64 unmets)
  @ 2008-03-23  1:51 ` Alexey Tourbin
  2008-03-23 11:09   ` Евгений Терешков
  2008-03-23 14:34   ` Michael Shigorin
  2008-03-23  2:22 ` [devel] /usr/lib64/lmms/libladspabase.so.0()(64bit) (full list of x86_64 unmets) Alexey Tourbin
  1 sibling, 2 replies; 12+ messages in thread
From: Alexey Tourbin @ 2008-03-23  1:51 UTC (permalink / raw)
  To: devel; +Cc: Anton Korbin

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

On Sun, Mar 23, 2008 at 02:06:13AM +0300, QA Team Robot wrote:
> 2008-03-14	pinger#0.32c-alt1.1     	/usr/lib64/consolehelper/helper

Нужно вместо %_libdir использовать %_libexecdir.

--- pinger.spec-	2008-03-14 01:06:00 +0300
+++ pinger.spec	2008-03-23 04:48:33 +0300
@@ -39,7 +39,7 @@
 %__install src/pinger.1 %buildroot%_man1dir
 %__install -pD -m640 %SOURCE1 %buildroot%_sysconfdir/security/console.apps/gtk%name
 %__install -pD -m640 %SOURCE2 %buildroot%_sysconfdir/pam.d/gtk%name
-%__ln_s %_libdir/consolehelper/helper %buildroot%_bindir/gtk%name
+%__ln_s %_libexecdir/consolehelper/helper %buildroot%_bindir/gtk%name
 
 %files
 %attr(4711,root,root) %_bindir/%name

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

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

* [devel] /usr/lib64/lmms/libladspabase.so.0()(64bit) (full list of x86_64 unmets)
    2008-03-23  1:51 ` [devel] /usr/lib64/consolehelper/helper (full list of x86_64 unmets) Alexey Tourbin
@ 2008-03-23  2:22 ` Alexey Tourbin
  1 sibling, 0 replies; 12+ messages in thread
From: Alexey Tourbin @ 2008-03-23  2:22 UTC (permalink / raw)
  To: devel; +Cc: Slava Dubrovskiy

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

On Sun, Mar 23, 2008 at 02:06:13AM +0300, QA Team Robot wrote:
> 2007-12-11	lmms#0.3.1-alt3         	/usr/lib64/lmms/libladspabase.so.0()(64bit)

Этот пакет достаточно просто пересобрать (с rpm-build >= 4.0.4-alt82).

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

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

* Re: [devel] /usr/lib64/consolehelper/helper (full list of x86_64 unmets)
  2008-03-23  1:51 ` [devel] /usr/lib64/consolehelper/helper (full list of x86_64 unmets) Alexey Tourbin
@ 2008-03-23 11:09   ` Евгений Терешков
  2008-03-23 14:34   ` Michael Shigorin
  1 sibling, 0 replies; 12+ messages in thread
From: Евгений Терешков @ 2008-03-23 11:09 UTC (permalink / raw)
  To: ALT Linux Team development discussions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alexey Tourbin пишет:

>
> Нужно вместо %_libdir использовать %_libexecdir.

Хуже того, собирающий вообще всякие BuildRequires: забыл, из-за чего
программа собирается "без ничего". Соответственно, не работает.

В общем,
https://bugzilla.altlinux.org/show_bug.cgi?id=15039

- -- 
С уважением, Терешков Евгений.
Jabber ID: evg@altlinux.org, evg_krsk@jabber.ru
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (GNU/Linux)

iEYEARECAAYFAkfmOmkACgkQU3UGRj5hQciK9gCcDLoLmhsCxKr1FgQKWUNOQy46
X3AAoLdiRUIXUiT9B5V5MjbyTkG4XAsv
=xzN1
-----END PGP SIGNATURE-----


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

* Re: [devel] /usr/lib64/consolehelper/helper (full list of x86_64 unmets)
  2008-03-23  1:51 ` [devel] /usr/lib64/consolehelper/helper (full list of x86_64 unmets) Alexey Tourbin
  2008-03-23 11:09   ` Евгений Терешков
@ 2008-03-23 14:34   ` Michael Shigorin
  2008-03-23 21:55     ` [devel] скрипт un__.sh Vitaly Lipatov
  1 sibling, 1 reply; 12+ messages in thread
From: Michael Shigorin @ 2008-03-23 14:34 UTC (permalink / raw)
  To: devel

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

On Sun, Mar 23, 2008 at 04:51:42AM +0300, Alexey Tourbin wrote:
> -%__ln_s %_libdir/consolehelper/helper %buildroot%_bindir/gtk%name
> +%__ln_s %_libexecdir/consolehelper/helper %buildroot%_bindir/gtk%name

-%__ln_s
+ln -s

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #2: un__.sh --]
[-- Type: application/x-sh, Size: 2163 bytes --]

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

* Re: [devel] скрипт un__.sh
  2008-03-23 14:34   ` Michael Shigorin
@ 2008-03-23 21:55     ` Vitaly Lipatov
  2008-03-23 22:31       ` Денис Смирнов
                         ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Vitaly Lipatov @ 2008-03-23 21:55 UTC (permalink / raw)
  To: devel

On 23 марта 2008, Michael Shigorin wrote:
> On Sun, Mar 23, 2008 at 04:51:42AM +0300, Alexey Tourbin wrote:
> > -%__ln_s %_libdir/consolehelper/helper
> > %buildroot%_bindir/gtk%name +%__ln_s
> > %_libexecdir/consolehelper/helper
> > %buildroot%_bindir/gtk%name
>
> -%__ln_s
> +ln -s
Быть может откроешь для себя
$ rpmcs спек? :)


-- 
С уважением,
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


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

* Re: [devel] скрипт un__.sh
  2008-03-23 21:55     ` [devel] скрипт un__.sh Vitaly Lipatov
@ 2008-03-23 22:31       ` Денис Смирнов
  2008-03-23 23:07         ` Michael Shigorin
  2008-03-24 21:21         ` Vitaly Lipatov
  2008-03-26  8:51       ` Michael Shigorin
  2008-04-14  8:44       ` [devel] rpmcs vs. cleanup_spec Ildar Mulyukov
  2 siblings, 2 replies; 12+ messages in thread
From: Денис Смирнов @ 2008-03-23 22:31 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Mon, Mar 24, 2008 at 12:55:05AM +0300, Vitaly Lipatov wrote:

VL> Быть может откроешь для себя
VL> $ rpmcs спек? :)

Слушай, а можно научить rpmcs если мы работаем в git repo не менять gz на
bz2 в Source*?

-- 
С уважением, Денис

http://freesource.info
----------------------------------------------------------------------------

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

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

* Re: [devel] скрипт un__.sh
  2008-03-23 22:31       ` Денис Смирнов
@ 2008-03-23 23:07         ` Michael Shigorin
  2008-03-24 21:21         ` Vitaly Lipatov
  1 sibling, 0 replies; 12+ messages in thread
From: Michael Shigorin @ 2008-03-23 23:07 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Mon, Mar 24, 2008 at 01:31:14AM +0300, Денис Смирнов wrote:
> VL> Быть может откроешь для себя
> VL> $ rpmcs спек? :)

Я-то давно открыл, просто эта зачистка туда вошла не очень
давно; ну и рекомендация точечная :)

> Слушай, а можно научить rpmcs если мы работаем в git repo не
> менять gz на bz2 в Source*?

А хорошо бы -- вообще... или хоть по ключику [в настройках].

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [devel] скрипт un__.sh
  2008-03-23 22:31       ` Денис Смирнов
  2008-03-23 23:07         ` Michael Shigorin
@ 2008-03-24 21:21         ` Vitaly Lipatov
  1 sibling, 0 replies; 12+ messages in thread
From: Vitaly Lipatov @ 2008-03-24 21:21 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On 24 марта 2008, Денис Смирнов wrote:
> On Mon, Mar 24, 2008 at 12:55:05AM +0300, Vitaly Lipatov
> wrote:
>
> VL> Быть может откроешь для себя
> VL> $ rpmcs спек? :)
>
> Слушай, а можно научить rpmcs если мы работаем в git repo не
> менять gz на bz2 в Source*?
Будет в релизе 1.4.2, отправлен в Сизиф.

-- 
С уважением,
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


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

* Re: [devel] скрипт un__.sh
  2008-03-23 21:55     ` [devel] скрипт un__.sh Vitaly Lipatov
  2008-03-23 22:31       ` Денис Смирнов
@ 2008-03-26  8:51       ` Michael Shigorin
  2008-04-14  8:44       ` [devel] rpmcs vs. cleanup_spec Ildar Mulyukov
  2 siblings, 0 replies; 12+ messages in thread
From: Michael Shigorin @ 2008-03-26  8:51 UTC (permalink / raw)
  To: devel

On Mon, Mar 24, 2008 at 12:55:05AM +0300, Vitaly Lipatov wrote:
> > -%__ln_s
> > +ln -s
> Быть может откроешь для себя
> $ rpmcs спек? :)

Кстати, открывать сильно бы помогло --help. :) Так обычно
обламываюсь вспоминать, что к чему и как звать, по коду.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [devel] rpmcs vs. cleanup_spec
  2008-03-23 21:55     ` [devel] скрипт un__.sh Vitaly Lipatov
  2008-03-23 22:31       ` Денис Смирнов
  2008-03-26  8:51       ` Michael Shigorin
@ 2008-04-14  8:44       ` Ildar Mulyukov
  2008-04-14 21:38         ` Vitaly Lipatov
  2 siblings, 1 reply; 12+ messages in thread
From: Ildar Mulyukov @ 2008-04-14  8:44 UTC (permalink / raw)
  To: devel

On 24.03.2008 03:55:05, Vitaly Lipatov wrote:
> Быть может откроешь для себя
> $ rpmcs спек? :)

А кто прокомментирует разницу rpmcs vs. cleanup_spec ?

Ильдар
-- 
Ildar  Mulyukov,  free SW designer/programmer/packager
=========================================
email: ildar@altlinux.ru
Jabber: ildar@jabber.ru
ICQ: 4334029
ALT Linux Sisyphus http://www.sisyphus.ru
=========================================


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

* Re: [devel] rpmcs vs. cleanup_spec
  2008-04-14  8:44       ` [devel] rpmcs vs. cleanup_spec Ildar Mulyukov
@ 2008-04-14 21:38         ` Vitaly Lipatov
  2008-04-15  7:28           ` Ildar Mulyukov
  0 siblings, 1 reply; 12+ messages in thread
From: Vitaly Lipatov @ 2008-04-14 21:38 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On 14 апреля 2008, Ildar Mulyukov wrote:
> On 24.03.2008 03:55:05, Vitaly Lipatov wrote:
> > Быть может откроешь для себя
> > $ rpmcs спек? :)
>
> А кто прокомментирует разницу rpmcs vs. cleanup_spec ?
rpmcs вызывает cleanup_spec, но делает гораздо больше замен, в 
том числе и для приведения чужих макросов к используемым в ALT.


-- 
С уважением,
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


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

* Re: [devel] rpmcs vs. cleanup_spec
  2008-04-14 21:38         ` Vitaly Lipatov
@ 2008-04-15  7:28           ` Ildar Mulyukov
  0 siblings, 0 replies; 12+ messages in thread
From: Ildar Mulyukov @ 2008-04-15  7:28 UTC (permalink / raw)
  To: devel

On 15.04.2008 03:38:51, Vitaly Lipatov wrote:
> On 14 апреля 2008, Ildar Mulyukov wrote:
> > On 24.03.2008 03:55:05, Vitaly Lipatov wrote:
> > > Быть может откроешь для себя
> > > $ rpmcs спек? :)
> >
> > А кто прокомментирует разницу rpmcs vs. cleanup_spec ?
> rpmcs вызывает cleanup_spec, но делает гораздо больше замен, в
> том числе и для приведения чужих макросов к используемым в ALT.

Спасибо, посмотрю.
С уважением, Ильдар
-- 
Ildar  Mulyukov,  free SW designer/programmer/packager
=========================================
email: ildar@altlinux.ru
Jabber: ildar@jabber.ru
ICQ: 4334029
ALT Linux Sisyphus http://www.sisyphus.ru
=========================================


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

end of thread, other threads:[~2008-04-15  7:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-23  1:51 ` [devel] /usr/lib64/consolehelper/helper (full list of x86_64 unmets) Alexey Tourbin
2008-03-23 11:09   ` Евгений Терешков
2008-03-23 14:34   ` Michael Shigorin
2008-03-23 21:55     ` [devel] скрипт un__.sh Vitaly Lipatov
2008-03-23 22:31       ` Денис Смирнов
2008-03-23 23:07         ` Michael Shigorin
2008-03-24 21:21         ` Vitaly Lipatov
2008-03-26  8:51       ` Michael Shigorin
2008-04-14  8:44       ` [devel] rpmcs vs. cleanup_spec Ildar Mulyukov
2008-04-14 21:38         ` Vitaly Lipatov
2008-04-15  7:28           ` Ildar Mulyukov
2008-03-23  2:22 ` [devel] /usr/lib64/lmms/libladspabase.so.0()(64bit) (full list of x86_64 unmets) Alexey Tourbin

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