Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 76bb50fbc08051fff861385f588c8b46 > files > 2

dtrx-7.0-3.fc13.src.rpm

Name: dtrx
Version: 7.0        
Release: 3%{?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:  lzma,ncompress,cabextract,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
* Wed Mar 16 2011 Sergio Belkin <sebelk@fedoraproject.org> 7.0-3
- Removed rpm and p7zip from BuildRequires according to Packaging Guidelines
- Added line between changelog entries

* Fri Mar 11 2011 Sergio Belkin <sebelk@fedoraproject.org> 7.0-2
- Removed mention to third party repository in description section

* Tue Mar 08 2011 Sergio Belkin <sebelk@fedoraproject.org> 7.0-1
- First dtrx RPM built for Fedora