File cabextract.spec of Package cabextract
# $Id: cabextract.spec 4774 2006-09-26 12:57:08Z dries $
# Authority: matthias
# Upstream: Stuart Caie <kyzer$4u,net>
Summary: Program to extract Microsoft Cabinet files
Name: cabextract
Version: 1.2
Release: 1.rf
License: GPL
Group: Applications/Archiving
URL: http://www.kyz.uklinux.net/cabextract.php3
Packager: Dag Wieers <dag@wieers.com>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Source: http://www.kyz.uklinux.net/downloads/cabextract-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-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
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_mandir}/man?/*
%changelog
* Tue Sep 26 2006 Dries Verachtert <dries@ulyssis.org> - 1.2-1 - 4774/dries
- Updated to release 1.2.
* Mon Oct 18 2004 Matthias Saou <http://freshrpms.net/> 1.1-1
- Update to 1.1.
* Mon Mar 15 2004 Matthias Saou <http://freshrpms.net/> 1.0-1
- Update to 1.0.
* Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 0.6-3
- Rebuild for Fedora Core 1.
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 9.
* Tue Jan 7 2003 Matthias Saou <http://freshrpms.net/>
- Initial RPM release.