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
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
在 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\
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
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://
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):
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