From fef46f69c0d7c433e7d5002ee0efd1945fc74972 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:03:23 +0100 Subject: [PATCH] automatic update by autodist [release 1.4-1mamba;Mon May 16 2011] --- README.md | 2 ++ cabextract.spec | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 cabextract.spec diff --git a/README.md b/README.md index 0799604..06ef600 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # cabextract +CabExtract is a program to extract Microsoft cabinet (.CAB) files. + diff --git a/cabextract.spec b/cabextract.spec new file mode 100644 index 0000000..be7ed20 --- /dev/null +++ b/cabextract.spec @@ -0,0 +1,66 @@ +Name: cabextract +Version: 1.4 +Release: 1mamba +Summary: A program to extract Microsoft cabinet (.CAB) files +Group: Applications/Archiving +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cabextract.org.uk/ +Source: http://www.cabextract.org.uk/cabextract-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +CabExtract is a program to extract Microsoft cabinet (.CAB) files. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_bindir}/cabextract +%{_mandir}/man1/cabextract.* +%doc AUTHORS ChangeLog COPYING NEWS README TODO + +%changelog +* Mon May 16 2011 Automatic Build System 1.4-1mamba +- automatic update by autodist + +* Mon Aug 16 2010 Automatic Build System 1.3-1mamba +- automatic update by autodist + +* Sun Jul 11 2010 Davide Madrisan 1.2-3mamba +- fixed package URL + +* Mon Jun 04 2007 Aleph0 1.2-2mamba +- rebuilt + +* Wed Oct 04 2006 Davide Madrisan 1.2-1qilnx +- update to version 1.2 by autospec + +* Wed Nov 10 2004 Davide Madrisan 1.1-1qilnx +- update to version 1.1 by autospec +- added documentation +- also fix the security vulnerability QSA-2004-054 (CAN-2004-0916) + +* Mon Sep 13 2004 Silvan Calarco 1.0-1qilnx +- new version build + +* Mon Jul 14 2003 Silvan Calarco 0.6-1qilnx +- Creation of cabextract package