ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Сборка RPM пользователем
@ 2003-01-25  1:22 Алексей Волков
  2003-01-25  9:51 ` Vitaly Lipatov
  0 siblings, 1 reply; 11+ messages in thread
From: Алексей Волков @ 2003-01-25  1:22 UTC (permalink / raw)
  To: community

Не удается собрать RPM из-под пользователя

~/.rpmmacros:
%_topdir /home/user/.rpm
%_tmppath %{_topdir}/TMP
%buildroot %_tmppath/%name-%version-build

some.spec:
<skipped/>

%build
perl Makefile.PL
make
make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall PREFIX="$RPM_BUILD_ROOT"%{_prefix} INSTALLDIRS=site

%files
%defattr (-,root,root)
%doc README
/usr/lib/perl5/site_perl/5.6.1/Some/Module.pm

Все стадии (до install) проходят успешно, make install
выполняется без проблем, 
Обрабатываются файлы: perl-Some-Module-0.1-1
ошибка: Файл не найден: /usr/lib/perl5/site_perl/5.6.1/Some/Module.pm


Если изменить секцию %file таким образом:
%file
%builddir/usr/lib/perl5/site_perl/5.6.1/Some/Module.pm
рпм создаётся с файлами /home/user/.rpm/TMP/....

Куда копать? Заранее благодарен
PS:
atmsk.ru просветления не дал
система redhat-7.3

есть вариант:
%install
%makeinstall PREFIX="$RPM_BUILD_ROOT"%{_prefix} INSTALLDIRS=site
find %buildroot| sed 's/^%buildroot//g' > filelist

%files -f filelist

но он мне не кажется "правильным", да и изящным его не назовешь.


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

end of thread, other threads:[~2003-01-30  8:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-25  1:22 [Comm] Сборка RPM пользователем Алексей Волков
2003-01-25  9:51 ` Vitaly Lipatov
2003-01-26 11:53   ` alv
2003-01-26 18:39     ` Vitaly Lipatov
2003-01-28  1:52       ` [Comm] " Michael Shigorin
2003-01-29  0:11         ` jellyfish
2003-01-29  9:16           ` Alexander Bokovoy
2003-01-30  0:07             ` Michael Shigorin
2003-01-30  8:06               ` Alexander Bokovoy
2003-01-30  8:19                 ` Michael Shigorin
2003-01-30  8:32                   ` Alexander Bokovoy

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