automatic update by autodist [release 1.4-1mamba;Mon May 16 2011]
This commit is contained in:
parent
646b518461
commit
fef46f69c0
@ -1,2 +1,4 @@
|
||||
# cabextract
|
||||
|
||||
CabExtract is a program to extract Microsoft cabinet (.CAB) files.
|
||||
|
||||
|
66
cabextract.spec
Normal file
66
cabextract.spec
Normal file
@ -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 <silvan.calarco@qinet.it>
|
||||
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 <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
|
Loading…
Reference in New Issue
Block a user