Re: RPM build errors: Illegal char '@' (0x40) in: @2.15.0@

2021-05-12 Thread Petr Pisar
V Wed, May 12, 2021 at 10:22:29AM +0200, Sandro Mani napsal(a): > Provides: libimagequant = 2.15.0-1.fc35 libimagequant(x86-64) = 2.15.0-1.fc35 > libimagequant.so.0()(64bit) > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) > <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix)

Re: RPM build errors: Illegal char '@' (0x40) in: @2.15.0@

2021-05-12 Thread Tom Hughes via devel
On 12/05/2021 09:22, Sandro Mani wrote: Provides: libimagequant = 2.15.0-1.fc35 libimagequant(x86-64) = 2.15.0-1.fc35 libimagequant.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires:

Re: RPM build errors: Illegal char '@' (0x40) in: @2.15.0@

2021-05-12 Thread Sandro Mani
In the build log, I see: sed 's|PREFIX|/usr|;s|VERSION|2.15.0|' < imagequant.pc.in > imagequant.pc And it says @VERSION@ to be substituted by CMake, so this ends up as @2.15.0@. See the diff: https://github.com/ImageOptim/libimagequant/compare/2.14.1..2.15.0 IOW, you can stop doing that

Re: RPM build errors: Illegal char '@' (0x40) in: @2.15.0@

2021-05-12 Thread Elliott Sales de Andrade
On Wed, 12 May 2021 at 04:23, Sandro Mani wrote: > > Hi > > This is a new one [1] (koji task [2]): > > Provides: libimagequant = 2.15.0-1.fc35 libimagequant(x86-64) = 2.15.0-1.fc35 > libimagequant.so.0()(64bit) > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) > <=