* [devel] Re: [mdk-re] What is RPM buildreq?
@ 2001-10-24 11:11 ` Dmitry V. Levin
2001-10-25 8:09 ` Dmitry V. Levin
0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2001-10-24 11:11 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] 6+ messages in thread
* Re: [devel] Re: [mdk-re] What is RPM buildreq?
2001-10-24 11:11 ` [devel] Re: [mdk-re] What is RPM buildreq? Dmitry V. Levin
@ 2001-10-25 8:09 ` Dmitry V. Levin
2001-10-26 19:22 ` [devel] compare_packages Mikhail Zabaluev
2001-10-27 17:00 ` [devel] Re: [mdk-re] What is RPM buildreq? Alexey Voinov
0 siblings, 2 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2001-10-25 8:09 UTC (permalink / raw)
To: devel, ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 2198 bytes --]
On Wed, Oct 24, 2001 at 03:11:41PM +0400, Dmitry V. Levin wrote:
> Добавлю от себя, что с недавних пор пакет 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;
Это было в buildreqs.
> + stamp_spec - generates timestamp for rpm specfile changelog entry;
> + add_changelog - generates and adds changelog entry to rpm specfile;
Эти 2 полезны для добавления записей в changelog.
> + compare_packages - generates lists of package sets and compares them;
Every packager must use it before each package release.
Этим Вы снимете с меня и Стаса огромный груз по проверке Ваших пакетов.
> + cleanup_spec - attempts to cleanup rpm specfile;
Этот скрипт следует запускать на каждый spec-файл (если только это не было
сделано ранее) до начала работы с ним.
> + 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] 6+ messages in thread
* [devel] compare_packages
2001-10-25 8:09 ` Dmitry V. Levin
@ 2001-10-26 19:22 ` Mikhail Zabaluev
2001-10-27 17:00 ` [devel] Re: [mdk-re] What is RPM buildreq? Alexey Voinov
1 sibling, 0 replies; 6+ messages in thread
From: Mikhail Zabaluev @ 2001-10-26 19:22 UTC (permalink / raw)
To: devel, ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 497 bytes --]
Hello Dmitry,
On Thu, Oct 25, 2001 at 12:09:27PM +0400, Dmitry V. Levin wrote:
>
> > + compare_packages - generates lists of package sets and compares them;
>
> Every packager must use it before each package release.
> Этим Вы снимете с меня и Стаса огромный груз по проверке Ваших пакетов.
Может быть, я туго соображаю, но как и для чего обязательно
пользоваться этой утилитой?
--
Stay tuned,
MhZ JID: mookid@jabber.org
___________
You might have mail.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Re: [mdk-re] What is RPM buildreq?
2001-10-25 8:09 ` Dmitry V. Levin
2001-10-26 19:22 ` [devel] compare_packages Mikhail Zabaluev
@ 2001-10-27 17:00 ` Alexey Voinov
2001-10-28 8:27 ` Aleksandr Blohin
2001-10-30 8:15 ` Dmitry V. Levin
1 sibling, 2 replies; 6+ messages in thread
From: Alexey Voinov @ 2001-10-27 17:00 UTC (permalink / raw)
To: devel
[-- Attachment #1.1: Type: text/plain, Size: 536 bytes --]
Dmitry V. Levin wrote
> > + cleanup_spec - attempts to cleanup rpm specfile;
> Этот скрипт следует запускать на каждый spec-файл (если только это не было
> сделано ранее) до начала работы с ним.
Глючит. Зачем-то убрал из spec'а все '\n'
Результат его работы прилагаю.
--
Best Regards! | Когда вам платят за работу, надо по крайней мере
Alexey Voinov | делать вид, что вы работаете...
| Б.Виан "Осень в Пекине"
voins@voins.program.ru
voins@online.ru
vns@altlinux.ru
[-- Attachment #1.2: wm.spec.bz2 --]
[-- Type: application/x-bzip2, Size: 4814 bytes --]
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Re: [mdk-re] What is RPM buildreq?
2001-10-27 17:00 ` [devel] Re: [mdk-re] What is RPM buildreq? Alexey Voinov
@ 2001-10-28 8:27 ` Aleksandr Blohin
2001-10-30 8:15 ` Dmitry V. Levin
1 sibling, 0 replies; 6+ messages in thread
From: Aleksandr Blohin @ 2001-10-28 8:27 UTC (permalink / raw)
To: devel
On Sat, 27 Oct 2001 21:00:44 +0400
Alexey Voinov <voins@voins.program.ru> wrote:
AV> Dmitry V. Levin wrote
>> > + cleanup_spec - attempts to cleanup rpm specfile;
>> Этот скрипт следует запускать на каждый spec-файл (если только это не
>>было
>> сделано ранее) до начала работы с ним.
AV> Глючит. Зачем-то убрал из spec'а все '\n'
AV> Результат его работы прилагаю.
О!
А я думал это только у меня руки кривые :)
Подтверждаю. Глючит.
--
Best regards
AB
--
... In nomine Altli, et Ctrli, et Spititus Deli, Reset!
_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Re: [mdk-re] What is RPM buildreq?
2001-10-27 17:00 ` [devel] Re: [mdk-re] What is RPM buildreq? Alexey Voinov
2001-10-28 8:27 ` Aleksandr Blohin
@ 2001-10-30 8:15 ` Dmitry V. Levin
1 sibling, 0 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2001-10-30 8:15 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 880 bytes --]
On Sat, Oct 27, 2001 at 09:00:44PM +0400, Alexey Voinov wrote:
> Dmitry V. Levin wrote
> > > + cleanup_spec - attempts to cleanup rpm specfile;
> > Этот скрипт следует запускать на каждый spec-файл (если только это не было
> > сделано ранее) до начала работы с ним.
> Глючит. Зачем-то убрал из spec'а все '\n'
Срочно обновите пакет до версии 0.1.1
По ошибке в 0.1 попала нерабочая версия cleanup_spec
Ввиду того, что я пользовался предыдущей версией, то ошибка не была
устранена до первого релиза.
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] 6+ messages in thread
end of thread, other threads:[~2001-10-30 8:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-24 11:11 ` [devel] Re: [mdk-re] What is RPM buildreq? Dmitry V. Levin
2001-10-25 8:09 ` Dmitry V. Levin
2001-10-26 19:22 ` [devel] compare_packages Mikhail Zabaluev
2001-10-27 17:00 ` [devel] Re: [mdk-re] What is RPM buildreq? Alexey Voinov
2001-10-28 8:27 ` Aleksandr Blohin
2001-10-30 8:15 ` Dmitry V. Levin
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