Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main-src > by-pkgid > ecc97dc3b88157d507a81d6cbddee257 > files > 2

cabextract-1.2-1ark.src.rpm

%define contrib 1

Summary: A program to extract Microsoft Cabinet files
Name: cabextract
Version: 1.2
Release: 1ark
Group: Applications/Archiving
License: GPL
Source: http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.lz
URL: http://www.kyz.uklinux.net/cabextract.php3
BuildRoot: %{_tmppath}/%{name}-root

%description
Cabinet (.CAB) files are a form of archive, which Microsoft use to
distribute their software, and things like Windows Font Packs. The
cabextract program simply unpacks such files.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf ${RPM_BUILD_ROOT}
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(0644, root, root, 0755)
%doc AUTHORS ChangeLog NEWS README
%attr(0755, root, root) %{_bindir}/cabextract
%{_mandir}/man1/cabextract.1*

%changelog
* Fri Oct 27 2006 David Tio <deux@arklinux.org> 1.2-1ark
- 1.2

* Fri Apr 22 2005 Logan Rathbone <logan.rathbone@utoronto.ca> 1.1-1pnx
- Initial RPM for Ark Linux.