https://bugzilla.redhat.com/show_bug.cgi?id=990940
Mario Blättermann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] | |m Blocks| |928937 (qt-reviews) Assignee|[email protected] |[email protected] | |m Flags| |fedora-review? --- Comment #4 from Mario Blättermann <[email protected]> --- %{__python} setup.py install -O1 --prefix /usr --skip-build --root %{buildroot} Don't mix hardcoded paths and macros: %{__python} setup.py install -O1 --prefix %{_prefix} --skip-build --root %{buildroot} PyQt4 is required by python-poppler-qt4 anyway, you can safely drop it from BuildRequires. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dFohRicevP&a=cc_unsubscribe _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
