automatic version update by autodist [release 0.13.74-1mamba;Fri Mar 01 2024]
This commit is contained in:
parent
c9bad3e9a7
commit
966a6d8bb1
@ -1,10 +0,0 @@
|
|||||||
--- zziplib-0.13.59.orig/configure.ac 2010-03-29 21:24:17.000000000 +0200
|
|
||||||
+++ zziplib-0.13.59/configure.ac 2013-08-03 15:29:26.373919591 +0200
|
|
||||||
@@ -279,7 +279,6 @@
|
|
||||||
# ---------------------------------------------------------------
|
|
||||||
AC_MSG_CHECKING([link options])
|
|
||||||
ZZIPLIB_LDFLAGS=""
|
|
||||||
-test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic"
|
|
||||||
RESOLVES=" # "
|
|
||||||
case "$host_os" in mingw*)
|
|
||||||
ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"
|
|
19
libzzip.spec
19
libzzip.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libzzip
|
Name: libzzip
|
||||||
Version: 0.13.72
|
Version: 0.13.74
|
||||||
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
|
||||||
@ -8,11 +8,10 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/gdraheim/zziplib
|
URL: https://github.com/gdraheim/zziplib
|
||||||
Source: https://github.com/gdraheim/zziplib.git/v%{version}/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
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libSDL-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
@ -40,9 +39,7 @@ This package contains the tools for extracting zzip files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zziplib-%{version}
|
%setup -q -n zziplib-%{version}
|
||||||
#%patch0 -p1
|
#sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," uses/config.sub
|
||||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," uses/config.sub
|
|
||||||
#autoreconf -i
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
@ -79,9 +76,11 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," uses/config.sub
|
|||||||
%{_libdir}/libzzipfseeko-0.so
|
%{_libdir}/libzzipfseeko-0.so
|
||||||
%{_libdir}/libzzipmmapped-0.so
|
%{_libdir}/libzzipmmapped-0.so
|
||||||
%{_libdir}/libzzipwrap-0.so
|
%{_libdir}/libzzipwrap-0.so
|
||||||
|
%dir %{_datadir}/zziplib
|
||||||
|
%{_datadir}/zziplib/zziplib*.cmake
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/aclocal/zziplib.m4
|
%{_datadir}/aclocal/zziplib.m4
|
||||||
%{_mandir}/man3/*.3.gz
|
%{_mandir}/man3/*.3*
|
||||||
%doc ChangeLog README TODO
|
%doc ChangeLog README TODO
|
||||||
|
|
||||||
%files -n zzip
|
%files -n zzip
|
||||||
@ -98,6 +97,12 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," uses/config.sub
|
|||||||
%{_bindir}/zzxordir
|
%{_bindir}/zzxordir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 0.13.74-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 0.13.73-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Feb 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.72-1mamba
|
* Sat Feb 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.72-1mamba
|
||||||
- update to 0.13.72
|
- update to 0.13.72
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user