From: Aleksey Lim <alsroot@member.fsf.org>
To: "Anton A. Vinogradov" <vinogradov.mail@gmail.com>
Cc: ALT Linux Team development discussions <devel@lists.altlinux.org>,
alsroot@altlinux.org
Subject: Re: [devel] squeak and Sugar Development Team
Date: Mon, 26 Apr 2010 17:26:26 +0000
Message-ID: <20100426172626.GA19389@antilopa-gnu> (raw)
In-Reply-To: <4BD3EE24.9060907@gmail.com>
On Sun, Apr 25, 2010 at 11:24:20AM +0400, Anton A. Vinogradov wrote:
> Доброго времени суток!
> Для поддержки Scratch мне нужен актуальный squeak.
> Когда в первый раз закидывал в сизиф, то ничего лучше чем собрать свой
> squeak-vm не придумал.
>
> Сейчас всплыла проблема, если мне не удастся красиво ее решить придется
> ставить на конфликт squeak-vm-sugar и squeak-vm: для того чтобы каждое
> обновление squeak-vm не заставляло людей выкачивать по новой весь
> (~40МБ) Скратч, надо завести независящий от версии путь до squeak-vm
>
> l /usr/lib/squeak
> итого 76
> drwxr-xr-x 2 root root 4096 Апр 25 01:16 4.0.3-2202/
> drwxr-xr-x 3 root root 4096 Апр 25 01:16 ./
> lrwxrwxrwx 1 root root 26 Апр 25 01:16 current ->
> /usr/lib/squeak/4.0.3-2202/
> drwxr-xr-x 171 root root 65536 Апр 22 19:18 ../
>
>
> Проблема в том, что
> install -Dm644 src/plugins/scratch/ScratchPlugin
> %buildroot%_libdir/squeak/current/so.ScratchPlugin
> install -Dm644 src/plugins/unicode/UnicodePlugin
> %buildroot%_libdir/squeak/current/so.UnicodePlugin
> install -Dm644 src/plugins/camera/CameraPlugin
> %buildroot%_libdir/squeak/current/so.CameraPlugin
>
> затирает симлинк.
>
> ИТОГО
> 1. Прошу забрать у меня squeak-vm, практически готов пакет с версией 4.0.3
Не обещаю, что буду ревностно относиться к обязанностям :)
но если речь идет о том в чьи руки передать..
Кстати где я могу найти spec для 4.0.3?
> 2. Прошу помочь обойти затирание симлинка
Не знаю всех тонкостей RPM, но у меня это просто работает:
1.spec:
%install
ln -s activities %{buildroot}/%{_datadir}/sugar/foo
%files
%{_datadir}/sugar/foo
2.spec
%install
install -Dm644 README %{buildroot}/%{_datadir}/sugar/foo/bar
%files
%{_datadir}/sugar/foo/bar
--
Aleksey
prev parent reply other threads:[~2010-04-26 17:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-25 7:24 Anton A. Vinogradov
2010-04-26 17:26 ` Aleksey Lim [this message]
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=20100426172626.GA19389@antilopa-gnu \
--to=alsroot@member.fsf.org \
--cc=alsroot@altlinux.org \
--cc=devel@lists.altlinux.org \
--cc=vinogradov.mail@gmail.com \
/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