ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] What is RPM buildreq?
@ 2001-10-24  8:42 Andrew Borodin
  2001-10-24  9:01 ` Andrey Astafiev
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Andrew Borodin @ 2001-10-24  8:42 UTC (permalink / raw)
  To: mandrake-russian

  Здравствуйте!

  Во многих spec'ах от ALT есть такой фрагмент:

# Automatically added by buildreq on <date>
BuildRequires: <длинный список пакетов>

  Что за зверь buildreq и как с ним подружиться :-) ?
В Spring'е не нашел...

  С уважением,
  А. Бородин.



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

* Re: [mdk-re] What is RPM buildreq?
  2001-10-24  8:42 [mdk-re] What is RPM buildreq? Andrew Borodin
@ 2001-10-24  9:01 ` Andrey Astafiev
  2001-10-24 15:10   ` Dmitry V. Levin
  2001-10-24 13:03 ` Sergey Krivulja
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Andrey Astafiev @ 2001-10-24  9:01 UTC (permalink / raw)
  To: mandrake-russian

>   Во многих spec'ах от ALT есть такой фрагмент:
> # Automatically added by buildreq on <date>
> BuildRequires: <длинный список пакетов>
> 
>   Что за зверь buildreq и как с ним подружиться :-) ?
> В Spring'е не нашел...

ставите пакет buildreqs и запускаете

$ buildreq your.spec

строка будет добавлена в спек.


--
andrei at tvcell d0t ru



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

* Re: [mdk-re] What is RPM buildreq?
  2001-10-24  8:42 [mdk-re] What is RPM buildreq? Andrew Borodin
  2001-10-24  9:01 ` Andrey Astafiev
@ 2001-10-24 13:03 ` Sergey Krivulja
  2001-10-24 13:43   ` Andrew Borodin
  2001-10-24 13:27 ` [mdk-re] " Mikhail Zabaluev
  2001-10-24 16:01 ` [mdk-re] " Sergey Krivulja
  3 siblings, 1 reply; 8+ messages in thread
From: Sergey Krivulja @ 2001-10-24 13:03 UTC (permalink / raw)
  To: Andrew Borodin

Hello Andrew,

Wednesday, October 24, 2001, 9:45:06 AM, you wrote:


AB> # Automatically added by buildreq on <date>
AB> BuildRequires: <длинный список пакетов>
По смыслу ведь понятно - это то что необходимо для сборки пакета.
RPM проверяет этот списочек, и если не находит чего-то из списка
установленного в системе - откажется собирать пакет :-(


-- 
Best regards,
 Sergey                            mailto:skrivulja@erec.ru





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

* [mdk-re] Re: What is RPM buildreq?
  2001-10-24  8:42 [mdk-re] What is RPM buildreq? Andrew Borodin
  2001-10-24  9:01 ` Andrey Astafiev
  2001-10-24 13:03 ` Sergey Krivulja
@ 2001-10-24 13:27 ` Mikhail Zabaluev
  2001-10-24 16:01 ` [mdk-re] " Sergey Krivulja
  3 siblings, 0 replies; 8+ messages in thread
From: Mikhail Zabaluev @ 2001-10-24 13:27 UTC (permalink / raw)
  To: mandrake-russian

Hello Andrew,

On Wed, Oct 24, 2001 at 08:45:06AM +0300, Andrew Borodin wrote:
>
>   Во многих spec'ах от ALT есть такой фрагмент:
> 
> # Automatically added by buildreq on <date>
> BuildRequires: <длинный список пакетов>
> 
>   Что за зверь buildreq и как с ним подружиться :-) ?
> В Spring'е не нашел...

Пакет buildreqs.

Для определения зависимостей используется остроумная техника:
"rpm -bc <specfile>" запускается под strace, отлавливаются все вызовы,
связанные с обращением к файлам (open, mmap, ...), полученный список
файлов анализируется на принадлежность к пакетам.
Относиться к результатам стоит с большим прищуром, но от большей части
ручной работы buildreq избавляет.

-- 
Stay tuned,
  MhZ                                     JID: mookid@jabber.org
___________
"It doesn't much signify whom one marries for one is sure to find out next 
morning it was someone else."
-- Rogers



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

* Re: [mdk-re] What is RPM buildreq?
  2001-10-24 13:03 ` Sergey Krivulja
@ 2001-10-24 13:43   ` Andrew Borodin
  2001-10-24 15:05     ` Andrew Borodin
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Borodin @ 2001-10-24 13:43 UTC (permalink / raw)
  To: mandrake-russian


On 24 Oct 2001, at 13:03, Sergey Krivulja wrote:

> Hello Andrew,
> 
> Wednesday, October 24, 2001, 9:45:06 AM, you wrote:
> 
> AB> # Automatically added by buildreq on <date>
> AB> BuildRequires: <длинный список пакетов>
> По смыслу ведь понятно - это то что необходимо для сборки пакета.
> RPM проверяет этот списочек, и если не находит чего-то из списка
> установленного в системе - откажется собирать пакет :-(
> 

  Что такое BuildRequires, я знаю :). Меня интересует
"added by buildreq"...

  С уважением,
  А. Бородин.



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

* Re: [mdk-re] What is RPM buildreq?
  2001-10-24 13:43   ` Andrew Borodin
@ 2001-10-24 15:05     ` Andrew Borodin
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Borodin @ 2001-10-24 15:05 UTC (permalink / raw)
  To: mandrake-russian

On 24 Oct 2001, at 13:46, Andrew Borodin wrote:
> 
> On 24 Oct 2001, at 13:03, Sergey Krivulja wrote:
> 
> > Hello Andrew,
> > 
> > Wednesday, October 24, 2001, 9:45:06 AM, you wrote:
> > 
> > AB> # Automatically added by buildreq on <date>
> > AB> BuildRequires: <длинный список пакетов>
> > По смыслу ведь понятно - это то что необходимо для сборки пакета.
> > RPM проверяет этот списочек, и если не находит чего-то из списка
> > установленного в системе - откажется собирать пакет :-(
> > 
> 
>   Что такое BuildRequires, я знаю :). Меня интересует
> "added by buildreq"...
> 

  Почта (не)много запаздывает. Спасибо Михаилу Забалуеву за ответ. :)

  С уважением,
  А. Бородин.



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

* Re: [mdk-re] What is RPM buildreq?
  2001-10-24  9:01 ` Andrey Astafiev
@ 2001-10-24 15:10   ` Dmitry V. Levin
  0 siblings, 0 replies; 8+ messages in thread
From: Dmitry V. Levin @ 2001-10-24 15:10 UTC (permalink / raw)
  To: ALT Linux Spring mailing list; +Cc: devel

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

On Wed, Oct 24, 2001 at 09:00:14AM +0400, Andrey Astafiev wrote:
> >   Во многих spec'ах от ALT есть такой фрагмент:
> > # Automatically added by buildreq on <date>
> > BuildRequires: <длинный список пакетов>
> > 
> >   Что за зверь buildreq и как с ним подружиться :-) ?
> > В Spring'е не нашел...
> 
> ставите пакет buildreqs и запускаете
> 
> $ buildreq your.spec
> 
> строка будет добавлена в спек.

Добавлю от себя, что с недавних пор пакет buildreqs вошел в состав другого
(нового) пакета rpm-utils:
Name        : rpm-utils                    Relocations: (not relocateable)
Version     : 0.1                               Vendor: ALT Linux Team
Release     : alt1                          Build Date: Mon Oct 22 18:52:33 2001
Install date: (not installed)               Build Host: basalt.office.altlinux.ru
Group       : Development/Other             Source RPM: rpm-utils-0.1-alt1.src.rpm
Size        : 29653                            License: GPL
Packager    : Dmitry V. Levin <ldv@alt-linux.org>
Summary     : Utilities every rpm packager must have
Description :
This package contains following utilities:
+ filereq - generates list of file requires while running the program;
+ packagereq - generates list of package requires while running the program;
+ buildreq - generates and adds/updates BuildRequires tag in specfiles;
+ rpmdups - generates list of duplicated packages;
+ stamp_spec - generates timestamp for rpm specfile changelog entry;
+ add_changelog - generates and adds changelog entry to rpm specfile;
+ compare_packages - generates lists of package sets and compares them;
+ cleanup_spec - attempts to cleanup rpm specfile;
+ rebuild_package - rebuilds source package keeping packager info unchanged.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.ru/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

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

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

* Re: [mdk-re] What is RPM buildreq?
  2001-10-24  8:42 [mdk-re] What is RPM buildreq? Andrew Borodin
                   ` (2 preceding siblings ...)
  2001-10-24 13:27 ` [mdk-re] " Mikhail Zabaluev
@ 2001-10-24 16:01 ` Sergey Krivulja
  3 siblings, 0 replies; 8+ messages in thread
From: Sergey Krivulja @ 2001-10-24 16:01 UTC (permalink / raw)
  To: Andrew Borodin

Hello Andrew,

Wednesday, October 24, 2001, 9:45:06 AM, you wrote:


AB> # Automatically added by buildreq on <date>
AB> BuildRequires: <длинный список пакетов>
По смыслу ведь понятно - это то что необходимо для сборки пакета.
RPM проверяет этот списочек, и если не находит чего-то из списка
установленного в системе - откажется собирать пакет :-(


-- 
Best regards,
 Sergey                            mailto:skrivulja@erec.ru





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

end of thread, other threads:[~2001-10-24 16:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-24  8:42 [mdk-re] What is RPM buildreq? Andrew Borodin
2001-10-24  9:01 ` Andrey Astafiev
2001-10-24 15:10   ` Dmitry V. Levin
2001-10-24 13:03 ` Sergey Krivulja
2001-10-24 13:43   ` Andrew Borodin
2001-10-24 15:05     ` Andrew Borodin
2001-10-24 13:27 ` [mdk-re] " Mikhail Zabaluev
2001-10-24 16:01 ` [mdk-re] " Sergey Krivulja

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git