update to 0.13.72 [release 0.13.72-1mamba;Sat Feb 27 2021]
This commit is contained in:
parent
e57f8c22f0
commit
c9bad3e9a7
35
libzzip.spec
35
libzzip.spec
@ -1,20 +1,20 @@
|
|||||||
Name: libzzip
|
Name: libzzip
|
||||||
Version: 0.13.68
|
Version: 0.13.72
|
||||||
Release: 1mamba
|
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: https://github.com/gdraheim/zziplib
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/zziplib/zziplib-%{version}.tar.bz2
|
Source: https://github.com/gdraheim/zziplib.git/v%{version}/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
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools.
|
The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools.
|
||||||
@ -26,8 +26,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools.
|
The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%package -n zzip
|
%package -n zzip
|
||||||
Summary: Tools for the zzip extract library
|
Summary: Tools for the zzip extract library
|
||||||
@ -35,7 +34,6 @@ Group: Applications/Archiving
|
|||||||
|
|
||||||
%description -n zzip
|
%description -n zzip
|
||||||
The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools.
|
The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools.
|
||||||
|
|
||||||
This package contains the tools for extracting zzip files.
|
This package contains the tools for extracting zzip files.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -47,12 +45,13 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," uses/config.sub
|
|||||||
#autoreconf -i
|
#autoreconf -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%cmake -d build
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -68,19 +67,18 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," uses/config.sub
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/zzip*.h
|
%{_includedir}/zzip*.h
|
||||||
|
%dir %{_includedir}/zzip
|
||||||
%{_includedir}/zzip/*.h
|
%{_includedir}/zzip/*.h
|
||||||
%{_libdir}/libzzip.a
|
%dir %{_includedir}/SDL_rwops_zzip
|
||||||
%{_libdir}/libzzip.la
|
%{_includedir}/SDL_rwops_zzip/*
|
||||||
%{_libdir}/libzzip.so
|
%{_libdir}/libzzip.so
|
||||||
%{_libdir}/libzzipfseeko.a
|
|
||||||
%{_libdir}/libzzipfseeko.la
|
|
||||||
%{_libdir}/libzzipfseeko.so
|
%{_libdir}/libzzipfseeko.so
|
||||||
%{_libdir}/libzzipmmapped.a
|
|
||||||
%{_libdir}/libzzipmmapped.la
|
|
||||||
%{_libdir}/libzzipmmapped.so
|
%{_libdir}/libzzipmmapped.so
|
||||||
%{_libdir}/libzzipwrap.a
|
|
||||||
%{_libdir}/libzzipwrap.la
|
|
||||||
%{_libdir}/libzzipwrap.so
|
%{_libdir}/libzzipwrap.so
|
||||||
|
%{_libdir}/libzzip-0.so
|
||||||
|
%{_libdir}/libzzipfseeko-0.so
|
||||||
|
%{_libdir}/libzzipmmapped-0.so
|
||||||
|
%{_libdir}/libzzipwrap-0.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/aclocal/zziplib.m4
|
%{_datadir}/aclocal/zziplib.m4
|
||||||
%{_mandir}/man3/*.3.gz
|
%{_mandir}/man3/*.3.gz
|
||||||
@ -100,6 +98,9 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," uses/config.sub
|
|||||||
%{_bindir}/zzxordir
|
%{_bindir}/zzxordir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.72-1mamba
|
||||||
|
- update to 0.13.72
|
||||||
|
|
||||||
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.68-1mamba
|
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.68-1mamba
|
||||||
- update to 0.13.68
|
- update to 0.13.68
|
||||||
- added debug package and aarch64 build fix
|
- added debug package and aarch64 build fix
|
||||||
|
Loading…
Reference in New Issue
Block a user