Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558130
en ru br
ALT Linux repos
S:1.12-alt2

Group :: Archiving/Other
RPM: patool

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: patool
Version: 1.12
Release: alt1

Summary: Portable command line archive file manager

Packager: Vitaly Lipatov <lav at altlinux.ru>

License: GPLv3+
Group: Archiving/Other
Url: https://github.com/wummel/patool/

# Real URL for download

# Source-url: https://github.com/wummel/patool/archive/upstream/%version.tar.gz
Source: %name-%version.tar

BuildArch: noarch
BuildRequires: python-module-setuptools

%description
Various archive types can be created, extracted, tested and listed by
patool. The advantage of patool is its simplicity in handling archive
files without having to remember a myriad of programs and options.

The archive format is determined by the file(1) program and as a
fallback by the archive file extension.

patool supports 7z (.7z), ACE (.ace), ADF (.adf), ALZIP (.alz),
APE (.ape), AR (.a), ARC (.arc),
ARJ (.arj), BZIP2 (.bz2), CAB (.cab), COMPRESS (.Z), CPIO (.cpio),
DEB (.deb), DMS (.dms), FLAC (.flac), GZIP (.gz),
LRZIP (.lrz), LZH (.lha, .lzh), LZIP (.lz), LZMA (.lzma),
LZOP (.lzo), RPM (.rpm), RAR (.rar), RZIP (.rz), SHN (.shn), TAR (.tar),
XZ (.xz), ZIP (.zip, .jar) and ZOO (.zoo) formats. It relies on helper
applications to handle those archive formats (for example bzip2 for
BZIP2 archives).

The archive formats TAR, ZIP, BZIP2 and GZIP are supported natively
and do not require helper applications to be installed.

%prep
%setup -n %name-%version

%build
%python_build

%install
%python_install

%files
%_bindir/%name
%_man1dir/%name.*
%python_sitelibdir/patoolib/
%python_sitelibdir/_patool_configdata.*
%python_sitelibdir/patool-*.egg-info

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin