update to 0.13.68
added debug package and aarch64 build fix [release 0.13.68-1mamba;Mon Nov 30 2020]
This commit is contained in:
parent
95b22ef864
commit
e57f8c22f0
26
libzzip.spec
26
libzzip.spec
@ -1,13 +1,13 @@
|
||||
Name: libzzip
|
||||
Version: 0.13.59
|
||||
Release: 2mamba
|
||||
Version: 0.13.68
|
||||
Release: 1mamba
|
||||
Summary: A library to extract data from files archived in a single zip file
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://zziplib.sourceforge.net/
|
||||
Source: http://dfn.dl.sourceforge.net/sourceforge/zziplib/zziplib-%{version}.tar.bz2
|
||||
Source: http://downloads.sourceforge.net/sourceforge/zziplib/zziplib-%{version}.tar.bz2
|
||||
Patch0: libzzip-0.13.59-ld-no-export-dynamic.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -38,12 +38,15 @@ The zziplib library is intentionally lightweight, it offers the ability to easil
|
||||
|
||||
This package contains the tools for extracting zzip files.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n zziplib-%{version}
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," uses/config.sub
|
||||
#autoreconf -i
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -60,6 +63,7 @@ autoreconf -i
|
||||
%{_libdir}/libzzipfseeko-0.so.*
|
||||
%{_libdir}/libzzipmmapped-0.so.*
|
||||
%{_libdir}/libzzipwrap-0.so.*
|
||||
%doc COPYING.LIB
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -86,11 +90,9 @@ autoreconf -i
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/unzip-mem
|
||||
%{_bindir}/unzzip
|
||||
%{_bindir}/unzzipcat
|
||||
%{_bindir}/unzzipcat-mem
|
||||
%{_bindir}/unzzipcat-seeko
|
||||
%{_bindir}/unzzipdir
|
||||
%{_bindir}/unzzipdir-mem
|
||||
%{_bindir}/unzzip-big
|
||||
%{_bindir}/unzzip-mem
|
||||
%{_bindir}/unzzip-mix
|
||||
%{_bindir}/zzcat
|
||||
%{_bindir}/zzdir
|
||||
%{_bindir}/zzxorcat
|
||||
@ -98,6 +100,10 @@ autoreconf -i
|
||||
%{_bindir}/zzxordir
|
||||
|
||||
%changelog
|
||||
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.68-1mamba
|
||||
- update to 0.13.68
|
||||
- added debug package and aarch64 build fix
|
||||
|
||||
* Sat Aug 03 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.59-2mamba
|
||||
- patched to remove obsolete ld flags --export-dynamic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user