Re: help with repackaging pdf-stapler for python3

2019-12-27 Thread Alexander Ploumistos
Hello, On Fri, Dec 27, 2019 at 7:44 AM Globe Trotter via devel wrote: > > However, I have a problem: the issue is that Source0 does not have the latest > tar.bz2 while Source1 does not call it 1.0.0 though the release notes say so > (there). You should have just one SourceX tag for each tarbal

Re: help with repackaging pdf-stapler for python3

2019-12-27 Thread Globe Trotter via devel
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 s

Re: help with repackaging pdf-stapler for python3

2019-12-27 Thread José Abílio Matos
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 >

Re: help with repackaging pdf-stapler for python3

2019-12-27 Thread Globe Trotter via devel
Thanks! On Friday, December 27, 2019, 9:32:29 AM CST, José Abílio Matos wrote: > 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. :-) I tried: %setup

Re: help with repackaging pdf-stapler for python3

2019-12-27 Thread Rodger Etz
What happens when you try this? %setup -q -n pdf-stapler Do not append anything after pdf-stapler BR, Brownsen ‐‐‐ Original Message ‐‐‐ On Friday, 27. December 2019 17:04, Globe Trotter via devel wrote: > Thanks! > > On Friday, December 27, 2019, 9:32:29 AM CST, José Abílio Matos >

Re: help with repackaging pdf-stapler for python3

2019-12-27 Thread Alexander Ploumistos
Hello again, Replace the mv line you have in your spec file with this: rm %{buildroot}%{_bindir}/stapler Also, do you really need to declare PKG-INFO as documentation? It's included with the egg metadata. If you remove it from your %files section, the package builds fine. If you are intent on kee

Issue with sysusage build and bodhi

2019-12-27 Thread Frank Crawford
Folks, I did a new build to add sysusage to EPEL8 the other day, and pushed it to bodhi, and today received the following message: bodhi - 2019-12-27 20:13:12.706366 (karma: 0) FEDORA-EPEL-2019-e249fc2a74 ejected from the push because "Cannot find relevant tag for sysusage-5.7-6.el8. None of ['e

Re: help with repackaging pdf-stapler for python3

2019-12-27 Thread Globe Trotter via devel
Thanks! This seems to compile again, but I can't tell what happened with koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=39956986 Sorry, I am very lost. My earleir spec file was fine with the python2 version. Any further suggestion/help? Here is the updated spec file: $ fpaste pdf-staple