https://bugzilla.redhat.com/show_bug.cgi?id=1889072 --- Comment #1 from Andy Mender <andymenderunix@xxxxxxxxx> --- COPR build of the package: https://copr.fedorainfracloud.org/coprs/andymenderunix/foo2zjs/build/1710864/ For some reason it takes awfully long on armhfp. > License: GPLv3 and MIT Could you indicate in a comment above this line which bits use which license? > URL: http://gitorious.org/hargyllcms The URL returns HTTP 404. > BuildRequires: libtiff-devel > BuildRequires: libjpeg-turbo-devel > BuildRequires: libpng-devel > BuildRequires: libusb1-devel > BuildRequires: libX11-devel > BuildRequires: libXext-devel > BuildRequires: libXxf86vm-devel > BuildRequires: libXinerama-devel > BuildRequires: libXrandr-devel > BuildRequires: automake > BuildRequires: zlib-devel > BuildRequires: gcc For -devel packages providing pkgconfig files, please use the format "pkgconfig(foo)". Also, if possible, please sort the BuildRequires alphabetically. > %files > %doc *.txt > %attr(0755,root,root) %{_bindir}/* > %{_datadir}/color/argyll > %{_libdir}/lib*.so.* > %exclude %{_datadir}/doc - License file missing. It should be added with the %license tag. - "%attr(0755,root,root)" is no longer needed. Please, remove it. Full review below. Please, have a look at my comments and the detailed output from rpmlint: Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. Note: License file copyright.h is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text Review: I don't think that's a suitable license file. Please, ignore. - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/argyllcms See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names Review: It's fine, since this is an unretirement request. ===== MUST items ===== C/C++: [x]: Package does not contain kernel modules. [x]: Package contains no static executables. [x]: If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. [x]: Header files in -devel subpackage, if present. [x]: ldconfig not called in %post and %postun for Fedora 28 and later. [x]: Package does not contain any libtool archives (.la) [x]: Rpath absent or only used for internal libs. Generic: [x]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. Note: Using prebuilt packages [x]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [x]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Unknown or generated", "FSF All Permissive License", "*No copyright* AGPL", "Expat License", "*No copyright* Expat License", "GNU Lesser General Public License", "GNU Affero General Public License, Version 3", "GNU General Public License (v2 or later)", "FSF Unlimited License (with Retention) GNU General Public License (v2)", "FSF Unlimited License (with Retention)", "*No copyright* Public domain", "GPL (v2 or later) (with incorrect FSF address)". 338 files have unknown license. Detailed output of licensecheck in /home/amender/rpmbuild/SPECS/argyllcms/copr-build-1710873/review- argyllcms/licensecheck.txt [!]: License file installed when any subpackage combination is installed. [!]: If the package is under multiple licenses, the licensing breakdown must be documented in the spec. [x]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/color Review: No need to own it, part of base system. [x]: %build honors applicable compiler flags or justifies otherwise. [x]: Package contains no bundled libraries without FPC exception. [x]: Changelog in prescribed format. [x]: Sources contain only permissible code or content. [-]: Package contains desktop file if it is a GUI application. [-]: Development files must be in a -devel package [x]: Package uses nothing in %doc for runtime. [x]: Package consistently uses macros (instead of hard-coded directory names). [x]: Package is named according to the Package Naming Guidelines. [x]: Package does not generate any conflict. [x]: Package obeys FHS, except libexecdir and /usr/target. [-]: If the package is a rename of another package, proper Obsoletes and Provides are present. [x]: Requires correct, justified where necessary. [x]: Spec file is legible and written in American English. [-]: Package contains systemd file(s) if in need. [x]: Useful -debuginfo package or justification otherwise. [x]: Package is not known to require an ExcludeArch tag. [x]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 10240 bytes in 1 files. [x]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: Package requires other packages for directories it uses. [x]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: Package is not relocatable. [x]: Sources used to build the package match the upstream source, as provided in the spec URL. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [x]: File names are valid UTF-8. [x]: Packages must not store files under /srv, /opt or /usr/local ===== SHOULD items ===== Generic: [x]: Reviewer should test that the package builds in mock. [!]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [x]: Final provides and requires are sane (see attachments). [?]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [-]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [-]: Description and summary sections in the package spec file contains translations for supported Non-English languages, if available. [!]: Package should compile and build into binary rpms on all supported architectures. Review: hangs on armhfp [-]: %check is present and all tests pass. [x]: Packages should try to preserve timestamps of original installed files. [ ]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define _lto_cflags %{nil} Review: Is this LTO exception still required and if so, can you use a %global definition instead? [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Fully versioned dependency in subpackages if applicable. [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. ===== EXTRA items ===== Generic: [!]: Package should not use obsolete m4 macros Note: Some obsoleted macros found, see the attachment. See: https://fedorahosted.org/FedoraReview/wiki/AutoTools [!]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 4085760 bytes in /usr/share Review: Might require an extra -data subpackage [x]: Rpmlint is run on debuginfo package(s). Note: There are rpmlint messages (see attachment). [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. [x]: Spec file according to URL is the same as in SRPM. Rpmlint ------- Checking: argyllcms-1.9.2-10.fc34.x86_64.rpm argyllcms-doc-1.9.2-10.fc34.x86_64.rpm argyllcms-debuginfo-1.9.2-10.fc34.x86_64.rpm argyllcms-debugsource-1.9.2-10.fc34.x86_64.rpm argyllcms-1.9.2-10.fc34.src.rpm argyllcms.x86_64: W: spelling-error %description -l en_US illuminants -> illuminates, illuminating, illumination argyllcms.x86_64: W: invalid-url URL: http://gitorious.org/hargyllcms <urlopen error [Errno 113] No route to host> argyllcms.x86_64: E: missing-call-to-setgroups-before-setuid /usr/bin/dispwin argyllcms.x86_64: E: missing-call-to-setgroups-before-setuid /usr/lib64/libargyll.so.0.0.0 argyllcms.x86_64: W: shared-lib-calls-exit /usr/lib64/libimdi.so.0.0.0 exit@GLIBC_2.2.5 argyllcms.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms/Readme.txt argyllcms.x86_64: W: no-manual-page-for-binary applycal argyllcms.x86_64: W: no-manual-page-for-binary average argyllcms.x86_64: W: no-manual-page-for-binary cb2ti3 argyllcms.x86_64: W: no-manual-page-for-binary cctiff argyllcms.x86_64: W: no-manual-page-for-binary ccttest argyllcms.x86_64: W: no-manual-page-for-binary ccxxmake argyllcms.x86_64: W: no-manual-page-for-binary chartread argyllcms.x86_64: W: no-manual-page-for-binary collink argyllcms.x86_64: W: no-manual-page-for-binary colprof argyllcms.x86_64: W: no-manual-page-for-binary colverify argyllcms.x86_64: W: no-manual-page-for-binary dispcal argyllcms.x86_64: W: no-manual-page-for-binary dispread argyllcms.x86_64: W: no-manual-page-for-binary dispwin argyllcms.x86_64: W: no-manual-page-for-binary extracticc argyllcms.x86_64: W: no-manual-page-for-binary extractttag argyllcms.x86_64: W: no-manual-page-for-binary fakeCMY argyllcms.x86_64: W: no-manual-page-for-binary fakeread argyllcms.x86_64: W: no-manual-page-for-binary greytiff argyllcms.x86_64: W: no-manual-page-for-binary iccdump argyllcms.x86_64: W: no-manual-page-for-binary iccgamut argyllcms.x86_64: W: no-manual-page-for-binary icclu argyllcms.x86_64: W: no-manual-page-for-binary icctest argyllcms.x86_64: W: no-manual-page-for-binary illumread argyllcms.x86_64: W: no-manual-page-for-binary invprofcheck argyllcms.x86_64: W: no-manual-page-for-binary kodak2ti3 argyllcms.x86_64: W: no-manual-page-for-binary mppcheck argyllcms.x86_64: W: no-manual-page-for-binary mpplu argyllcms.x86_64: W: no-manual-page-for-binary mppprof argyllcms.x86_64: W: no-manual-page-for-binary oeminst argyllcms.x86_64: W: no-manual-page-for-binary pathplot argyllcms.x86_64: W: no-manual-page-for-binary printcal argyllcms.x86_64: W: no-manual-page-for-binary printtarg argyllcms.x86_64: W: no-manual-page-for-binary profcheck argyllcms.x86_64: W: no-manual-page-for-binary refine argyllcms.x86_64: W: no-manual-page-for-binary revfix argyllcms.x86_64: W: no-manual-page-for-binary scanin argyllcms.x86_64: W: no-manual-page-for-binary simpprof argyllcms.x86_64: W: no-manual-page-for-binary spec2cie argyllcms.x86_64: W: no-manual-page-for-binary specplot argyllcms.x86_64: W: no-manual-page-for-binary splitti3 argyllcms.x86_64: W: no-manual-page-for-binary spotread argyllcms.x86_64: W: no-manual-page-for-binary synthcal argyllcms.x86_64: W: no-manual-page-for-binary synthread argyllcms.x86_64: W: no-manual-page-for-binary targen argyllcms.x86_64: W: no-manual-page-for-binary tiffgamut argyllcms.x86_64: W: no-manual-page-for-binary txt2ti3 argyllcms.x86_64: W: no-manual-page-for-binary viewgam argyllcms.x86_64: W: no-manual-page-for-binary xicclu argyllcms-doc.x86_64: W: spelling-error Summary(en_US) Argyll -> Argyle, Allergy argyllcms-doc.x86_64: W: invalid-url URL: http://gitorious.org/hargyllcms <urlopen error [Errno 113] No route to host> argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ArgyllDoc.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/ArgyllDoc.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ArgyllFlow.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ArgyllFlowThumb.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/CMP_DT_003.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/CMP_Digital_Target-4.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/CRTspectrum.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ChangesSummary.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/ChangesSummary.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Chroma4.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ColorManagement.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ColorMunki.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ColorMunkiCreate.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Compiling.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/CrushedDisplyBlacks.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/DC.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/DTP20.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/DTP22.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/DTP41.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/DTP51.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/DTP92.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/DTP94.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/DocLicense.txt argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Environment.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/FWA.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/FWA_measure.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/File_Formats.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Fluorescent.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/HCFR.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/HCT.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/HiResLaser.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Huey.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Installing.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Installing_Linux.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/Installing_Linux.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Installing_MSWindows.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Installing_OSX.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/Installing_OSX.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Kgraph1.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Kgraph2.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Kgraph3.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Kgraph4.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Kgraph5.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Kgraph6.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Kgraph7.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Kgraph8.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Kparams.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/LSDC.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/LabSteps.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/License.txt argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/License2.txt argyllcms-doc.x86_64: E: incorrect-fsf-address /usr/share/doc/argyllcms-doc/License2.txt argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/License3.txt argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Limitations.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/MinorTools.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Organisation.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Overview.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Performance.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Q60.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/SG.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/SG_footer.txt argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/SG_header.txt argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Scenarios.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/Scenarios.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Source.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Spyd2.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Spyd3.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Spyd3x.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/Spyd4.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/SpyderChecker.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/WideGamutColmters.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/YellowGreen.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/applycal.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/average.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/cal_format.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/calvschar.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/cb2ti3.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ccmxs.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/cctiff.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ccxxmake.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/chartread.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/cht_format.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/collink.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/colorchecker.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/colprof.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/colverify.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/cube.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/dispcal.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/dispcal.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/dispprofloc.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/dispread.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/dispread.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/dispwin.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/dispwin.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/evalInputTargets.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/extracticc.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/extractttag.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/fakeCMY.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/fakeread.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/filmread.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/filmtarg.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/gamma.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/gamutmapping1.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/greytiff.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/i1d.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/i1d3_1.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/i1d3_2.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/i1m.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/i1p.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/i1proDriver.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/i1scan14.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/iccdump.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/iccgamut.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/iccgamutmapping.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/icclu.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/illumread.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/illumread.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/illumread_1.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/illumread_2.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/illumread_3.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/illumread_4.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/illumread_5.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/illumread_6.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/instruments.html argyllcms-doc.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/argyllcms-doc/instruments.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/invprofcheck.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/kodak2ti3.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/monitorcontrols.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/mox.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/moxxr.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/mppcheck.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/mpplu.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/mppprof.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/printcal.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/printtarg.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/profcheck.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/refine.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/revfix.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/scanin.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/sl.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/spec2cie.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/specplot.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/splitti3.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/spotread.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ss.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/surface.jpg argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/synthcal.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/synthread.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/targen.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ti3_format.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/tiffgamut.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/timage.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/txt2ti3.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/ucmm.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/viewgam.html argyllcms-doc.x86_64: W: spurious-executable-perm /usr/share/doc/argyllcms-doc/xicclu.html argyllcms-debuginfo.x86_64: W: invalid-url URL: http://gitorious.org/hargyllcms <urlopen error [Errno 113] No route to host> argyllcms-debugsource.x86_64: W: invalid-url URL: http://gitorious.org/hargyllcms <urlopen error [Errno 113] No route to host> argyllcms.src: W: spelling-error %description -l en_US illuminants -> illuminates, illuminating, illumination argyllcms.src: W: invalid-url URL: http://gitorious.org/hargyllcms <urlopen error [Errno 113] No route to host> 5 packages and 0 specfiles checked; 13 errors, 203 warnings. Rpmlint (debuginfo) ------------------- Checking: argyllcms-debuginfo-1.9.2-10.fc34.x86_64.rpm argyllcms-debuginfo.x86_64: W: invalid-url URL: http://gitorious.org/hargyllcms <urlopen error [Errno 113] No route to host> 1 packages and 0 specfiles checked; 0 errors, 1 warnings. Rpmlint (installed packages) ---------------------------- (none): E: no installed packages by name argyllcms (none): E: no installed packages by name argyllcms-debuginfo (none): E: no installed packages by name argyllcms-doc (none): E: no installed packages by name argyllcms-debugsource 0 packages and 0 specfiles checked; 0 errors, 0 warnings. Source checksums ---------------- http://people.freedesktop.org/~hughsient/releases/hargyllcms-1.9.2.tar.xz : CHECKSUM(SHA256) this package : 6f40a15da5c72eecf10ec29b077fbd67f88195db03c20014c032ed0f6736c644 CHECKSUM(SHA256) upstream package : 6f40a15da5c72eecf10ec29b077fbd67f88195db03c20014c032ed0f6736c644 Requires -------- argyllcms (rpmlib, GLIBC filtered): libX11.so.6()(64bit) libXext.so.6()(64bit) libXinerama.so.1()(64bit) libXrandr.so.2()(64bit) libXxf86vm.so.1()(64bit) libargyll.so.0()(64bit) libargyllicc.so.0()(64bit) libc.so.6()(64bit) libdl.so.2()(64bit) libimdi.so.0()(64bit) libjpeg.so.62()(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) libm.so.6()(64bit) libpng16.so.16()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libtiff.so.5()(64bit) libtiff.so.5(LIBTIFF_4.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) argyllcms-doc (rpmlib, GLIBC filtered): argyllcms argyllcms-debuginfo (rpmlib, GLIBC filtered): argyllcms-debugsource (rpmlib, GLIBC filtered): Provides -------- argyllcms: argyllcms argyllcms(x86-64) libargyll.so.0()(64bit) libargyllicc.so.0()(64bit) libimdi.so.0()(64bit) argyllcms-doc: argyllcms-doc argyllcms-doc(x86-64) argyllcms-debuginfo: argyllcms-debuginfo argyllcms-debuginfo(x86-64) debuginfo(build-id) argyllcms-debugsource: argyllcms-debugsource argyllcms-debugsource(x86-64) AutoTools: Obsoleted m4s found ------------------------------ AM_PROG_LIBTOOL found in: hargyllcms-1.9.2/configure.ac:11 AC_PROG_LIBTOOL found in: hargyllcms-1.9.2/configure.ac:12 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx