Marcus Rückert changed bug 1231058
What Removed Added
Status RESOLVED REOPENED
Resolution WONTFIX ---

Comment # 4 on bug 1231058 from Marcus Rückert
```
%bcond_with tools
…
%files
%license COPYING
%doc AUTHORS.md README.md
%if %{with tools}
%{_bindir}/*
%{_mandir}/man1/podofo*.1%{?ext_man}
%endif
```

just move up the %if in front of %files


You are receiving this mail because: