Build fails, any suggestions from log file?

The build of naps2 fails with log file. I got the rpm-spec from https://github.com/cyanfish/naps2/blob/master/NAPS2.Setup/config/linux/rpm-spec. Any idea what went wrong? I am new to this and have no clue.
Thanks in advance,

Grizu

Look at the log file, it doesn’t find the correct source.
File /home/abuild/rpmbuild/SOURCES/naps2-1757988394.3cd6800.tar.gz: No such file or directory

Look at the spec file:SOURCE0: %{name}-%{version}.tar.gz and your service file
“param name=“compression”>xz</param”

Unfortunately in the end, I could not build the app, probably because it needs dotnet or the github source itself. The source could never be found. Nevertheless thank you very much for your help. I learned something along the journey.
Have a nice weekend,

Grizu

@Grisu It’s not building anything, just using the pre-built binary… Just download the pre-build rpm and either extract and run, or install the rpm?
https://github.com/cyanfish/naps2/releases/download/v8.2.1/naps2-8.2.1-linux-x64.rpm

In the end, I did that and downloaded/installed the prebuild rpm, which works fine with tumbleweed.

1 Like