On 6/3/21 1:28 PM, Vitaly Zaitsev via devel wrote:
On 6/3/21 12:20 PM, Miroslav Suchý wrote:
You can try with:
rpm --eval '%{_javadir}/pycharm-community'
F34:
$ rpm --eval '%{_javadir}/pycharm-community'
/usr/share/java/pycharm-community
On Rawhide it doesn't exists. Maybe it was extracted t
On 6/3/21 12:20 PM, Miroslav Suchý wrote:
Common culprit is that this macro is not defined.
Adding BuildRequires: javapackages-filesystem fixed issue for me.
--
Sincerely,
Vitaly Zaitsev (vit...@easycoding.org)
___
devel mailing list -- devel@lists
On 6/3/21 12:20 PM, Miroslav Suchý wrote:
You can try with:
rpm --eval '%{_javadir}/pycharm-community'
F34:
$ rpm --eval '%{_javadir}/pycharm-community'
/usr/share/java/pycharm-community
On Rawhide it doesn't exists. Maybe it was extracted to a separate
*-macros package?
--
Sincerely,
Vi
Dne 03. 06. 21 v 12:03 Vitaly Zaitsev via devel napsal(a):
Hello all.
RPM build errors:
File must begin with "/": %{_javadir}/pycharm-community
F33 and F34 were built fine.
Common culprit is that this macro is not defined.
It then expand to '%{_javadir}/pycharm-community'. LIteraly.
Yo