Rename Python sub-package to pyton3-bytesize
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbytesize?expand=0&rev=21
This commit is contained in:
parent
757aeb5952
commit
4b328420a6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 23 01:07:32 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Rename python3-libbytesize sub-package to python3-bytesize. This
|
||||||
|
is the expected name by its consumers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 30 19:40:43 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
Wed Aug 30 19:40:43 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
@ -71,13 +71,13 @@ Requires: libbytesize%{soversion} = %{version}
|
|||||||
This package contains header files and pkg-config files needed for development
|
This package contains header files and pkg-config files needed for development
|
||||||
with the LibBytesize library.
|
with the LibBytesize library.
|
||||||
|
|
||||||
%package -n python3-%{name}
|
%package -n python3-bytesize
|
||||||
Summary: Python 3 bindings for LibBytesize
|
Summary: Python 3 bindings for LibBytesize
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: libbytesize%{soversion} = %{version}
|
Requires: libbytesize%{soversion} = %{version}
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
|
|
||||||
%description -n python3-%{name}
|
%description -n python3-bytesize
|
||||||
This package contains Python 3 bindings for LibBytesize making the use of
|
This package contains Python 3 bindings for LibBytesize making the use of
|
||||||
the library from Python 3 easier and more convenient.
|
the library from Python 3 easier and more convenient.
|
||||||
|
|
||||||
@ -119,7 +119,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_includedir}/bytesize/bs_size.h
|
%{_includedir}/bytesize/bs_size.h
|
||||||
%{_libdir}/pkgconfig/bytesize.pc
|
%{_libdir}/pkgconfig/bytesize.pc
|
||||||
|
|
||||||
%files -n python3-%{name}
|
%files -n python3-bytesize
|
||||||
%dir %{python3_sitearch}/bytesize
|
%dir %{python3_sitearch}/bytesize
|
||||||
%{python3_sitearch}/bytesize/*
|
%{python3_sitearch}/bytesize/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user