ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Настройки rpmbh
@ 2015-11-05 20:40 ruslandh
  2015-11-05 20:45 ` Hihin Ruslan
  2015-11-05 21:07 ` Vitaly Lipatov
  0 siblings, 2 replies; 4+ messages in thread
From: ruslandh @ 2015-11-05 20:40 UTC (permalink / raw)
  To: sisyphus

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

Привет !

Как указать rpmbh нужные мне настройки apt (у меня они в 
$home/apt/.. лежат) и rpm (из .rpmmacros не берёт :-( )

А то даю 
rpmbh -nb имя_src.rpm а пропатченный нигде не найду.

-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Настройки rpmbh
  2015-11-05 20:40 [sisyphus] Настройки rpmbh ruslandh
@ 2015-11-05 20:45 ` Hihin Ruslan
  2015-11-05 21:07 ` Vitaly Lipatov
  1 sibling, 0 replies; 4+ messages in thread
From: Hihin Ruslan @ 2015-11-05 20:45 UTC (permalink / raw)
  To: sisyphus

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


  В сообщении от 5 ноября 2015 ruslandh написал(a):
> rpmbh -nb имя_src.rpm 

 rpmbh -nb 7 имя_src.rpm


-- 
  А ещё говорят так  (fortune):
 
If I'm over the hill, why is it I don't recall ever being on 
top? -- Jerry Muscha 
________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Настройки rpmbh
  2015-11-05 20:40 [sisyphus] Настройки rpmbh ruslandh
  2015-11-05 20:45 ` Hihin Ruslan
@ 2015-11-05 21:07 ` Vitaly Lipatov
  2015-11-05 21:30   ` ruslandh
  1 sibling, 1 reply; 4+ messages in thread
From: Vitaly Lipatov @ 2015-11-05 21:07 UTC (permalink / raw)
  To: sisyphus

ruslandh писал 2015-11-05 23:40:
> Привет !
>
> Как указать rpmbh нужные мне настройки apt (у меня они в
> $home/apt/.. лежат) и rpm (из .rpmmacros не берёт :-( )
>
> А то даю
> rpmbh -nb имя_src.rpm а пропатченный нигде не найду.
По вопросу —
$ grep APT /etc/eterbuild/config
APTCONFBASE=/etc/eterbuild/apt/apt.conf

Можно определять пользовательские настройки в
~/.config/eterbuild

Если речь про портирование в p7, то команда такая:

$ rpmbph -b p7 -n

И (я не уверен), мне казалось, что она умеет работать только с 
git-репозиторием.

-- 
С уважением,
Виталий Липатов,
Etersoft


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

* Re: [sisyphus] Настройки rpmbh
  2015-11-05 21:07 ` Vitaly Lipatov
@ 2015-11-05 21:30   ` ruslandh
  0 siblings, 0 replies; 4+ messages in thread
From: ruslandh @ 2015-11-05 21:30 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Vitaly Lipatov
  В сообщении от 6 ноября 2015 Vitaly Lipatov написал(a):
> И (я не уверен), мне казалось, что она умеет работать только с
> git-репозиторием.

Ну, по логам она пакет создаёт, да мне-бы хватило и изминённого 
спека.

"
$ rpmbph -b p7  -n usb-modeswitch-2.2.6-alt1.src.rpm
Install package  $ 
mkdir -p /tmp/.private/writer/tmp.SsIU1ZOG2q/SOURCES /tmp/.private/writer/tmp.SsIU1ZOG2q/SRPMS /tmp/.private/writer/tmp.SsIU1ZOG2q/RPMS
 $ 
rpm -iv --define=_topdir /tmp/.private/writer/tmp.SsIU1ZOG2q /home/writer/RPM/SRPMS/usb-modeswitch-2.2.6-alt1.src.rpm
usb-modeswitch-2.2.6-alt1
 $ 
altspec_to_local /tmp/.private/writer/tmp.SsIU1ZOG2q/SPECS/usb-modeswitch.spec
Converting spec usb-modeswitch.spec to M70P...
 $ 
set_release /tmp/.private/writer/tmp.SsIU1ZOG2q/SPECS/usb-modeswitch.spec 
alt0.M70P.1
 
$ /usr/bin/rpmbs -M70P /tmp/.private/writer/tmp.SsIU1ZOG2q/SPECS/usb-modeswitch.spec
Just packing usb-modeswitch-2.2.6-alt0.M70P.1.src.rpm
 $ nice 
rpmbuild --quiet --define=_topdir /tmp/.private/writer/tmp.SsIU1ZOG2q --quiet /tmp/.private/writer/tmp.SsIU1ZOG2q/SPECS/usb-modeswitch.spec -bs --nodeps --target 
x86_64
Платформы для сборки: x86_64
Сборка для платформы x86_64
Записан: /tmp/.private/writer/tmp.SsIU1ZOG2q/SRPMS/usb-modeswitch-2.2.6-alt0.M70P.1.src.rpm
 $ 
rpmbuild --define=_topdir /tmp/.private/writer/tmp.SsIU1ZOG2q --rmsource --rmspec --nodeps /tmp/.private/writer/tmp.SsIU1ZOG2q/SPECS/usb-modeswitch.spec
"


А /tmp/.private/writer/tmp.SsIU1ZOG2q  и нет ....



-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

end of thread, other threads:[~2015-11-05 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-05 20:40 [sisyphus] Настройки rpmbh ruslandh
2015-11-05 20:45 ` Hihin Ruslan
2015-11-05 21:07 ` Vitaly Lipatov
2015-11-05 21:30   ` ruslandh

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