Merge remote-tracking branch 'origin/master' into epel8

This commit is contained in:
Michal Ambroz 2020-11-29 16:57:19 +01:00
commit 1465ca5410
5 changed files with 34 additions and 18 deletions

3
.gitignore vendored
View file

@ -1,4 +1,4 @@
afflib-3.5.12.tar.gz
/afflib-3.5.12.tar.gz
/afflib-3.6.4.tar.gz
/afflib-3.6.6.tar.gz
/afflib-3.6.8.tar.gz
@ -8,3 +8,4 @@ afflib-3.5.12.tar.gz
/afflib-3.7.15.tar.gz
/afflib-3.7.16.tar.gz
/afflib-3.7.18.tar.gz
/afflib-3.7.19.tar.gz

View file

@ -1,6 +1,6 @@
Name: afflib
Version: 3.7.18
Release: 8%{?dist}
Version: 3.7.19
Release: 1%{?dist}
Summary: Library to support the Advanced Forensic Format
# Build also the python2 package
@ -32,7 +32,7 @@ BuildRequires: python2
BuildRequires: python2-devel
BuildRequires: python2-setuptools
BuildRequires: python2-Cython
%endif # if with_python2
%endif
%if 0%{?with_python3}
@ -40,7 +40,7 @@ BuildRequires: python%{python3_pkgversion}
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-Cython
%endif # if with_python3
%endif
@ -80,10 +80,11 @@ Group: Development/Libraries
%{?python_provide:%python_provide python2-pyaff}
%description -n python2-pyaff
Python2 bindings for AFFLIB.
Python2 bindings for AFFLIB.
These bindings currently support a read-only file-like interface to AFFLIB and
basic metadata accessor functions. The binding is not currently complete.
%endif # with_python2
# end with_python2
%endif
@ -91,15 +92,16 @@ basic metadata accessor functions. The binding is not currently complete.
%package -n python%{python3_pkgversion}-pyaff
Summary: Python3 binding for the AFFLIB
Group: Development/Libraries
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
%{?python_provide:%python_provide python%{python3_pkgversion}-pyaff}
%description -n python%{python3_pkgversion}-pyaff
Python3 bindings for AFFLIB.
Python3 bindings for AFFLIB.
These bindings currently support a read-only file-like interface to AFFLIB and
basic metadata accessor functions. The binding is not currently complete.
%endif # with_python3
# end with_python3
%endif
@ -121,7 +123,7 @@ chmod 0644 lib/base64.{h,cpp}
--enable-python=no \
--enable-s3=yes
# Remove rpath from libtool
# Remove rpath from libtool
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@ -136,11 +138,11 @@ cd pyaff
%global py_setup_args build_ext --include-dirs %{_builddir}/AFFLIBv3-%{version}/include --library-dirs %{_builddir}/AFFLIBv3-%{version}/lib/.libs
%if 0%{?with_python2}
%py2_build
%endif # with_python2
%endif
%if 0%{?with_python3}
%py3_build
%endif # with_python3
%endif
%install
@ -150,11 +152,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
cd pyaff
%if 0%{?with_python2}
%py2_install
%endif # with_python2
%endif
%if 0%{?with_python3}
%py3_install
%endif # with_python3
%endif
%ldconfig_scriptlets
@ -182,7 +184,7 @@ cd pyaff
%doc pyaff/README
%{python2_sitearch}/PyAFF*
%{python2_sitearch}/pyaff*
%endif # with_python2
%endif
%if 0%{?with_python3}
@ -191,11 +193,24 @@ cd pyaff
%doc pyaff/README
%{python3_sitearch}/PyAFF*
%{python3_sitearch}/pyaff*
%endif # with_python3
%endif
%changelog
* Sun Nov 29 2020 Michal Ambroz <rebus _AT seznam.cz> - 3.7.19-1
- bump to version 3.7.19
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.18-11
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.18-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.7.18-9
- Rebuilt for Python 3.9
* Thu Feb 06 2020 Nicolas Chauvet <kwizart@gmail.com> - 3.7.18-8
- Drop libtermcap-devel merged with ncurses-devel

View file

@ -1 +1 @@
SHA512 (afflib-3.7.18.tar.gz) = 47ab74c86bbaedc2494558962f99463066e267f7a3f583902a53e1f488085a309b0d871093c67439033272c3ebf03d213649886930b9812013e66782ea84df85
SHA512 (afflib-3.7.19.tar.gz) = 6e0df7477bf7dbd3814099d94e3fce122e0cf9b714a425521b7458f4eedc6e8b8e7283fd37926b7c992cdf21d3adec620df29a79a6a5311bf1d1b5d4930768bc