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
|
Name: libzzip
|
||||||
Version: 0.13.59
|
Version: 0.13.68
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A library to extract data from files archived in a single zip file
|
Summary: A library to extract data from files archived in a single zip file
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://zziplib.sourceforge.net/
|
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
|
Patch0: libzzip-0.13.59-ld-no-export-dynamic.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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.
|
This package contains the tools for extracting zzip files.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zziplib-%{version}
|
%setup -q -n zziplib-%{version}
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," uses/config.sub
|
||||||
|
#autoreconf -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -i
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -60,6 +63,7 @@ autoreconf -i
|
|||||||
%{_libdir}/libzzipfseeko-0.so.*
|
%{_libdir}/libzzipfseeko-0.so.*
|
||||||
%{_libdir}/libzzipmmapped-0.so.*
|
%{_libdir}/libzzipmmapped-0.so.*
|
||||||
%{_libdir}/libzzipwrap-0.so.*
|
%{_libdir}/libzzipwrap-0.so.*
|
||||||
|
%doc COPYING.LIB
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -86,11 +90,9 @@ autoreconf -i
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/unzip-mem
|
%{_bindir}/unzip-mem
|
||||||
%{_bindir}/unzzip
|
%{_bindir}/unzzip
|
||||||
%{_bindir}/unzzipcat
|
%{_bindir}/unzzip-big
|
||||||
%{_bindir}/unzzipcat-mem
|
%{_bindir}/unzzip-mem
|
||||||
%{_bindir}/unzzipcat-seeko
|
%{_bindir}/unzzip-mix
|
||||||
%{_bindir}/unzzipdir
|
|
||||||
%{_bindir}/unzzipdir-mem
|
|
||||||
%{_bindir}/zzcat
|
%{_bindir}/zzcat
|
||||||
%{_bindir}/zzdir
|
%{_bindir}/zzdir
|
||||||
%{_bindir}/zzxorcat
|
%{_bindir}/zzxorcat
|
||||||
@ -98,6 +100,10 @@ autoreconf -i
|
|||||||
%{_bindir}/zzxordir
|
%{_bindir}/zzxordir
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Aug 03 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.59-2mamba
|
||||||
- patched to remove obsolete ld flags --export-dynamic
|
- patched to remove obsolete ld flags --export-dynamic
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user