* [devel] маленькое открытие про %if_enabled и BuildRequires
@ 2009-05-14 20:15 Michael Shigorin
2009-05-15 0:14 ` Денис Смирнов
2009-05-15 13:28 ` Sergey V Turchin
0 siblings, 2 replies; 3+ messages in thread
From: Michael Shigorin @ 2009-05-14 20:15 UTC (permalink / raw)
To: devel
Здравствуйте.
Оказывается, в %package работает и BuildRequires -- ниже
"краткий полный пример" использования в collectd.spec:
%def_enable curl
...
%package full
...
%{?_enable_curl:Requires: %name-curl}
...
%if_enabled curl
%package curl
Summary: CURL support module for collectd
Group: Monitoring
Requires: collectd = %version-%release
BuildRequires: libcurl-devel
# ^^^^^^^^^^^^^^^^^^^^^^^^^^
%description curl
This plugin provides CURL (proxy, etc) support for collectd
%endif
...
%configure \
...
%{subst_enable curl} \
...
%files
...
%_libdir/%name/*.so
%{?_enable_curl:%exclude %_libdir/%name/curl.so}
%if_enabled curl
%files curl
%_libdir/%name/curl.so
%endif
PS: а вообще для таких плагинистых пакетов с высокой степенью
соответствия строчек, которые попадают к %def_enable, %configure,
%package и %files (в данном случае они все тут с подчёркиваниями,
а не минусами, как в mplayer.spec) -- потихоньку хочется какой-то
шаблонный генератор. Но думать в эту сторону пока лень.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [devel] маленькое открытие про %if_enabled и BuildRequires
2009-05-14 20:15 [devel] маленькое открытие про %if_enabled и BuildRequires Michael Shigorin
@ 2009-05-15 0:14 ` Денис Смирнов
2009-05-15 13:28 ` Sergey V Turchin
1 sibling, 0 replies; 3+ messages in thread
From: Денис Смирнов @ 2009-05-15 0:14 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 716 bytes --]
On Thu, May 14, 2009 at 11:15:55PM +0300, Michael Shigorin wrote:
MS> PS: а вообще для таких плагинистых пакетов с высокой степенью
MS> соответствия строчек, которые попадают к %def_enable, %configure,
MS> %package и %files (в данном случае они все тут с подчёркиваниями,
MS> а не минусами, как в mplayer.spec) -- потихоньку хочется какой-то
MS> шаблонный генератор. Но думать в эту сторону пока лень.
Я уже начал такое писать для себя. Посмотри в мой git с пакетом appliance
-- обрати внимание на подкаталог specs. Реальный spec генерится из
содержимого этого каталога.
--
С уважением, Денис
http://freesource.info
----------------------------------------------------------------------------
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [devel] маленькое открытие про %if_enabled и BuildRequires
2009-05-14 20:15 [devel] маленькое открытие про %if_enabled и BuildRequires Michael Shigorin
2009-05-15 0:14 ` Денис Смирнов
@ 2009-05-15 13:28 ` Sergey V Turchin
1 sibling, 0 replies; 3+ messages in thread
From: Sergey V Turchin @ 2009-05-15 13:28 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 535 bytes --]
On Thursday 14 May 2009, Michael Shigorin wrote:
[...]
> %if_enabled curl
> %package curl
> Summary: CURL support module for collectd
> Group: Monitoring
> Requires: collectd = %version-%release
> BuildRequires: libcurl-devel
> # ^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> %description curl
> This plugin provides CURL (proxy, etc) support for collectd
> %endif
Секцию %package можно не if-ить
[...]
--
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-15 13:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-14 20:15 [devel] маленькое открытие про %if_enabled и BuildRequires Michael Shigorin
2009-05-15 0:14 ` Денис Смирнов
2009-05-15 13:28 ` Sergey V Turchin
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