On Friday, 27 December 2019 14.50.16 WET Globe Trotter via devel wrote:
> Thank you!
> 
> 
> Here is my updated spec file:
> 
> $ fpaste pdf-stapler.spec
> Uploading (4.8KiB)...
> https://paste.centos.org/view/6ddc6eec
> 
> However, I can not change the directory to a stapler directory. I get the
> following error:
> 
> + cd stapler-1.0.0
> /var/tmp/rpm-tmp.2ZnEy2: line 38: cd: stapler-1.0.0: No such file or
> directory error: Bad exit status from /var/tmp/rpm-tmp.2ZnEy2 (%prep)
> 
> Thanks again for your help!

In lines 43-44 you have:

%prep
%setup -q -n stapler-%{version}

the last line should be:
%setup -q -n stapler

as you said the directory name does not have the version in it. :-)
-- 
José Abílio

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to