Name: dtrx Version: 7.0 Release: 2%{?dist} Summary: Intelligent archive extractor Group: Applications/Archiving License: GPLv3+ URL: http://brettcsmith.org/2007/dtrx/ Source0: http://brettcsmith.org/2007/dtrx/%{name}-%{version}.tar.gz BuildArch: noarch #The following packages are needed for check section BuildRequires: rpm,lzma,ncompress,cabextract,p7zip,p7zip-plugins,unshield,dpkg,PyYAML # The following packages are the backend tools for dtrx Requires: bzip2 Requires: cpio Requires: gzip Requires: rpm Requires: tar Requires: lzma Requires: ncompress Requires: cabextract Requires: xz Requires: p7zip-plugins Requires: unshield Requires: dpkg Requires: unzip %description dtrx extracts archives in a number of different formats; it currently supports tar, zip (including self-extracting .exe files), cpio, rpm, deb, gem, 7z, cab, rar (if unrar is installed), and InstallShield files. It can also decompress files compressed with gzip, bzip2, lzma, xz,or compress. In addition to providing one command to handle many different archive types, dtrx also aids the user by extracting contents consistently. By default, everything will be written to a dedicated directory that's named after the archive. dtrx will also change the permissions to ensure that the owner can read and write all those files. %prep %setup -q %build %install %{__python} setup.py install --prefix=%{buildroot}/%{_prefix} %check %{__python} tests/compare.py %files %defattr(-,root,root,-) %{_bindir}/dtrx %{python_sitelib}/* %doc COPYING NEWS README %changelog * Fri Mar 11 2011 Sergio Belkin 7.0-2 - Removed mention to third party repository in description section * Tue Mar 08 2011 Sergio Belkin 7.0-1 - First dtrx RPM built for Fedora