Skip to content

Commit

Permalink
Use python3_pkgversion in name
Browse files Browse the repository at this point in the history
  • Loading branch information
pcreech committed Mar 21, 2024
1 parent bffd875 commit 5c7fb0c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/python-solv/python-solv.spec
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,15 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%python3 -c 'import solv'

%files
%package -n python%{python3_pkgversion}-%{libname}
Summary: %{summary}
%{?python_provide:%python_provide python%{python3_pkgversion}-%{libname}}

%description -n python%{python3_pkgversion}-%{libname}
%{summary}


%files -n python%{python3_pkgversion}-%{libname}
%license LICENSE*
%doc README
%{python3_sitearch}/_%{libname}.so
Expand Down

0 comments on commit 5c7fb0c

Please sign in to comment.