Accepting request 799067 from security:forensics
- remove python2 submodule OBS-URL: https://build.opensuse.org/request/show/799067 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libluksde?expand=0&rev=2
This commit is contained in:
commit
a13a674677
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 30 02:20:26 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
- remove python2 submodule
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 5 20:59:06 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
Sun Apr 5 20:59:06 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
@ -83,17 +83,6 @@ Requires: %{lname} = %{version}
|
|||||||
This subpackage contains libraries and header files for developing
|
This subpackage contains libraries and header files for developing
|
||||||
applications that want to make use of %{name}.
|
applications that want to make use of %{name}.
|
||||||
|
|
||||||
%package -n python2-%{name}
|
|
||||||
Summary: Python 2 bindings for libluksde
|
|
||||||
License: LGPL-3.0-or-later
|
|
||||||
Group: Development/Languages/Python
|
|
||||||
Requires: %{lname} = %{version}
|
|
||||||
Requires: python2
|
|
||||||
BuildRequires: pkgconfig(python2)
|
|
||||||
|
|
||||||
%description -n python2-%{name}
|
|
||||||
Python 2 binding for libluksde, which can access the NTFS filesystem.
|
|
||||||
|
|
||||||
%package -n python3-%{name}
|
%package -n python3-%{name}
|
||||||
Summary: Python 3 bindings for libluksde
|
Summary: Python 3 bindings for libluksde
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -109,7 +98,7 @@ Python 3 binding for libluksde, which can access the NTFS filesystem.
|
|||||||
%setup -q -n libluksde-%{timestamp}
|
%setup -q -n libluksde-%{timestamp}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-wide-character-type --enable-python2 --enable-python3
|
%configure --disable-static --enable-wide-character-type --enable-python3
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -139,12 +128,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_libdir}/pkgconfig/libluksde.pc
|
%{_libdir}/pkgconfig/libluksde.pc
|
||||||
%{_mandir}/man3/libluksde.3*
|
%{_mandir}/man3/libluksde.3*
|
||||||
|
|
||||||
%files -n python2-%{name}
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS README
|
|
||||||
%license COPYING
|
|
||||||
%{python_sitearch}/pyluksde.so
|
|
||||||
|
|
||||||
%files -n python3-%{name}
|
%files -n python3-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user