dh4 / mupen64plus-qt

A customizable launcher for Mupen64Plus
BSD 3-Clause "New" or "Revised" License
95 stars 10 forks source link

RPM build fails Fedora 29 #36

Closed 1h8me2 closed 5 years ago

1h8me2 commented 5 years ago

Installed all listed dependencies. ./rpm-build.sh fails with command not found so I ran sh rpm-build.sh The output of which is below. The process fails to create an RPM.

[user@CO02111-SE redhat]$ sh rpm-build.sh Getting https://github.com/dh4/mupen64plus-qt/archive/1.12.tar.gz to /home/user/rpmbuild/SOURCES/1.12.tar.gz /home/user/rpmbuild/SOURCES/1.12.tar.gz already exists, skipping download Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sptsE8

RPM build errors: Empty %files file /home/user/rpmbuild/BUILD/mupen64plus-qt-1.12/debugsourcefiles.list [user@CO02111-SE redhat]$

dh4 commented 5 years ago

The latest commit should fix your issue. Let me know if you encounter any other errors. Thanks for reporting!

1h8me2 commented 5 years ago

That did fix it and I was just now able to build it without a hitch. Thank you!