https://bugzilla.rpmfusion.org/show_bug.cgi?id=4009
--- Comment #14 from MartinKG <mgansser(a)alice.de> 2016-08-22 21:04:02 CEST ---
(In reply to comment #13)
1. Need correct build script to use fedora compile flags. It is best
to use
macro %qmake_qt5. May be not use compile_unix at all.
2. If used Qt5 you must correct BuildRequires:
For example change qt5-qtbase-devel to pkgconfig(Qt5) and remove
pkgconfig(QtCore) because it is Qt4 requires.
3. Change %{_mandir}/man1/%{pname}.1.gz to %{_mandir}/man1/%{pname}.1.*
done
new rpms:
Spec URL:
https://martinkg.fedorapeople.org/Review/SPECS/qmplay2.spec
SRPM URL:
https://martinkg.fedorapeople.org/Review/SRPMS
/qmplay2-16.08.19-2.fc24.src.rpm
%changelog
* Mon Aug 22 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 16.08.19-2
- Dropped build script compile_unix
- Changed qt5-qtbase-devel to pkgconfig(Qt5)
- Removed QT4 BR pkgconfig(QtCore)
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.