Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37409969
en ru br
ALT Linux repos
S:0.39.0-alt1_16

Group :: Archiving/Other
RPM: atool

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Group: Archiving/Other
# BEGIN SourceDeps(oneline):
BuildRequires: /usr/bin/perl perl(Encode.pm)
# END SourceDeps(oneline)
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
Name: atool
Version: 0.39.0
Release: alt1_16
Summary: A perl script for managing file archives of various types

License: GPLv2+
URL: http://www.nongnu.org/atool/
Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz

BuildArch: noarch
BuildRequires: rpm-build-perl
Source44: import.info

%description
atool is a script for managing file archives of various types.

It includes aunpack (to extract archives), apack (to create archives),
als (to list files), acat (to extract files to the standard output),
etc.

atool relies on external programs to handle the archives.
It determines the archive types using file extensions whenever possible,
with a fallback on 'file'.

It includes support for tarballs, gzip, bzip, bzip2, lzop, lzma, pkzip, rar,
ace, arj, rpm, cpio, arc, 7z, alzip.

%prep
%setup -q


# Convert to UTF-8 while keeping the original timestamp

iconv -f iso8859-1 -t utf-8 NEWS -o tmp
touch -r NEWS tmp
mv -f tmp NEWS
chmod 0644 NEWS


%build
%configure
%make_build


%install
%makeinstall_std

%files
%{_bindir}/*
%doc NEWS README TODO AUTHORS COPYING
%{_mandir}/man1/*

%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