Re: fedora-review seam to not work 8-(

2019-08-07 Thread J. Scheurich
| Try cleaning your chroot. > mock -scrub=all This do not help on fedora 31 8-( $  fedora-review -n vcglib INFO: Processing local files: vcglib INFO: Getting .spec and .srpm Urls from : Local files in /home/home/mufti INFO:   --> SRPM url: file:///home/home/mufti/vcglib-1.0.1-1.src.rpm INFO:   --

Re: fedora-review seam to not work 8-(

2019-08-06 Thread Robert-André Mauchin
On Tuesday, 6 August 2019 05:47:58 CEST J. Scheurich wrote: > > What's your version of fedora-review? You should have 0.7.2 > > > > > > > > Name : fedora-review > > Version : 0.7.2 > > Release : 1.fc30 > > $ fedora-review -V > fedora-review version 0.7.2 65d36bb 2019-04-09 16:30:

Re: fedora-review seam to not work 8-(

2019-08-06 Thread Kevin Kofler
Vitaly Zaitsev via devel wrote: > Most of modern C++ header-only libraries provides Cmake scripts. Such > scripts will be installed to %{_libdir}/cmake/foo. That's why they > cannot be noarch. CMake will actually also find the scripts if you install them to %{_datadir}/cmake/foo. And if (and ONLY

Re: fedora-review seam to not work 8-(

2019-08-06 Thread Vitaly Zaitsev via devel
On 06.08.2019 2:06, Kevin Kofler wrote: > Well, if there is no testsuite and if the headers are truly > architecture-independent Most of modern C++ header-only libraries provides Cmake scripts. Such scripts will be installed to %{_libdir}/cmake/foo. That's why they cannot be noarch. -- Sincerely

Re: fedora-review seam to not work 8-(

2019-08-05 Thread J. Scheurich
> What's your version of fedora-review? You should have 0.7.2 > > Name : fedora-review > Version : 0.7.2 > Release : 1.fc30 $ fedora-review -V fedora-review version 0.7.2 65d36bb 2019-04-09 16:30:26 -0400 external plugins: $ yum info fedora-review ... Installed Packages Name 

Re: fedora-review seam to not work 8-(

2019-08-05 Thread Kevin Kofler
I wrote: > Elliott Sales de Andrade wrote: >> No, that's not correct. Header-only libraries are not noarch, and >> disable debug packages. >> https://docs.fedoraproject.org/en-US/packaging-guidelines/#_packaging_header_only_libraries > > Well, if there is no testsuite and if the headers are truly

Re: fedora-review seam to not work 8-(

2019-08-05 Thread Kevin Kofler
Elliott Sales de Andrade wrote: > No, that's not correct. Header-only libraries are not noarch, and > disable debug packages. > https://docs.fedoraproject.org/en-US/packaging-guidelines/#_packaging_header_only_libraries Well, if there is no testsuite and if the headers are truly architecture-indep

Re: fedora-review seam to not work 8-(

2019-08-05 Thread Elliott Sales de Andrade
On Mon, 5 Aug 2019 at 18:28, Robert-André Mauchin wrote: > > On Monday, 5 August 2019 18:05:27 CEST J. Scheurich wrote: > > Hi, > > > > (Since the last update ?) fedora-review seams to not work: > > > > I am using > > > > Spec URL: ftp://ftp.ourproject.org/pub/wdune/vcglib.spec > > SRPM URL: ftp:/

Re: fedora-review seam to not work 8-(

2019-08-05 Thread Robert-André Mauchin
On Monday, 5 August 2019 18:05:27 CEST J. Scheurich wrote: > Hi, > > (Since the last update ?) fedora-review seams to not work: > > I am using > > Spec URL: ftp://ftp.ourproject.org/pub/wdune/vcglib.spec > SRPM URL: ftp://ftp.ourproject.org/pub/wdune/vcglib-1.0.1-1.src.rpm > > as a testcase. >

fedora-review seam to not work 8-(

2019-08-05 Thread J. Scheurich
Hi, (Since the last update ?) fedora-review seams to not work: I am using Spec URL: ftp://ftp.ourproject.org/pub/wdune/vcglib.spec SRPM URL: ftp://ftp.ourproject.org/pub/wdune/vcglib-1.0.1-1.src.rpm as a testcase. $ fedora-review -n vcglib INFO: Processing local files: vcglib INFO: Getting .sp