Rename python package to follow the naming convention

This commit is contained in:
Tomas Halman 2021-05-11 12:06:21 +02:00
parent 4f49f781cb
commit 87e01fcc67

View File

@ -47,15 +47,15 @@ Requires: glib2-devel%{?_isa}
The libuser-devel package contains header files, static libraries, and other
files useful for developing applications with libuser.
%package python3
%package -n python3-libuser
Summary: Python 3 bindings for the libuser library
Requires: libuser%{?_isa} = %{version}-%{release}
Provides: python3-libuser = %{version}-%{release}
Provides: python3-libuser%{?_isa} = %{version}-%{release}
%{?python_provide:%python_provide python3-libuser}
%description python3
The libuser-python3 package contains the Python bindings for
%description -n python3-libuser
The python3-libuser package contains the Python bindings for
the libuser library, which provides a Python 3 API for manipulating and
administering user and group accounts.
@ -103,7 +103,7 @@ make
%exclude %{_libdir}/*.la
%exclude %{_libdir}/%{name}/*.la
%files python3
%files -n python3-libuser
%doc python/modules.txt
%{python3_sitearch}/*.so
%exclude %{python3_sitearch}/*.la
@ -115,6 +115,9 @@ make
%{_datadir}/gtk-doc/html/*
%changelog
* Tue May 11 2021 Tomas Halman <thalman@redhat.com>
- Renaming python package according to the standard
* Tue Apr 20 2021 Jiri Kucera <jkucera@redhat.com> - 0.63-2
- Comment out fakeroot (unused)