83 lines
2.3 KiB
RPMSpec
83 lines
2.3 KiB
RPMSpec
Name: cabextract
|
|
Version: 1.10
|
|
Release: 1mamba
|
|
Summary: A program to extract Microsoft cabinet (.CAB) files
|
|
Group: Applications/Archiving
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.cabextract.org.uk/
|
|
Source: http://www.cabextract.org.uk/cabextract-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
CabExtract is a program to extract Microsoft cabinet (.CAB) files.
|
|
|
|
%debug_package
|
|
|
|
%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 COPYING
|
|
|
|
%changelog
|
|
* Tue Feb 07 2023 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.1-2mamba
|
|
- rebuilt with debug package and specfile fixes
|
|
|
|
* Wed Mar 27 2019 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 06 2019 Automatic Build System <autodist@mambasoft.it> 1.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 23 2015 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon May 16 2011 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Aug 16 2010 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jul 11 2010 Davide Madrisan <davide.madrisan@gmail.com> 1.2-3mamba
|
|
- fixed package URL
|
|
|
|
* Mon Jun 04 2007 Aleph0 <aleph0@openmamba.org> 1.2-2mamba
|
|
- rebuilt
|
|
|
|
* Wed Oct 04 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.2-1qilnx
|
|
- update to version 1.2 by autospec
|
|
|
|
* Wed Nov 10 2004 Davide Madrisan <davide.madrisan@qilinux.it> 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 <silvan.calarco@qinet.it> 1.0-1qilnx
|
|
- new version build
|
|
|
|
* Mon Jul 14 2003 Silvan Calarco <silvan.calarco@qinet.it> 0.6-1qilnx
|
|
- Creation of cabextract package
|