fix files

This commit is contained in:
Aleksandr Proklov 2021-04-21 15:02:18 +09:00
parent fd0e3f517f
commit 781a65d73c

View file

@ -30,7 +30,7 @@ prettify source code. Highlights are:
* ... and it highlights even Brainf*ck! * ... and it highlights even Brainf*ck!
%files %files
%doc AUTHORS CHANGES LICENSE TODO %doc AUTHORS CHANGES LICENSE
%{python_sitelib}/* %{python_sitelib}/*
%{_bindir}/pygmentize %{_bindir}/pygmentize
%{_mandir}/man1/pygmentize.* %{_mandir}/man1/pygmentize.*
@ -50,7 +50,6 @@ such as forum systems, wikis or other applications that need to
prettify source code. prettify source code.
%files -n python3-pygments %files -n python3-pygments
%doc AUTHORS CHANGES LICENSE TODO
%{python3_sitelib}/* %{python3_sitelib}/*
#-------------------------------------------------------------------- #--------------------------------------------------------------------