- Enable multipython builds.
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libmodi?expand=0&rev=8
This commit is contained in:
parent
cdef6e7f3f
commit
ec199e3e17
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 23 20:52:51 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Enable multipython builds.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 14 12:48:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Sun Nov 14 12:48:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
33
libmodi.spec
33
libmodi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmodi
|
# spec file for package libmodi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,10 +28,12 @@ Source: https://github.com/libyal/libmodi/releases/download/%version/lib
|
|||||||
Source2: https://github.com/libyal/libmodi/releases/download/%version/libmodi-experimental-%version.tar.gz.asc
|
Source2: https://github.com/libyal/libmodi/releases/download/%version/libmodi-experimental-%version.tar.gz.asc
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
Patch1: system-libs.patch
|
Patch1: system-libs.patch
|
||||||
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: gettext-tools >= 0.18.1
|
BuildRequires: gettext-tools >= 0.18.1
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(bzip2)
|
BuildRequires: pkgconfig(bzip2)
|
||||||
BuildRequires: pkgconfig(fuse)
|
BuildRequires: pkgconfig(fuse)
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20201229
|
BuildRequires: pkgconfig(libbfio) >= 20201229
|
||||||
@ -53,7 +55,7 @@ BuildRequires: pkgconfig(libfvalue) >= 20210510
|
|||||||
BuildRequires: pkgconfig(libhmac) >= 20200104
|
BuildRequires: pkgconfig(libhmac) >= 20200104
|
||||||
BuildRequires: pkgconfig(liblzma)
|
BuildRequires: pkgconfig(liblzma)
|
||||||
BuildRequires: pkgconfig(libuna) >= 20210801
|
BuildRequires: pkgconfig(libuna) >= 20210801
|
||||||
BuildRequires: pkgconfig(python3)
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libmodi is a library to access the Mac OS disk image formats.
|
libmodi is a library to access the Mac OS disk image formats.
|
||||||
@ -97,24 +99,23 @@ Group: Productivity/File utilities
|
|||||||
This subpackage contains the utility programs from libmodi to
|
This subpackage contains the utility programs from libmodi to
|
||||||
read MacOS disk image formats.
|
read MacOS disk image formats.
|
||||||
|
|
||||||
%package -n python3-%name
|
|
||||||
Summary: Python 3 bindings for libmodi
|
|
||||||
Group: Development/Languages/Python
|
|
||||||
|
|
||||||
%description -n python3-%{name}
|
|
||||||
Python 3 bindings for libmodi, which can read MacOS disk image formats.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure --disable-static --enable-wide-character-type --enable-python3
|
# OOT builds are presently broken, so we have to install
|
||||||
|
# within each python iteration now, not in %%install.
|
||||||
|
%{python_expand #
|
||||||
|
%configure --disable-static --enable-wide-character-type --enable-python PYTHON_VERSION="%{$python_bin_suffix}"
|
||||||
%make_build
|
%make_build
|
||||||
|
%make_install DESTDIR="%_builddir/rt"
|
||||||
|
%make_build clean
|
||||||
|
}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
mv %_builddir/rt/* %buildroot/
|
||||||
find "%buildroot" -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
@ -123,17 +124,17 @@ find "%buildroot" -type f -name "*.la" -delete -print
|
|||||||
%license COPYING*
|
%license COPYING*
|
||||||
%_libdir/libmodi.so.*
|
%_libdir/libmodi.so.*
|
||||||
|
|
||||||
%files devel
|
%files -n %name-devel
|
||||||
%_includedir/*
|
%_includedir/*
|
||||||
%_libdir/*.so
|
%_libdir/*.so
|
||||||
%_libdir/pkgconfig/*.pc
|
%_libdir/pkgconfig/*.pc
|
||||||
%_mandir/man3/*.3*
|
%_mandir/man3/*.3*
|
||||||
|
|
||||||
%files tools
|
%files -n %name-tools
|
||||||
%_bindir/modi*
|
%_bindir/modi*
|
||||||
%_mandir/man1/modi*
|
%_mandir/man1/modi*
|
||||||
|
|
||||||
%files -n python3-%name
|
%files %python_files
|
||||||
%python3_sitearch/pymodi.so
|
%python_sitearch/pymodi.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user