From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: [devel] распаковка arj (was: unrar/p7zip)
Date: Fri, 23 Sep 2005 16:42:33 +0300
Message-ID: <20050923134233.GJ8878@osdn.org.ua> (raw)
In-Reply-To: <20050923125500.GI8878@osdn.org.ua>
[-- Attachment #1.1: Type: text/plain, Size: 2270 bytes --]
On Fri, Sep 23, 2005 at 03:55:00PM +0300, Michael Shigorin wrote:
> PS: собрал себе 4.27-alt1 на базе 4.20-alt2, играюсь.
Кстати, то, что 7z (не 7za с явно Codecs/ в пузе) никто не
собирает -- это потому, что без обвязки или патча про libdir
он неповерабельный или просто все забыли?
Цепляю спек, который пытается собрать всё, что собирается,
и устанавливает плагины согласно README; если удастся заметить
преимущества, будем делать ему более уверенный поиск плагинов.
(собственно, чтоб arj и прочие Formats, которые не Codecs, умел)
Кстати, ещё наступил на дословно такие:
(не обращайте внимания на отсутствие -tarj,
тут не в этом дело)
---
life:/usr/lib/p7zip> ./7z a -v2k ~/work/zzz/archivers/tests/2/2.arj ~/work/zzz/archivers/tests/2/*
7-Zip 4.27 beta Copyright (c) 1999-2005 Igor Pavlov 2005-09-21
p7zip Version 4.27 (locale=uk_UA.KOI8-U,Utf16=on,HugeFiles=on)
Scanning
\home\mike\work\zzz\archivers\tests\2\HPLaserJet4.ppd: WARNING: No more files
\home\mike\work\zzz\archivers\tests\2\LDPD8.EXE: WARNING: No more files
\home\mike\work\zzz\archivers\tests\2\README: WARNING: No more files
\home\mike\work\zzz\archivers\tests\2\README.EAPI: WARNING: No more files
\home\mike\work\zzz\archivers\tests\2\set: WARNING: No more files
Creating archive /home/mike/work/zzz/archivers/tests/2/2.arj
WARNINGS for files:
\home\mike\work\zzz\archivers\tests\2\HPLaserJet4.ppd : No more files
\home\mike\work\zzz\archivers\tests\2\LDPD8.EXE : No more files
\home\mike\work\zzz\archivers\tests\2\README : No more files
\home\mike\work\zzz\archivers\tests\2\README.EAPI : No more files
\home\mike\work\zzz\archivers\tests\2\set : No more files
----------------
WARNING: Cannot find 5 files
---
PS: собсно с чем сражаемся -- multipart и содержащие
кириллические имена архивы. У arj крайне весёлый
(и безальтернативный) формат вывода multipart...
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
---- visit our conference (Oct 1):
-- http://conference.osdn.org.ua
[-- Attachment #1.2: p7zip.spec --]
[-- Type: text/plain, Size: 2529 bytes --]
Name: p7zip
Version: 4.27
Release: alt1
Summary: 7zip unofficial port - a file-archiver software using LZMA algorithms
License: LGPL
Group: Archiving/Compression
Url: http://p7zip.sourceforge.net
Packager: Andrey Semenov <mitrofan@altlinux.ru>
Source: %{name}_%{version}_src.tar.bz2
# Automatically added by buildreq on Wed Jul 21 2004
BuildRequires: gcc-c++ libstdc++-devel
%description
p7zip is a quick port of 7za.exe (command line version of 7zip) for Unix.
7-Zip is a file archiver with highest compression ratio.
For official version of 7zip (created by Igor Pavlov),
please visit http://www.7-zip.org
The url of the Linux port version maintained by myspace
is http://www.sf.net/projects/p7zip
%prep
%setup -q -n %{name}_%version
%build
# they try to install plugins here while
%__mkdir_p bin/{Codecs,Formats}
%make_build LOCAL_LIBS=-lpthread
pushd 7zip
find -name makefile | while read path; do
make -C `dirname $path` ||:
done
popd
%install
%__mkdir_p %buildroot{%_bindir,%_libdir/%name,%_man1dir}
%__cp -a bin/* %buildroot%_libdir/%name/
%__cp -a man1/* %buildroot%_man1dir/
%__ln_s ../lib/%name/7z %buildroot%_bindir/7z
%__ln_s ../lib/%name/7za %buildroot%_bindir/7za
%files
%doc README TODO ChangeLog DOCS/
%_bindir/*
%_libdir/%name/
%_man1dir/*
%changelog
* Fri Sep 23 2005 Michael Shigorin <mike@altlinux.org> 4.27-alt1
- 4.27
- minor spec cleanup (url/description updated, too)
- added codec/format plugin installation (arj, ...)
* Thu Sep 15 2005 Andrey Semenov <mitrofan@altlinux.ru> 4.20-alt2
- add man pages
* Mon Jun 06 2005 Andrey Semenov <mitrofan@altlinux.ru> 4.20-alt1
- release version
* Fri May 13 2005 Andrey Semenov <mitrofan@altlinux.ru> 4.18-alt1
- 4.18
* Fri Apr 08 2005 Andrey Semenov <mitrofan@altlinux.ru> 4.16-alt1
- 4.16
* Wed Feb 02 2005 Andrey Semenov <mitrofan@altlinux.ru> 4.14.01-alt1
- 4.14.01
* Sun Jan 23 2005 Andrey Semenov <mitrofan@altlinux.ru> 4.14-alt1
- 4.14
* Tue Dec 21 2004 Andrey Semenov <mitrofan@altlinux.ru> 4.13-alt1
- 4.13
* Sun Nov 21 2004 Andrey Semenov <mitrofan@altlinux.ru> 4.12-alt1
- 4.12
* Mon Oct 25 2004 Andrey Semenov <mitrofan@altlinux.ru> 4.10-alt1
- new version
* Sat Aug 21 2004 Andrey Semenov <mitrofan@altlinux.ru> 0.91-alt1
- new version
- add support for FreeBSD 5.2.1
- add support of filesystem that support case sensitive filenames
* Wed Jul 21 2004 Andrey Semenov <mitrofan@altlinux.ru> 0.90-alt1
- First version of RPM package
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-09-23 13:42 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-20 9:23 [devel] Импорт модуля pyton gnomecanvas из rpm Slava Dubrovskiy
2005-09-20 9:31 ` [devel] " Michael Shigorin
2005-09-20 10:00 ` Slava Dubrovskiy
2005-09-20 10:03 ` Michael Shigorin
2005-09-20 10:03 ` Eugene Ostapets
2005-09-20 10:15 ` Alexey Borovskoy
2005-09-20 10:35 ` Eugene Ostapets
2005-09-20 10:37 ` Michael Shigorin
2005-09-20 10:42 ` Eugene Ostapets
2005-09-20 10:52 ` Michael Shigorin
2005-09-20 10:56 ` Eugene Ostapets
2005-09-20 11:11 ` Vital Khilko
2005-09-20 11:25 ` [devel] Re: �� Eugene Ostapets
2005-09-20 21:48 ` Vitaly Lipatov
2005-09-21 7:31 ` [devel] <lost subject> Andrei Bulava
2005-09-21 8:35 ` Vitaly Lipatov
2005-09-21 9:21 ` [devel] поддержка rar в 7-zip / 7za Andrei Bulava
2005-09-21 9:49 ` Vitaly Lipatov
2005-09-21 9:59 ` Антон
2005-09-21 12:01 ` Andrei Bulava
2005-09-21 20:42 ` [devel] поддержка rar в 7-zip / 7za [JT] Vitaly Lipatov
2005-09-22 7:05 ` [devel] поддержка rar в 7-zip / 7za [legal] Andrei Bulava
2005-09-22 10:23 ` Alexey Rusakov
2005-09-22 21:37 ` Vitaly Lipatov
2005-09-23 12:55 ` [devel] Re: unrar/p7zip Michael Shigorin
2005-09-23 13:42 ` Michael Shigorin [this message]
2005-09-24 8:08 ` [devel] распаковка arj (was: unrar/p7zip) Vitaly Lipatov
2005-09-26 7:56 ` [devel] " Michael Shigorin
2005-09-21 9:11 ` [devel] Re: архиваторы и буковки Michael Shigorin
2005-09-20 11:28 ` [devel] Re: Импорт модуля pyton gnomecanvas из rpm Slava Dubrovskiy
2005-09-20 10:04 ` Slava Dubrovskiy
2005-09-20 9:36 ` [devel] " Ivan Fedorov
2005-09-20 9:56 ` Slava Dubrovskiy
2005-09-20 12:00 ` Dmitry V. Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050923134233.GJ8878@osdn.org.ua \
--to=mike@osdn.org.ua \
--cc=devel@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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