From 81709e3918e4c4025b8e08ae31dfee378748b1c4 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 27 Sep 2021 21:14:37 -0700 Subject: [PATCH] remove some commented out RHEL build lines --- redhat/graphviz.spec.fedora.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/redhat/graphviz.spec.fedora.in b/redhat/graphviz.spec.fedora.in index 68e01c262..3b6940108 100644 --- a/redhat/graphviz.spec.fedora.in +++ b/redhat/graphviz.spec.fedora.in @@ -1016,18 +1016,6 @@ find %{buildroot}%{_datadir}/%{name}/demo -type f -exec chmod a-x {} ';' # Rename python demos to prevent byte compilation find %{buildroot}%{_datadir}/%{name}/demo -type f -name "*.py" -exec mv {} {}.demo ';' -# # Remove metadata from generated PDFs -# pushd %{buildroot}%{_docdir}/%{name}/pdf -# for f in prune lneato.1 lefty.1 gvgen.1 gc.1 dotty.1 dot.1 cluster.1 -# do -# if [ -f $f.pdf ] -# then -# # ugly, but there is probably no better solution -# qpdf --empty --static-id --pages $f.pdf -- $f.pdf.$$ -# mv -f $f.pdf.$$ $f.pdf -# fi -# done - # Ghost plugins config touch %{buildroot}%{_libdir}/graphviz/config%{pluginsver} -- 2.40.0