]> git.pld-linux.org Git - packages/file.git/commitdiff
fix build without python3
authorJan Palus <atler@pld-linux.org>
Sun, 15 Nov 2020 21:59:14 +0000 (22:59 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 15 Nov 2020 21:59:14 +0000 (22:59 +0100)
file.spec

index d2b821f7902799d9dbba4762c6fa7fb871da43a5..be597d9d2c2490a8d5a9d8538d68c2d1e3126175 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -417,7 +417,7 @@ fi
 %{py_sitescriptdir}/file_magic-*-py*.egg-info
 %endif
 
-%if %{with_python3}
+%if %{with python3}
 %files -n python3-magic
 %defattr(644,root,root,755)
 %doc python/README.md python/example.py
This page took 0.031009 seconds and 4 git commands to generate.