* [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
@ 2005-03-23 11:20 Artem
2005-03-23 11:28 ` Anton Gorlov aka stalker
2005-03-23 11:44 ` Alex Gorbachenko
0 siblings, 2 replies; 21+ messages in thread
From: Artem @ 2005-03-23 11:20 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Сваял rpm из luma (http://luma.sf.net)
Без rpm все работает отлично.
При опакечивании - установить невозможно, т.к.
ошибка: неудовлетворенные зависимости:
python2.3(base) нужен для luma-2.1.3-alt1
python2.3(environment) нужен для luma-2.1.3-alt1
python2.3(plugins) нужен для luma-2.1.3-alt1
Что это за такие жуткие зависимости и откуда они берутся при создании rpm ?
У меня python-2.3.4-alt3
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 11:20 [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins) Artem
@ 2005-03-23 11:28 ` Anton Gorlov aka stalker
2005-03-23 11:41 ` Artem
2005-03-23 11:44 ` Alex Gorbachenko
1 sibling, 1 reply; 21+ messages in thread
From: Anton Gorlov aka stalker @ 2005-03-23 11:28 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Здравствуйте, Artem.
Вы писали 23 марта 2005 г., 14:20:01:
> Сваял rpm из luma (http://luma.sf.net)
> Без rpm все работает отлично.
> При опакечивании - установить невозможно, т.к.
> ошибка: неудовлетворенные зависимости:
> python2.3(base) нужен для luma-2.1.3-alt1
> python2.3(environment) нужен для luma-2.1.3-alt1
> python2.3(plugins) нужен для luma-2.1.3-alt1
> Что это за такие жуткие зависимости и откуда они берутся при создании rpm ?
> У меня python-2.3.4-alt3
Смотрите спек-файл.
--
С уважением,
Anton mailto:pnz37@mail.ru
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 11:28 ` Anton Gorlov aka stalker
@ 2005-03-23 11:41 ` Artem
2005-03-23 12:14 ` Alexey Morozov
0 siblings, 1 reply; 21+ messages in thread
From: Artem @ 2005-03-23 11:41 UTC (permalink / raw)
To: Anton Gorlov aka stalker, ALT Linux Sisyphus discussion list
Я же говорю - зависимости берутся на этапе создания rpm, .spec мой и
чист в этом плане:
Выполняется(Requires): /bin/sh -e /home/user/tmp/rpm-tmp.41496
......
Requires(interp): /bin/sh, /bin/sh
Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1,
rpmlib(CompressedFileNames) <= 3.0.4-1
Requires(post): /bin/sh
Requires(postun): /bin/sh
Requires: coreutils, python2.3(ConfigParser), python2.3(StringIO),
python2.3(__future__), python2.3(base), python2.3(base64),
python2.3(copy), python2.3(crypt), python2.3(dsml),
python2.3(environment), python2.3(ldap), python2.3(ldapurl),
python2.3(ldif), python2.3(md5), python2.3(os), python2.3(plugins),
python2.3(qt), python2.3(qtxml), python2.3(random), python2.3(re),
python2.3(sets), python2.3(sha), python2.3(string),
python2.3(threading), python2.3(time), python2.3(traceback)
Вот откуда они тут?
Anton Gorlov aka stalker wrote:
>Здравствуйте, Artem.
>
>Вы писали 23 марта 2005 г., 14:20:01:
>
>
>
>>Сваял rpm из luma (http://luma.sf.net)
>>Без rpm все работает отлично.
>>При опакечивании - установить невозможно, т.к.
>>ошибка: неудовлетворенные зависимости:
>> python2.3(base) нужен для luma-2.1.3-alt1
>> python2.3(environment) нужен для luma-2.1.3-alt1
>> python2.3(plugins) нужен для luma-2.1.3-alt1
>>Что это за такие жуткие зависимости и откуда они берутся при создании rpm ?
>>У меня python-2.3.4-alt3
>>
>>
>Смотрите спек-файл.
>
>
>
>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 11:20 [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins) Artem
2005-03-23 11:28 ` Anton Gorlov aka stalker
@ 2005-03-23 11:44 ` Alex Gorbachenko
2005-03-23 12:15 ` Artem
2005-03-23 12:23 ` Artem
1 sibling, 2 replies; 21+ messages in thread
From: Alex Gorbachenko @ 2005-03-23 11:44 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
On Wed, 23 Mar 2005 13:20:01 +0200
Artem wrote:
> Что это за такие жуткие зависимости и откуда они берутся при создании rpm ?
читайте документацию из пакета rpm-build-python.
--
Sylpheed Claws 1.9.6cvs9
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 11:41 ` Artem
@ 2005-03-23 12:14 ` Alexey Morozov
0 siblings, 0 replies; 21+ messages in thread
From: Alexey Morozov @ 2005-03-23 12:14 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Wed, Mar 23, 2005 at 01:41:39PM +0200, Artem wrote:
> Requires: coreutils, python2.3(ConfigParser), python2.3(StringIO),
> python2.3(__future__), python2.3(base), python2.3(base64),
> python2.3(copy), python2.3(crypt), python2.3(dsml),
> python2.3(environment), python2.3(ldap), python2.3(ldapurl),
> python2.3(ldif), python2.3(md5), python2.3(os), python2.3(plugins),
> python2.3(qt), python2.3(qtxml), python2.3(random), python2.3(re),
> python2.3(sets), python2.3(sha), python2.3(string),
> python2.3(threading), python2.3(time), python2.3(traceback)
>
> Вот откуда они тут?
Из результата жизнедеятельности /usr/lib/rpm/python.req.py?
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 11:44 ` Alex Gorbachenko
@ 2005-03-23 12:15 ` Artem
2005-03-23 12:43 ` Alex Gorbachenko
2005-03-23 12:23 ` Artem
1 sibling, 1 reply; 21+ messages in thread
From: Artem @ 2005-03-23 12:15 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
%add_python_req_skip base и т.п. помогает, только интересно - правильно
ли это? Moжет, base в provides python-а сейчас по-другому называется?
Или не включен в python-овском spec?
Alex Gorbachenko wrote:
>On Wed, 23 Mar 2005 13:20:01 +0200
>Artem wrote:
>
>
>
>>Что это за такие жуткие зависимости и откуда они берутся при создании rpm ?
>>
>>
>
>читайте документацию из пакета rpm-build-python.
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Sisyphus mailing list
>Sisyphus@altlinux.ru
>https://lists.altlinux.ru/mailman/listinfo/sisyphus
>
>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 11:44 ` Alex Gorbachenko
2005-03-23 12:15 ` Artem
@ 2005-03-23 12:23 ` Artem
1 sibling, 0 replies; 21+ messages in thread
From: Artem @ 2005-03-23 12:23 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
И еще вопрос - какими модулями удовлетворяются зависимости base,
environment и plugins во время работы программы? Как вообще проверить
наличие этих import base и т.д. в системе?
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 12:15 ` Artem
@ 2005-03-23 12:43 ` Alex Gorbachenko
2005-03-23 12:52 ` Artem
0 siblings, 1 reply; 21+ messages in thread
From: Alex Gorbachenko @ 2005-03-23 12:43 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]
On Wed, 23 Mar 2005 14:15:13 +0200
Artem wrote:
> %add_python_req_skip base и т.п. помогает, только интересно - правильно
> ли это? Moжет, base в provides python-а сейчас по-другому называется?
> Или не включен в python-овском spec?
spec ваш покажите, пожалуйста.
--
Sylpheed Claws 1.9.6cvs9
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 12:43 ` Alex Gorbachenko
@ 2005-03-23 12:52 ` Artem
2005-03-23 13:09 ` Re[2]: " Anton Gorlov aka stalker
` (2 more replies)
0 siblings, 3 replies; 21+ messages in thread
From: Artem @ 2005-03-23 12:52 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 565 bytes --]
В аттаче
Alex Gorbachenko wrote:
>On Wed, 23 Mar 2005 14:15:13 +0200
>Artem wrote:
>
>
>
>>%add_python_req_skip base и т.п. помогает, только интересно - правильно
>>ли это? Moжет, base в provides python-а сейчас по-другому называется?
>>Или не включен в python-овском spec?
>>
>>
>
>spec ваш покажите, пожалуйста.
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Sisyphus mailing list
>Sisyphus@altlinux.ru
>https://lists.altlinux.ru/mailman/listinfo/sisyphus
>
>
[-- Attachment #2: luma.spec --]
[-- Type: text/plain, Size: 1480 bytes --]
Name: luma
Version: 2.1.3
Release: alt1
Summary: Luma - LDAP browser, utility and more.
License: GPL
Group: Databases
Url: http://luma.sf.net
Source0: %name-%version.tar.bz2
Requires: libqt3 >= 3.2
Requires: python >= 2.3
Requires: python-module-PyQt >= 3.10
Requires: python-module-ldap >= 2.0.0
#add_python_req_skip base
BuildPreReq: python >= 2.3
%description
Luma is a graphical utility for accessing and managin data stored on
LDAP servers. It is written in Python, using PyQT and python-ldap.
Plugin-support is included and useful widgets with LDAP-functionality
for easy creation of plugins are delivered.
%prep
%setup -q -n %name-%version
%build
./install.py --compile-only
%install
install -d $RPM_BUILD_ROOT%_prefix
install -d $RPM_BUILD_ROOT%_iconsdir
%__cp -R -f ./ $RPM_BUILD_ROOT%_prefix
%__cp -f ./share/%name/icons/%name-32.png $RPM_BUILD_ROOT%_iconsdir
%__rm -f $RPM_BUILD_ROOT%_prefix/{COPYING,LICENSE,README,install.py}
# menu support
install -d $RPM_BUILD_ROOT%_menudir
cat << EOF > $RPM_BUILD_ROOT%_menudir/%name
?package(%name): longtitle="%summary" \
command="%_bindir/%name" title="Luma" needs="x11" \
section="Applications/Databases" \
icon="%name-32.png"
EOF
%post
%update_menus
%postun
%clean_menus
%files
%defattr(-,root,root)
%doc README COPYING LICENSE
%_bindir/%name
%_libdir/%name
%_datadir/%name/doc
%_datadir/%name/i18n
%_datadir/%name/icons
%_menudir/%name
%_iconsdir/%name-32.png
%_man1dir/%name.1.gz
%changelog
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re[2]: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 12:52 ` Artem
@ 2005-03-23 13:09 ` Anton Gorlov aka stalker
2005-03-23 13:33 ` Artem
2005-03-23 13:40 ` Artem
2005-03-23 13:32 ` Alex Gorbachenko
2005-03-23 14:06 ` Re[2]: " php-coder
2 siblings, 2 replies; 21+ messages in thread
From: Anton Gorlov aka stalker @ 2005-03-23 13:09 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Здравствуйте, Artem.
Вы писали 23 марта 2005 г., 15:52:14:
>>
>>>%add_python_req_skip base и т.п. помогает, только интересно - правильно
>>>ли это? Moжет, base в provides python-а сейчас по-другому называется?
>>>Или не включен в python-овском spec?
>>spec ваш покажите, пожалуйста.
Requires: libqt3 >= 3.2
Requires: python >= 2.3
Requires: python-module-PyQt >= 3.10
Requires: python-module-ldap >= 2.0.0
Из вашего спека? Про что я вам и сказал.
--
С уважением,
Anton mailto:pnz37@mail.ru
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 12:52 ` Artem
2005-03-23 13:09 ` Re[2]: " Anton Gorlov aka stalker
@ 2005-03-23 13:32 ` Alex Gorbachenko
2005-03-23 13:47 ` Artem
2005-03-23 14:06 ` Re[2]: " php-coder
2 siblings, 1 reply; 21+ messages in thread
From: Alex Gorbachenko @ 2005-03-23 13:32 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 470 bytes --]
On Wed, 23 Mar 2005 14:52:14 +0200
Artem wrote:
> В аттаче
-Requires: python >= 2.3
-Requires: python-module-PyQt >= 3.10
-Requires: python-module-ldap >= 2.0.0
-BuildPreReq: python >= 2.3
+Requires: python = %__python_version
+Requires: python%{__python_version}(PyQT)
+Requires: python%{__python_version}(ldap)
+BuildPreReq: python = %__python_version
так более правильно. а "лишние" зависимости придётся скипать.
--
Sylpheed Claws 1.9.6cvs9
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 13:09 ` Re[2]: " Anton Gorlov aka stalker
@ 2005-03-23 13:33 ` Artem
2005-03-23 13:40 ` Artem
1 sibling, 0 replies; 21+ messages in thread
From: Artem @ 2005-03-23 13:33 UTC (permalink / raw)
To: Anton Gorlov aka stalker, ALT Linux Sisyphus discussion list
Anton Gorlov aka stalker wrote:
>Здравствуйте, Artem.
>
>Вы писали 23 марта 2005 г., 15:52:14:
>
>
>
>>>>%add_python_req_skip base и т.п. помогает, только интересно - правильно
>>>>ли это? Moжет, base в provides python-а сейчас по-другому называется?
>>>>Или не включен в python-овском spec?
>>>>
>>>>
>>>spec ваш покажите, пожалуйста.
>>>
>>>
>
>Requires: libqt3 >= 3.2
>Requires: python >= 2.3
>Requires: python-module-PyQt >= 3.10
>Requires: python-module-ldap >= 2.0.0
>
>Из вашего спека? Про что я вам и сказал.
>
>
>
>
>
Пожалуйста - могу закомментировать - эффект будет тот же :-) Никакой
разницы.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 13:09 ` Re[2]: " Anton Gorlov aka stalker
2005-03-23 13:33 ` Artem
@ 2005-03-23 13:40 ` Artem
1 sibling, 0 replies; 21+ messages in thread
From: Artem @ 2005-03-23 13:40 UTC (permalink / raw)
To: Anton Gorlov aka stalker, ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 290 bytes --]
Вот вам в подтверждение REQUIRENAME1 из собранного luma для 1-го случая
(в спеке зависимости на libqt3 >= 3.2 и т.п.), и REQUIRENAME2 из той же
оперы с _полностью_ убранными в .spec зависимостями
Anton Gorlov aka stalker wrote:
>
>Из вашего спека? Про что я вам и сказал.
>
>
>
>
>
[-- Attachment #2: REQUIRENAME1 --]
[-- Type: text/plain, Size: 602 bytes --]
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
coreutils
python2.3(ConfigParser)
python2.3(StringIO)
python2.3(__future__)
python2.3(base)
python2.3(base64)
python2.3(copy)
python2.3(crypt)
python2.3(dsml)
python2.3(environment)
python2.3(ldap)
python2.3(ldapurl)
python2.3(ldif)
python2.3(md5)
python2.3(os)
python2.3(plugins)
python2.3(qt)
python2.3(qtxml)
python2.3(random)
python2.3(re)
python2.3(sets)
python2.3(sha)
python2.3(string)
python2.3(threading)
python2.3(time)
python2.3(traceback)
[-- Attachment #3: REQUIRENAME2 --]
[-- Type: text/plain, Size: 685 bytes --]
libqt3 >= 3.2
python >= 2.3
python-module-PyQt >= 3.10
python-module-ldap >= 2.0.0
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
coreutils
python2.3(ConfigParser)
python2.3(StringIO)
python2.3(__future__)
python2.3(base)
python2.3(base64)
python2.3(copy)
python2.3(crypt)
python2.3(dsml)
python2.3(environment)
python2.3(ldap)
python2.3(ldapurl)
python2.3(ldif)
python2.3(md5)
python2.3(os)
python2.3(plugins)
python2.3(qt)
python2.3(qtxml)
python2.3(random)
python2.3(re)
python2.3(sets)
python2.3(sha)
python2.3(string)
python2.3(threading)
python2.3(time)
python2.3(traceback)
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 13:32 ` Alex Gorbachenko
@ 2005-03-23 13:47 ` Artem
2005-03-24 7:21 ` Alex Gorbachenko
0 siblings, 1 reply; 21+ messages in thread
From: Artem @ 2005-03-23 13:47 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Этим самым %add_python_req_skip - ом?
Alex Gorbachenko wrote:
>
>так более правильно. а "лишние" зависимости придётся скипать.
>
>
>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re[2]: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 12:52 ` Artem
2005-03-23 13:09 ` Re[2]: " Anton Gorlov aka stalker
2005-03-23 13:32 ` Alex Gorbachenko
@ 2005-03-23 14:06 ` php-coder
2005-03-23 18:34 ` Artem
2 siblings, 1 reply; 21+ messages in thread
From: php-coder @ 2005-03-23 14:06 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
--- Artem 23.03.2005 18:52:14
+++ php-coder 23.03.2005 19:57:01
Некоторые добавления, которые бы сделал я на вашем месте (часть
чисто косметические, а часть чуть более серьезные, как-то указание
расширения для man-страницы):
-install -d $RPM_BUILD_ROOT%_prefix
-install -d $RPM_BUILD_ROOT%_iconsdir
+%__install -d $RPM_BUILD_ROOT%_prefix
+%__install -d $RPM_BUILD_ROOT%_iconsdir
-%__cp -R -f ./ $RPM_BUILD_ROOT%_prefix
-%__cp -f ./share/%name/icons/%name-32.png $RPM_BUILD_ROOT%_iconsdir
-%__rm -f $RPM_BUILD_ROOT%_prefix/{COPYING,LICENSE,README,install.py}
+%__cp -R -f ./ %buildroot%_prefix
+%__cp -f ./share/%name/icons/%name-32.png %buildroot%_iconsdir
+%__rm -f %buildroot%_prefix/{COPYING,LICENSE,README,install.py}
-install -d $RPM_BUILD_ROOT%_menudir
-cat << EOF > $RPM_BUILD_ROOT%_menudir/%name
+%__install -d %buildroot%_menudir
+cat << EOF > %buildroot%_menudir/%name
-%defattr(-,root,root)
-%_bindir/%name
-%_libdir/%name
-%_datadir/%name/doc
-%_datadir/%name/i18n
-%_datadir/%name/icons
-%_menudir/%name
-%_iconsdir/%name-32.png
-%_man1dir/%name.1.gz
+%_bindir/*
+%_libdir/*
+%_datadir/%name
+%_menudir/*
+%_iconsdir/*
+%_man1dir/*
Если, к примеру, в %_bindir есть что-то кроме файла с названием
программы, и вы не хотите добавить его в пакет, то ставить
звездочку, разумеется, не стоит. Но, как правило, в каталогах
только нужные файлы.
--
+ php-coder
+ php-coder[at]ngs[dot]ru
+ ALT Linux Master 2.4
ИМХО в хороших админах нуждаються многие и всегда эта профессия будет
востребованна. Думается мне что квалификацию на пропьешь, тем более
если админ юниксоид, то его знания долго имеют ценность.
-- riv82 (linux.org.ru)
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 14:06 ` Re[2]: " php-coder
@ 2005-03-23 18:34 ` Artem
0 siblings, 0 replies; 21+ messages in thread
From: Artem @ 2005-03-23 18:34 UTC (permalink / raw)
To: php-coder, ALT Linux Sisyphus discussion list
Большое спасибо. :-)
php-coder wrote:
>--- Artem 23.03.2005 18:52:14
>+++ php-coder 23.03.2005 19:57:01
>
> Некоторые добавления, которые бы сделал я на вашем месте (часть
> чисто косметические, а часть чуть более серьезные, как-то указание
> расширения для man-страницы):
>
> -install -d $RPM_BUILD_ROOT%_prefix
> -install -d $RPM_BUILD_ROOT%_iconsdir
> +%__install -d $RPM_BUILD_ROOT%_prefix
> +%__install -d $RPM_BUILD_ROOT%_iconsdir
>
> -%__cp -R -f ./ $RPM_BUILD_ROOT%_prefix
> -%__cp -f ./share/%name/icons/%name-32.png $RPM_BUILD_ROOT%_iconsdir
> -%__rm -f $RPM_BUILD_ROOT%_prefix/{COPYING,LICENSE,README,install.py}
> +%__cp -R -f ./ %buildroot%_prefix
> +%__cp -f ./share/%name/icons/%name-32.png %buildroot%_iconsdir
> +%__rm -f %buildroot%_prefix/{COPYING,LICENSE,README,install.py}
>
> -install -d $RPM_BUILD_ROOT%_menudir
> -cat << EOF > $RPM_BUILD_ROOT%_menudir/%name
> +%__install -d %buildroot%_menudir
> +cat << EOF > %buildroot%_menudir/%name
>
> -%defattr(-,root,root)
>
> -%_bindir/%name
> -%_libdir/%name
> -%_datadir/%name/doc
> -%_datadir/%name/i18n
> -%_datadir/%name/icons
> -%_menudir/%name
> -%_iconsdir/%name-32.png
> -%_man1dir/%name.1.gz
> +%_bindir/*
> +%_libdir/*
> +%_datadir/%name
> +%_menudir/*
> +%_iconsdir/*
> +%_man1dir/*
>
> Если, к примеру, в %_bindir есть что-то кроме файла с названием
> программы, и вы не хотите добавить его в пакет, то ставить
> звездочку, разумеется, не стоит. Но, как правило, в каталогах
> только нужные файлы.
>
>
>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-23 13:47 ` Artem
@ 2005-03-24 7:21 ` Alex Gorbachenko
2005-03-24 10:58 ` Artem
0 siblings, 1 reply; 21+ messages in thread
From: Alex Gorbachenko @ 2005-03-24 7:21 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 317 bytes --]
On Wed, 23 Mar 2005 15:47:03 +0200
Artem wrote:
> Этим самым %add_python_req_skip - ом?
да.
либо, насколько я понимаю, нужно патчить luma, чтобы он хотел питон не
в таких извращённых формах. но не уверен.
p.s. змееводы, ау. помогли бы разобраться, если возможность есть.
--
Sylpheed Claws 1.9.6cvs9
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-24 7:21 ` Alex Gorbachenko
@ 2005-03-24 10:58 ` Artem
2005-03-24 11:36 ` Alex Gorbachenko
2005-03-24 11:47 ` Ivan Fedorov
0 siblings, 2 replies; 21+ messages in thread
From: Artem @ 2005-03-24 10:58 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
P.S. Кстати, luma вроде не видно в sisyphus ? А неплохая замена gq
вообще-то.
Alex Gorbachenko wrote:
>On Wed, 23 Mar 2005 15:47:03 +0200
>Artem wrote:
>
>
>
>>Этим самым %add_python_req_skip - ом?
>>
>>
>
>да.
>либо, насколько я понимаю, нужно патчить luma, чтобы он хотел питон не
>в таких извращённых формах. но не уверен.
>p.s. змееводы, ау. помогли бы разобраться, если возможность есть.
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Sisyphus mailing list
>Sisyphus@altlinux.ru
>https://lists.altlinux.ru/mailman/listinfo/sisyphus
>
>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-24 10:58 ` Artem
@ 2005-03-24 11:36 ` Alex Gorbachenko
2005-03-24 17:44 ` Artem
2005-03-24 11:47 ` Ivan Fedorov
1 sibling, 1 reply; 21+ messages in thread
From: Alex Gorbachenko @ 2005-03-24 11:36 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
On Thu, 24 Mar 2005 12:58:27 +0200
Artem wrote:
> P.S. Кстати, luma вроде не видно в sisyphus ? А неплохая замена gq
> вообще-то.
не видно. дерзайте :)
--
Sylpheed Claws 1.9.6cvs9
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-24 10:58 ` Artem
2005-03-24 11:36 ` Alex Gorbachenko
@ 2005-03-24 11:47 ` Ivan Fedorov
1 sibling, 0 replies; 21+ messages in thread
From: Ivan Fedorov @ 2005-03-24 11:47 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 191 bytes --]
Artem пишет:
> P.S. Кстати, luma вроде не видно в sisyphus ? А неплохая замена gq
> вообще-то.
Он у меня давно собранный... только времени залить пока нет... ;(
Попробую в начале апреля...
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins)
2005-03-24 11:36 ` Alex Gorbachenko
@ 2005-03-24 17:44 ` Artem
0 siblings, 0 replies; 21+ messages in thread
From: Artem @ 2005-03-24 17:44 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Я бы дерзал, несомненно, если бы нормальный доступ к инет имел, а не
dial-up с грабительскими ценами. :-)
Alex Gorbachenko wrote:
>On Thu, 24 Mar 2005 12:58:27 +0200
>Artem wrote:
>
>
>
>>P.S. Кстати, luma вроде не видно в sisyphus ? А неплохая замена gq
>>вообще-то.
>>
>>
>
>не видно. дерзайте :)
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Sisyphus mailing list
>Sisyphus@altlinux.ru
>https://lists.altlinux.ru/mailman/listinfo/sisyphus
>
>
^ permalink raw reply [flat|nested] 21+ messages in thread
end of thread, other threads:[~2005-03-24 17:44 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-23 11:20 [sisyphus] python2.3(base), python2.3(environment), python2.3(plugins) Artem
2005-03-23 11:28 ` Anton Gorlov aka stalker
2005-03-23 11:41 ` Artem
2005-03-23 12:14 ` Alexey Morozov
2005-03-23 11:44 ` Alex Gorbachenko
2005-03-23 12:15 ` Artem
2005-03-23 12:43 ` Alex Gorbachenko
2005-03-23 12:52 ` Artem
2005-03-23 13:09 ` Re[2]: " Anton Gorlov aka stalker
2005-03-23 13:33 ` Artem
2005-03-23 13:40 ` Artem
2005-03-23 13:32 ` Alex Gorbachenko
2005-03-23 13:47 ` Artem
2005-03-24 7:21 ` Alex Gorbachenko
2005-03-24 10:58 ` Artem
2005-03-24 11:36 ` Alex Gorbachenko
2005-03-24 17:44 ` Artem
2005-03-24 11:47 ` Ivan Fedorov
2005-03-23 14:06 ` Re[2]: " php-coder
2005-03-23 18:34 ` Artem
2005-03-23 12:23 ` Artem
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git