Browse Source

change files section to be in line with package name

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 1 year ago
parent
commit
a9369efb5c
  1. 4
      SPECS/python2-pip.spec

4
SPECS/python2-pip.spec

@ -125,7 +125,7 @@ mkdir -p %{buildroot}%{python_wheel_dir}
install -p dist/%{python_wheel_name} -t %{buildroot}%{python_wheel_dir} install -p dist/%{python_wheel_name} -t %{buildroot}%{python_wheel_dir}




%files -n python2-%{srcname} %files
%doc README.rst %doc README.rst
%license %{python3_sitelib}/pip-%{upstream_version}.dist-info/LICENSE.txt %license %{python3_sitelib}/pip-%{upstream_version}.dist-info/LICENSE.txt
%{_bindir}/pip %{_bindir}/pip
@ -137,8 +137,6 @@ install -p dist/%{python_wheel_name} -t %{buildroot}%{python_wheel_dir}
%dir %{bashcompdir} %dir %{bashcompdir}
%{bashcompdir}/pip2 %{bashcompdir}/pip2



%files -n %{python_wheel_pkg_prefix}-%{srcname}-wheel
%license LICENSE.txt %license LICENSE.txt
# we own the dir for simplicity # we own the dir for simplicity
%dir %{python_wheel_dir}/ %dir %{python_wheel_dir}/

Loading…
Cancel
Save