Re: Spaces in tarball directory name

2021-04-19 Thread Vitaly Zaitsev via devel
On 19.04.2021 04:28, Qiyu Yan wrote: What if %autosetup -n Foo\ Bar-%{version} ? Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fqLJUo + umask 022 + cd /home/vitaly/rpmbuild/BUILD + cd /home/vitaly/rpmbuild/BUILD + rm -rf Foo + /usr/bin/gzip -dc /home/vitaly/rpmbuild/SOURCES/Foo.Bar-1.0.0.tar.gz

Re: Spaces in tarball directory name

2021-04-19 Thread Vitaly Zaitsev via devel
On 18.04.2021 22:46, Nico Kadel-Garcia wrote: What tarball is this? Because that sort of cutesy tarball name is well, not going to work well for any standard release software. JetBrains Rider for example. Tarball name: "JetBrains.Rider-%{version}.tar.gz", directory name - "JetBrains Rider

Re: Spaces in tarball directory name

2021-04-18 Thread Qiyu Yan
在 2021-04-18星期日的 19:20 +0200,Vitaly Zaitsev via devel写道: > Hello. > > I have an upstream tarball with the "Foo Bar-1.0.0" directory name. > Is > it possible to use spaces in the %autosetup/%setup macros? > > Trying: %autosetup -n "Foo Bar-%{version}", but got an error: What if %autosetup -n Foo\

Re: Spaces in tarball directory name

2021-04-18 Thread Nico Kadel-Garcia
On Sun, Apr 18, 2021 at 1:47 PM Neal Gompa wrote: > > On Sun, Apr 18, 2021 at 1:21 PM Vitaly Zaitsev via devel > wrote: > > > > Hello. > > > > I have an upstream tarball with the "Foo Bar-1.0.0" directory name. Is > > it possible to use spaces in the %autosetup/%setup macros? What tarball is thi

Re: Spaces in tarball directory name

2021-04-18 Thread Vitaly Zaitsev via devel
On 18.04.2021 19:46, Neal Gompa wrote: I don't think I've ever seen such a thing, but that's not a reason for it to not work. It's definitely a bug that it doesn't work, and I'd suggest filing a bug with rpm upstream about it: https://github.com/rpm-software-management/rpm/issues Done: https://

Re: Spaces in tarball directory name

2021-04-18 Thread Neal Gompa
On Sun, Apr 18, 2021 at 1:21 PM Vitaly Zaitsev via devel wrote: > > Hello. > > I have an upstream tarball with the "Foo Bar-1.0.0" directory name. Is > it possible to use spaces in the %autosetup/%setup macros? > > Trying: %autosetup -n "Foo Bar-%{version}", but got an error: > > Executing(%prep):

Spaces in tarball directory name

2021-04-18 Thread Vitaly Zaitsev via devel
Hello. I have an upstream tarball with the "Foo Bar-1.0.0" directory name. Is it possible to use spaces in the %autosetup/%setup macros? Trying: %autosetup -n "Foo Bar-%{version}", but got an error: Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eAQck5 + umask 022 + cd /home/vitaly/rpmbuild/BU