Tomáš Chvátal 2018-09-14 12:55:33 +00:00 committed by Git OBS Bridge
parent a68836f895
commit f81c023187
2 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -186,8 +186,6 @@ find doc -type f | xargs chmod 0644
%if %{with python2}
%files -n python2-%{name}
%dir %{_datadir}/%{name}-%{version}
%{_datadir}/%{name}-%{version}/*py
%{_datadir}/%{name}-%{version}/*pyc
%{python_sitearch}/%{name}
%endif