Bug 1542651 - Review Request: libquentier - Set of Qt/C++ APIs for feature rich desktop clients for Evernote service
Summary: Review Request: libquentier - Set of Qt/C++ APIs for feature rich desktop cli...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: leigh scott
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1542650
Blocks: 1542654
TreeView+ depends on / blocked
 
Reported: 2018-02-06 17:57 UTC by Robert-André Mauchin 🐧
Modified: 2018-03-30 12:43 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-16 16:43:58 UTC
Type: ---
Embargoed:
leigh123linux: fedora-review+


Attachments (Terms of Use)

Description Robert-André Mauchin 🐧 2018-02-06 17:57:34 UTC
Spec URL: https://raw.githubusercontent.com/eclipseo/packaging/22aeec2/libquentier.spec
SRPM URL: https://copr-be.cloud.fedoraproject.org/results/eclipseo/quentier/fedora-rawhide-x86_64/00708601-libquentier/libquentier-0-1.20180130.git45bb65b.fc28.src.rpm

Description:
This library presents a set of Qt/C++ APIs useful for applications working as 
feature rich desktop clients for Evernote service. The most important and 
useful components of the library are the following:

 - Local storage - persistence of data downloaded from Evernote service in 
   a local SQLite database
 - Synchronization - the logics of exchanging new and/or modified data 
   with Evernote service
 - Note editor - the UI component capable for notes displaying and editing

The library is based on the lower level functionality provided by QEverCloud 
library. It also serves as the functional core of Quentier application.

Fedora Account System Username: eclipseo

Comment 1 leigh scott 2018-03-05 13:51:47 UTC
You have missing scriptlet, please add

%ldconfig_scriptlets


Also it might be better to change

BuildRequires: cmake

and

%cmake

to

BuildRequires: cmake3

and

%cmake3

Comment 2 leigh scott 2018-03-05 14:24:16 UTC
Also the package versioning is wrong.

Change from

Version:    0

to

Version:    0.4


see cmake file

if("${CMAKE_MAJOR_VERSION}" GREATER "2")
  project(libquentier
          VERSION 0.4.0)
else()
  project(libquentier)
  set(PROJECT_VERSION_MAJOR "0")
  set(PROJECT_VERSION_MINOR "4")


And as 0.4.0 is an un-release version use 0.1


change from


Release:    1.%{commitdate}.git%{shortcommit}%{?dist}

to

Release:    0.1.%{commitdate}.git%{shortcommit}%{?dist}


and fix the changelog to suit

Comment 3 Robert-André Mauchin 🐧 2018-03-05 21:46:26 UTC
(In reply to leigh scott from comment #1)
> You have missing scriptlet, please add
> 
> %ldconfig_scriptlets
> 
> 
Done

> Also it might be better to change
> 
> BuildRequires: cmake
> 
> and
> 
> %cmake
> 
> to
> 
> BuildRequires: cmake3
> 
> and
> 
> %cmake3

Not sure that this is necessary. cmake3 is provided by the cmake package and it's only a symbolic ink to the cmake executable. %cmake3 is identical to %cmake and use /usr/bin/cmake too.


(In reply to leigh scott from comment #2)
> Also the package versioning is wrong.
> 
> Change from
> 
> Version:    0
> 
> to
> 
> Version:    0.4
> 
> 
> see cmake file
> 
> if("${CMAKE_MAJOR_VERSION}" GREATER "2")
>   project(libquentier
>           VERSION 0.4.0)
> else()
>   project(libquentier)
>   set(PROJECT_VERSION_MAJOR "0")
>   set(PROJECT_VERSION_MINOR "4")
> 
> 
> And as 0.4.0 is an un-release version use 0.1
> 
> 
> change from
> 
> 
> Release:    1.%{commitdate}.git%{shortcommit}%{?dist}
> 
> to
> 
> Release:    0.1.%{commitdate}.git%{shortcommit}%{?dist}
> 
> 
> and fix the changelog to suit

Done.


Spec URL: https://raw.githubusercontent.com/eclipseo/packaging/2f49996/libquentier.spec
SRPM URL: https://copr-be.cloud.fedoraproject.org/results/eclipseo/quentier/fedora-rawhide-x86_64/00724600-libquentier/libquentier-0.4.0-0.3.20180301git4ce8e3b.fc29.src.rpm

Comment 4 leigh scott 2018-03-06 13:47:14 UTC
(In reply to Robert-André Mauchin from comment #3)

> Not sure that this is necessary. cmake3 is provided by the cmake package and
> it's only a symbolic ink to the cmake executable. %cmake3 is identical to
> %cmake and use /usr/bin/cmake too.
> 

I depends if your going to have epel branches, if so I would recommend the cmake3 changes.

cmake on epel is version 2.8

Comment 5 leigh scott 2018-03-06 15:24:50 UTC
Approved


Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Header files in -devel subpackage, if present.
  Note: libquentier-debugsource :
  /usr/src/debug/libquentier-0.4.0-0.3.20180301git4ce8e3b.fc28.x86_64/build/ui_DecryptionDialog.h
  
Invalid rpmlint warning


  See: http://fedoraproject.org/wiki/Packaging/Guidelines#DevelPackages
- ldconfig called in %post and %postun if required.
  Note: /sbin/ldconfig not called in libquentier
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#Shared_Libraries

Invalid rpmlint warning

===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.
[x]: Development (unversioned) .so files in -devel subpackage, if present.

Generic:
[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: "LGPL (v2 or later)", "Unknown or generated", "*No copyright*
     CC by", "BSL (v1.0)", "GPL (v3)", "LGPL (v3)". 156 files have unknown
     license. Detailed output of licensecheck in
     /home/leigh/1542651-libquentier/licensecheck.txt

BSL is correctly ommited 

BSL (v1.0)
----------
libquentier-4ce8e3b76bd9bedd75fe8cb398ddf2a91556b59a/cmake/modules/CppcheckTargets.cmake
libquentier-4ce8e3b76bd9bedd75fe8cb398ddf2a91556b59a/cmake/modules/Findcppcheck.cmake

[x]: 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/doc/qt5
[x]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by: /usr/lib/.build-id(kde-
     platform-plugin, cups-client, efivar-libs, rsyslog, policycoreutils-
     python-utils, rpm-plugin-selinux, libimagequant, giflib, libreoffice-
     graphicfilter, festival-lib, trousers, libdb-utils, xorg-x11-font-
     utils, OpenEXR-libs, assimp, libcom_err, libseccomp, p11-kit, libabw,
     gtkspell, libid3tag, libmodman, nvidia-query-resource-opengl, cfitsio,
     argyllcms, parted, gnome-disk-utility, libdvdread, zstd, bluez-libs,
     libbs2b, gnome-power-manager, kf5-kjobwidgets, libwebp, libxslt,
     herqq, system-config-printer-udev, perl-Encode, elfutils,
     python2-cryptography, kf5-kdeclarative, libevdev, libgpg-error, kf5
     -kio-devel, kf5-sonnet-core, libpurple, perl-Digest-SHA, libtgvoip,
     libmicrohttpd, portmidi, libsodium, kf5-solid, sddm, libzstd, gtk-
     murrine-engine, wxBase, lua-lpeg, symlinks, qevercloud, openbox-libs,
     libcdr, cdparanoia-libs, e2fsprogs-libs, pulseaudio-libs,
     wxGTK3-webview, lcms2, python3-Bottleneck, qemu-guest-agent, annobin,
     ntfs-3g, libxcb, freexl, libyubikey, python3-pycurl, python3-brlapi,
     openconnect, xcb-util-keysyms, libcrystalhd, libgphoto2, tinyxml,
     libblockdev-utils, libwmf-lite, boost-fiber, libopenshot-audio-devel,
     gstreamer1-vaapi, ffmpegthumbnailer, http-parser, qt5-qtspeech,
     pulseaudio-utils, llvm5.0-libs, pyorbit, libeot, ImageMagick-c++,
     systemd-bootchart, kf5-kpackage, kf5-kfilemetadata, ibus-gtk2, gperf,
     perl-Time-Piece, dbusmenu-qt, qca-qt5, ncurses-libs, polkit, clang-
     tools-extra, crossguid, perl-Sys-Syslog, gnome-color-manager, fcoe-
     utils, libyui-mga-ncurses, xorg-x11-xkb-utils, ibus-hangul, perl-IO-
     Tty, NetworkManager-openvpn, libxkbfile, libwvstreams, kf5
     -kglobalaccel-libs, xmlrpc-c-client, sane-backends-drivers-cameras,
     libwpg, libwpd, libdc1394, perl-Time-HiRes, libwps, gssdp,
     kf5-knotifications, mesa-demos, libacl, libunistring, xorg-x11-drv-
     ati, kf5-solid-libs, libSM, policycoreutils, mcelog, samba-common-
     tools, libmusicbrainz5, pptp, gnote, sane-backends-drivers-scanners,
     libebur128, libXxf86misc, foomatic, minizip, colord-gtk, nspr,
     mkvtoolnix-gui, libicu-devel, rpm-build, wodim, libcangjie, libglvnd-
     gles, rpm-plugin-systemd-inhibit, libmicrodns, freeglut, gstreamer1,
     libcec, python2-krbv, libtomcrypt, dbus-libs, libreoffice-gtk3,
     libreoffice-gtk2, optipng, librtmp, cairo-gobject, vim-minimal, gnome-
     screenshot, libkkc, gutenprint, openal-soft, usermode, cinnamon-
     desktop, qpdf-libs, linux-atm-libs, libedit, java-1.8.0-openjdk-devel,
     chrpath, subversion-libs, atk, python3-cairo, accountsservice, isl,
     hfsplus-tools, ImageMagick, perl-IPC-SysV, mesa-libGLU, libatomic_ops,
     bridge-utils, libmpcdec, gtk-update-icon-cache, kf5-kxmlgui, libyui-
     ncurses, mixxx, NetworkManager, libkate, liblangtag, NetworkManager-
     glib, NetworkManager-l2tp-gnome, libdatrie, setuptool, gstreamer-
     plugins-good, nmap-ncat, guile, pcre-utf16, tree, gvfs-goa, php-
     bcmath, qt5-qtwebsockets, cronie-anacron, libserf, xfsprogs,
     authselect, boost-timer, libcroco, qt5-qtsensors, NetworkManager-
     iodine, wildmidi-libs, colord-libs, avahi-compat-howl, nvidia-
     settings, aalib-libs, gstreamer1-libav, libcddb, efivar, gpgmepp,
     libgcab1, libzhuyin, hypervfcopyd, cronie, libexttextcat, kdelibs,
     libreport, qt5-qtquickcontrols, libuv, nettle, colord, libpipeline,
     pkcs11-helper, accountsservice-libs, gnome-system-monitor, findutils,
     popt, python2-xpyb, qt5-qtx11extras, libsss_idmap, libraw1394,
     rustdoc-stripper, boost-atomic, lm_sensors, gcc-c++, python3-dbus,
     iproute-tc, libupnp, onboard, woff2, python2-numpy, poppler-qt5,
     libXfont, PackageKit-glib, patch, sqlite-libs, lttng-ust, libdvbcsa,
     enchant, libXxf86dga, python2-smartcols, rhash, xdg-user-dirs-gtk,
     texlive-makeindex-bin, libwayland-client, kf5-kio-file-widgets,
     libXres, mdadm, openblas-threads, xawtv, xl2tpd, device-mapper,
     python2-librepo, libXtst, xapian-core-libs, python2-setproctitle,
     irqbalance, kf5-kbookmarks, gnome-terminal, GeoIP, GraphicsMagick,
     libsigc++20, xmlrpc-c-client++, python2-talloc, opencc, libXrandr,
     sssd-ldap, liba52, python2-libuser, cyrus-sasl-scram, crda, libical,
     qt5-qtdeclarative, kf5-libkexiv2, vo-amrwbenc, avahi-compat-libdns_sd,
     qt5-qtquickcontrols2, libofa, libXfont2, libblockdev-loop, libmfx,
     libssh2, byacc, NetworkManager-adsl, open-vm-tools-desktop, samba-dc-
     libs, dbusmenu-qt5, libXcursor, newt, iio-sensor-proxy, boost-python3,
     dracut, wxGTK3, telnet, simple-scan, libXpm, phonon-backend-gstreamer,
     pulseaudio-module-x11, xorg-x11-drv-nouveau, texlive-gsftopk-bin,
     bluez-obexd, zlib, freealut, libpeas, pam_krb5, gutenprint-cups, grub2
     -tools-efi, avahi, libselinux, ncurses-compat-libs, libassuan, nodejs,
     expat, cups-filters, iw, clutter-gtk, userspace-rcu, libgudev,
     python3-yui, live555, ibus-libpinyin, setroubleshoot-server, make,
     python3-markupsafe, texlive-bibtex-bin, clutter-gst2, libnice, libzip,
     libsoup, libetpan, cinnamon-screensaver, fuse, perl-Net-SSLeay, perl-
     Filter, xbae, cups-libs, libdrm, libappstream-glib, libsepol, totem-
     pl-parser, gzip, qt5-linguist, python3-cangjie, keyutils, afpfs-ng,
     php-pdo, libipa_hbac, libfdisk, libdmx, openssl-libs, dconf-editor,
     libreport-plugin-reportuploader, okular, gavl, ipset, x265-libs,
     compat-gdbm, kf5-kcoreaddons, postgresql-devel, libyui-gtk, libcaca,
     keybinder3, deltarpm, fuse-libs, xorg-x11-xauth, libglvnd-glx, gvfs-
     smb, gtkspell3, libcue, gspell-devel, libXrender, json-glib,
     kf5-kglobalaccel, libX11-xcb, libfontenc, libicu, xorg-x11-drv-vmware,
     sssd-common, NetworkManager-openconnect, libgtop2, qt5-qtwayland-
     devel, gcc-gfortran, SDL2_mixer, avahi-glib, gtkdatabox-glade3,
     imsettings-cinnamon, wvdial, perl-Devel-PPPort, cogl, sni-qt, mesa-
     libglapi, glx-utils, libtommath, qtkeychain-qt5, perl-MIME-Base64,
     polkit-qt5-1, boost-container, libass, nemo-extension-xreader, tint2,
     libpqxx, SDL_image, libstdc++, ppp, cinnamon-session, sox,
     libprojectM-qt, libtiger, git, perl-Compress-Raw-Bzip2,
     kf5-threadweaver, jack-audio-connection-kit, mpg123-libs, opus, ctags,
     tcpdump, python3-tkinter, libxklavier, traceroute, PackageKit-
     gtk3-module, kde-style-breeze, libblockdev-crypto, kf5-karchive,
     libreoffice-pdfimport, rp-pppoe, libtheora, attr, mtr, okular-part,
     gtksourceview2, gtksourceview3, pugixml, libcanberra-gtk2,
     libcanberra-gtk3, libbonobo, boost-program-options, mtdev, mailx,
     systemd-udev, fftw-libs-single, libXvMC, js-devel, wmctrl, llvm,
     python2-pillow, libomxil-bellagio, python2-crypto, texlive-dvipng-bin,
     smartmontools, jasper-libs, elinks, rubberband, gstreamer1-plugins-fc,
     device-mapper-libs, xorg-x11-xinit, libogg, libffi, libGLEW, pcre-
     utf32, python2-hawkey, diffutils, chrony, time, checkpolicy,
     audiofile, mpfr, kf5-knotifyconfig, cyrus-sasl-md5, iputils, SDL_ttf,
     qt5-qtxmlpatterns, xcb-util, mariadb-connector-c-devel, btrfs-progs,
     gvfs-fuse, gpgme, ninja-build, hypervvssd, libdvdcss, xorg-x11-drv-
     openchrome, libmcpp, libnfsidmap, gdb-headless, libqmi-utils, libmbim-
     utils, psacct, ldc-druntime, lame-libs, pycryptopp, gnome-bluetooth-
     libs, ghostscript, libtirpc, llvm4.0-libs, fftw, cryptsetup-libs,
     syslinux-extlinux, SDL2_image, ttmkfdir, libgnomecanvas, bind-libs,
     pygobject2, boost-type_erasure, mesa-libwayland-egl, ghostscript-x11,
     lua-posix, libinput, qt5-qtdeclarative-devel, libpkgconf, teckit,
     libyui-mga, python3-tables, qt5-qtconnectivity, libabigail, im-
     chooser, qt5-qtsvg, libreoffice-calc, xerces-c, libqmi,
     glade3-libgladeui, gawk, pcsc-lite-libs, adwaita-gtk2-theme,
     libbasicobjects, gdk-pixbuf2-devel, kdelibs-webkit, hdf5, baobab,
     libgnomeui, vte291, cinnamon, sssd-krb5, libreoffice-x11, perl-Devel-
     Peek, brotli, filezilla, libspatialite, libdvbpsi, libfilezilla,
     libsmbclient, wxsvg, cinnamon-settings-daemon, libvdpau, python2-cddb,
     compat-openssl10, texlive-metafont-bin, xfburn, opencore-amr, qt5ct,
     libgta, oddjob-mkhomedir, tilix, network-manager-applet, openCOLLADA,
     xcb-util-renderutil, libwinpr, libreport-web, sssd-ad, lightdm,
     libpinyin, libopenshot-audio, logrotate, php-xml, kf5-kcmutils,
     irrXML, libdnet, nvidia-xconfig, ntfsprogs, protobuf, efibootmgr,
     openjpeg2-tools, libgdither, boost-signals, compat-wxGTK3-gtk2, samba-
     common-libs, vulkan, libreswan, libpsl, wxGTK, zeitgeist-libs,
     python3-rpm, librcc, librcd, jimtcl, libuser, NetworkManager-
     libreswan, opensp, lz4-libs, boost-math, graphviz, colm, festival-
     speechtools-libs, boost-date-time, muffin, qwinff, satyr, platform,
     gts, pixman, kf5-kparts, wpa_supplicant, xorg-x11-drv-vesa,
     python3-numexpr, libbluray, brltty, openjpeg, texlive-lib,
     libbabeltrace, mjpegtools-libs, vpnc, psmisc, net-snmp-libs, xorg-x11
     -drv-libinput, libsss_certmap, libdatrie-devel, boost-wave, libqxt-
     qt5, ed, libgcc, gdisk, ilmbase, perl-Compress-Bzip2, qwtplot3d-qt5,
     poppler, pocl, libstemmer, djvulibre-libs, bison, claws-mail, ibus-
     libzhuyin, fftw-libs-double, texlive-xetex-bin, libconfig,
     ModemManager, m4, ibus-m17n, qt5-qtbase-gui, rtkit, orc, libidn2, qt-
     devel, libuuid, faad2-libs, libarchive, libpeas-devel, libfreehand,
     ibus-gtk3, python3-scipy, xorg-x11-server-Xvfb, python2-libselinux,
     cryptsetup, udisks2, clucene-contribs-lib, paps-libs, tcp_wrappers,
     compat-giflib, xz, libXcomposite, libmcrypt, mtools, pygtk2, xv,
     python3-matplotlib-tk, harfbuzz-icu, libplist, gstreamer-tools, xdg-
     user-dirs, libdap, xmlto, hwloc-libs, python3-lazy-object-proxy, gdk-
     pixbuf2, gupnp, hunspell-devel, libevent, redland, webkit2gtk3-devel,
     python2-cccolutils, git-core, libblockdev, lua-socket, dconf, xz-libs,
     dbus-glib, cyrus-sasl-plain, libdvdnav, libcap, libprojectM,
     kf5-attica, libwbclient, compiler-rt, kf5-kio-widgets-libs, libXp,
     kf5-ki18n, libthai, fakeroot, k3b, libini_config, nss-tools, adcli,
     freerdp-libs, ORBit2, iproute, python2-simplejson, python2-gpg,
     libsmartcols, boost-test, fakeroot-libs, leptonica, orc-compiler,
     chmlib, libyui-qt-graph, python3-hawkey, os-prober, ethtool, qt5
     -qttools-libs-designercomponents, texlive-mfware-bin, libfprint,
     systemd-libs, cpio, clang, liboil, gstreamer-devel, util-linux,
     libburn, imsettings, krb5-libs, gnome-online-accounts, net-tools,
     ragel, enca, qtkeychain, libpciaccess, clucene-core, libsss_autofs,
     nemo-fileroller, dvdauthor, kmod, libxml++, NetworkManager-pptp,
     libetonyek, libgs, libgnome, python2-pwquality, sssd-client, libgxps,
     gthumb, systemd, kf5-kiconthemes, js, libpagemaker, webkit2gtk3-jsc,
     kf5-kitemviews, CharLS, libxkbcommon, libfreenect, mplayer, device-
     mapper-multipath-libs, perl-XML-LibXML, yajl, lockdev, kdesu, cups-
     filters-libs, poppler-utils, lpsolve, xorg-x11-server-utils, cdrskin,
     gnupg2, adobe-source-libraries, marisa, evince-libs, libepubgen,
     libdnf, doxygen, ruby, gnome-keyring, libdbusmenu-gtk3, libdbusmenu-
     gtk2, pulseaudio-libs-glib2, egl-utils, libnice-gstreamer1, netpbm,
     qtsoap, nm-connection-editor, fdk-aac, qt5-qttools-libs-help,
     libudisks2, gstreamer1-plugins-bad-free, NetworkManager-libreswan-
     gnome, python3-setools, clutter, zenity, chkconfig, libquicktime,
     libgnome-keyring, hostname, iscsi-initiator-utils, check, gparted,
     glade3, glade2, librados2, source-highlight, subunit, pam,
     python2-gstreamer, python2-cffi, unixODBC, openldap, kvirc, zziplib,
     gamin, ipcalc, SDL, fdupes, speex, libXmu, ibus-wayland, mkvtoolnix,
     neon, rest, libsamplerate, gnome-python2-gconf, ldc-phobos, samba-
     libs, boost-iostreams, pakchois, subversion, libusbmuxd, perl-Unicode-
     Normalize, swig, NetworkManager-wwan, polkit-pkla-compat, gdcm, boost-
     numpy, jbig2dec-libs, libmtp, cyrus-sasl-lib, librevenge, libqhull,
     python3-gobject-base, gnupg2-smime, dnsmasq, libXfixes, libblkid,
     libcdio, texlive-kpathsea-bin, NetworkManager-l2tp, kf5-kactivities-
     libs, rsync, samba-winbind, xapps, lua-libs, perl-Params-Util,
     authselect-libs, soundtouch, dvgrab, xorg-x11-drv-evdev, libpeas-gtk,
     libXinerama, lirc-libs, libteam, libcmis, qt5-qttools, libesmtp, acl,
     iodine-client, boost-numpy3, xorg-x11-apps, redshift, gupnp-igd,
     kf5-kinit, gstreamer-plugins-base, kf5-khtml, libgee, libXxf86vm,
     mesa-libEGL, compat-guile18, clang-libs, redhat-lsb-core, systemd-pam,
     libyui-mga-qt, ftgl, perl-Storable, perl-Digest-MD5, libshout, net-
     snmp-agent-libs, gnome-python2-bonobo, SDL_gfx, perl-Sort-Key,
     gtkglext-libs, nss-util, gnutls-c++, libstorj, rust, mozjs52, systemd-
     container, libcomps, xplayer, at, file, libsidplayfp, vamp-plugin-sdk,
     kf5-kcompletion, libblockdev-fs, java-1.8.0-openjdk-headless, libnma,
     gettext, pcre2-utf32, soxr, bakefile, espeak, python3-pandas,
     libutempter, libmetalink, qwtplot3d-qt5-devel, java-1.8.0-openjdk,
     caribou, cryptopp, gcc-objc, usbutils, e2fsprogs, libcdio-paranoia,
     grub2-tools-minimal, cpp, libksba, libwayland-server, libblockdev-
     part, gmime30, gdbm, libchromaprint, libsndfile, libvisio, tk, ruby-
     libs, bzip2-libs, NetworkManager-iodine-gnome, texlive-pdftex-bin,
     gmp-c++, kate4-part, mpv, boost-log, gnutls, gearbox, libyui-mga-gtk,
     numactl-libs, ykpers, webkit2gtk3-plugin-process-gtk2, libselinux-
     utils, perl-Scalar-List-Utils, dosfstools, openbox, rng-tools,
     libspectre, nano, keyutils-libs, qt5-qtwebsockets-devel, libproxy,
     sssd-common-pac, libreoffice-math, audit-libs-python3, perl-Data-
     Dumper, game-music-emu, kf5-kpty, vala, pidgin, libmatemixer, sane-
     backends-libs, tesseract, cinnamon-menus, libatasmart, perl-XML-
     Parser, mlocate, file-libs, grub2-tools, nvidia-persistenced, mokutil,
     libblockdev-swap, libnetfilter_conntrack, python3-gobject, qca, rpm-
     devel, frei0r-plugins, fprintd-pam, libusbx, polkit-gnome, kf5
     -kconfig-gui, qrencode-libs, libICE, libgexiv2, drpm, createrepo_c-
     libs, kf5-kio-core, grilo, flexiport, perl-Compress-Raw-Zlib,
     libindicator-gtk3, speexdsp, upower, openssh, p7zip, dee, mpv-libs,
     xcb-util-wm, gtk2-devel, openssl, dbxtool, gnome-vfs2, ocl-icd,
     gstreamer1-rtsp-server, alsa-lib, gstreamer1-plugins-good-gtk, compat-
     wxGTK3-gtk2-media, libwnck3, x264-libs, python2-gobject, gtkmm24,
     xplayer-plparser, brasero-libs, mesa-dri-drivers, gstreamer1-plugins-
     bad-free-fluidsynth, pyliblzma, libffado, libopenraw, fribidi,
     libgnomekbd, ibus-rawcode, powertop, fluxcapacitor, pciutils, qt5
     -qttools-libs-designer, scrot, openssh-clients, blosc, librcc-gtk+,
     gtkdatabox, libX11, mate-desktop-libs, beignet, librcc-gtk3, librcc-
     gtk2, htop, kyotocabinet-libs, gvfs-mtp, python3-cryptography, gnome-
     bluetooth, u2f-hidraw-policy, libnl3, gimp-libs, libmikmod, pangox-
     compat, libidn, grubby, coin-or-Clp, kf5-kio-gui, openjpeg-libs,
     python3-libreport, libdbusmenu, libbytesize, libmpeg2, libmpeg3,
     python3-systemd, iptables-libs, libnl3-cli, aria2, ibus-libs,
     python2-libcomps, python2-pyyaml, qbittorrent, audit-libs, bluez,
     vte291-devel, motif-devel, gettext-libs, liborcus, kf5-kwidgetsaddons,
     cups, qt5-qtwayland, libref_array, gvfs-afc, raptor2, rubygem-io-
     console, libyui, sbc, qt-x11, libhangul, SDL_mixer, libbonoboui, bash,
     poppler-glib, NetworkManager-openvpn-gnome, seahorse, ibus-kkc,
     muffin-devel, harfbuzz, rtmpdump, python3-wrapt, libva, gvfs-client,
     NetworkManager-libnm, coin-or-Osi, python2-libs, zeromq, gnome-
     python2-gnome, pulseaudio, lrzsz, libglvnd-egl, libunwind,
     python3-newt, dhcp-libs, fftw2, libtalloc, libtar, hypervkvpd,
     libepoxy, libreoffice-impress, man-db, python2-dbus, fluidsynth,
     log4cplus, perl-DBD-MySQL, libgadu, boost-locale, liblogging-stdlog,
     timedatex, qt5-qtenginio, qt-mobility-location, python2-pynacl,
     rasqal, wireless-tools, libdb, cargo, passwd, cups-pk-helper, quota,
     kmod-libs, libdv, gutenprint-libs, lm_sensors-libs, libreoffice-
     writer, desktop-file-utils, libXdamage, xorg-x11-utils, bzr, libmwaw,
     flite, exo, qt5-designer, opusfile, gtkmm30, unbound-libs, libv4l,
     libgit2, qt5-qtmultimedia, libxfce4ui, gobject-introspection, kf5
     -kconfig-core, libpwquality, imake, kf5-knewstuff, libva-vdpau-driver,
     discord, fontconfig, compat-ffmpeg28, ffms2, libnsl, jbigkit-libs,
     gstreamer1-plugins-bad-nonfree, kf5-kservice, compat-lua-libs, kmod-
     nvidia-4.16.0-0.rc3.git4.2.fc29.x86_64, perl-Math-BigInt-FastCalc,
     protobuf-compiler, evince-djvu, libkworkspace, grep, libdaemon,
     ffmpeg, mariadb-connector-c, boost-coroutine, python3-librepo,
     pkgconf, json-c, kf5-kauth, sed, sssd-ipa, pygtk2-libglade, perl-
     threads-shared, python2-lxml, php-process, libaio, NetworkManager-
     vpnc-gnome, kpartx, libpng, okular-libs, python2-nemo, python3-pillow,
     util-linux-user, gnupg, qt5-qtgraphicaleffects, libcollection,
     libgcrypt, cairomm, perl-Unicode-UTF8, nss-softokn, lasi, geoclue2,
     lsof, at-spi2-atk, libnsl2, twolame-libs, gucharmap, adwaita-qt5,
     xorg-x11-server-Xorg, usbmuxd, libmbim, perl-IO, libomp, libverto,
     glibmm24, libXScrnSaver, realmd, libmspub, qmplay2, ncurses, libkml,
     qtsinglecoreapplication-qt5, graphite2, python3-kerberos, perl-
     version, imlib2, libmad, libde265, metacity, gmp, execstack, sssd-
     krb5-common, uriparser, volume_key-libs, b43-fwcutter, farstream02,
     python2-Cython, ffmpeg-libs, alsa-plugins-pulseaudio, perl-
     interpreter, ebook-tools-libs, libksysguard-common, bluez-cups,
     libcurl, kf5-kcrash, coreutils, libcap-ng, json-glib-devel, gvfs,
     dbus-x11, libimobiledevice, kmod-nvidia-4.15.3-300.fc27.x86_64,
     pinentry, cracklib, librepo, gnome-python2-canvas, compat-libicu57,
     ORBit2-devel, kde-cli-tools, gsm, gsl, boost-filesystem, libtevent,
     kf5-sonnet-ui, ilbc, vlc-extras, libchamplain, libglvnd, hokuyoaist,
     k3b-libs, gobject-introspection-devel, boost-system, libpcap, wxBase3,
     im-chooser-common, snappy, rb_libtorrent, libindicator, clutter-gst3,
     compface, libfc14audiodecoder, genisoimage, libgcrypt-devel, rubygem-
     bigdecimal, pcre2, shotwell, xmlrpc-c, jsoncpp, perl-TermReadKey,
     qt5-qtwebkit, protobuf-c, daala-libs, libpng-devel, python3-PyYAML,
     attica, sssd-nfs-idmap, libmspack, perl-Unicode-Collate, libssh,
     qt5-qtimageformats, GConf2, glibc, libdvbv5, proj, unittest-cpp,
     wxGTK-media, flatpak-libs, fipscheck, mactel-boot, bc, gnome-
     calculator, wget, libijs, boost-regex, libmp4v2, qt5-qtserialport,
     libgomp, libexif, libkadm5, gstreamer1-plugins-bad-freeworld, ladspa,
     php-cli, libgusb, glib2, spirv-tools-libs, python2-libxml2,
     ImageMagick-libs, libwmf, pcre2-utf16, libmnl, gettext-devel, libzmf,
     libmng, nss, pcre, libchamplain-gtk, tcp_wrappers-libs, sane-backends,
     gstreamer1-plugins-base, spax, speech-dispatcher, php-common, cdrdao,
     pciutils-libs, libmpc, perl-Sys-Mmap, libXi, file-roller, openjpeg2,
     libmatroska, flac-libs, libXt, libXv, rubygem-openssl, rpm-libs, info,
     libnfnetlink, polkit-qt, libiec61883, gstreamer, faac, boost-context,
     mozjs52-devel, libusal, fftw-libs-quad, qt5-qttools-devel, qt5-qtbase,
     libguess, libpskc, linux-atm, lirc-core, ibus, libplacebo, jwhois,
     libsss_sudo, curl, yelp-libs, cmake, gnutls-dane, rubygem-json, gcc-
     gdb-plugin, qt5-qtwebengine, fipscheck-lib, pilot-link-libs,
     python2-pycurl, qt-mobility-sensors, dos2unix, python3-setproctitle,
     clang5.0-libs, paps, libstaroffice, lzo-minilzo, harfbuzz-devel, qt5
     -qtspeech-speechd, gtk3-devel, phonon, libdhash, gucharmap-libs,
     gnome-keyring-pam, sssd-proxy, nasm, imsettings-libs,
     python3-matplotlib, gd, gc, gtkd, python3-cups, libxshmfence,
     ncurses-c++-libs, gstreamer1-plugins-ugly-free, unzip, hdhomerun, vlc,
     gtk2, gtk3, libmatekbd, gtk+, vkmark, atkmm, npth, libyaml, mercurial,
     tre, libXaw, qt5-qt3d, gspell, xcb-util-image, m17n-lib, mozjs17,
     texlive-xdvi-bin, libblockdev-mdraid, exiv2-libs, libebml, texlive-
     tex-bin, postgresql-libs, gstreamer1-plugins-good-extras, reiserfs-
     utils, php-gd, nvidia-query-resource-opengl-lib, qgnomeplatform,
     gstreamer1-plugins-good, python2-rpm, libasyncns, qt5-qtcharts,
     device-mapper-multipath, c-ares, xmlsec1-openssl, libphidget,
     python2-cairo, gmock, NetworkManager-pptp-gnome, jansson, bind-utils,
     qwt-qt5, librsvg2, kf5-libkcddb, firefox, apr, libsss_nss_idmap,
     trousers-lib, zip, webrtc-audio-processing, ldns, startup-
     notification, libgeotiff, nemo, python3-psutil, babl, libqxp, pinfo,
     gstreamer1-plugins-bad-free-wildmidi, bubblewrap, elfutils-libs,
     libtasn1, perl-libintl-perl, libntirpc, libe-book, alsa-utils, sqlite,
     tar, sudo, speech-dispatcher-espeak, dhcp-client, wxBase3-devel,
     fprintd, pinentry-gtk, gcc, dwz, meanwhile, xorg-x11-drv-qxl, gcr,
     vid.stab, oddjob, ebtables, libyui-qt, avahi-libs, compat-
     wxGTK3-gtk2-gl, nemo-image-converter, qtwebkit, pigz, vamp-plugin-sdk-
     devel, libappindicator-gtk3, libquvi, bino, gvfs-archive, libao, perl-
     libs, lz4, kbd, libreoffice-core, wayland-devel, libpath_utils,
     libwayland-cursor, openvpn, libpaper, gstreamer1-plugins-ugly,
     xvidcore, vdpauinfo, libwacom, lzo, dotconf, pango, libss, krb5-devel,
     esmtp, dbus, polkit-libs, perl-threads, perl-Params-Validate, pangomm,
     kf5-kguiaddons, mesa-libxatracker, nss-sysinit, LibRaw, qt3-devel,
     uchardet, libtidy, openni, nss-mdns, vcdimager-libs, geos,
     python3-cffi, pygtksourceview, kf5-kio-ntlm, openjade, kf5-kwallet-
     libs, qtsingleapplication-qt5, fftw-libs-long, at-spi2-core, vulkan-
     demos, minidlna, kdegraphics-mobipocket, glibc-common, liblockfile,
     indent, re2, gstreamer1-plugins-bad-free-extras, kf5-kcodecs, liboil-
     devel, bind-export-libs, kf5-kwindowsystem, libcxxabi, qt5-qtlocation,
     python3-libxml2, libnfs, libgfortran, stoken-libs, boost-stacktrace,
     groff-base, mesa-libgbm, libusb, hdparm, mesa-libGL, perl-HTML-Parser,
     libldb, kf5-kplotting, bind-libs-lite, NetworkManager-vpnc,
     libmodplug, libipt, samba-winbind-modules, libcanberra, webkit2gtk3
     -jsc-devel, libobjc, kf5-kio-core-libs, gstreamer1-plugins-entrans,
     libart_lgpl, wavpack, xorg-x11-drv-wacom, libsrtp, perl-Package-Stash-
     XS, samba-client-libs, qt5-qtscript, which, boost-chrono, samba-
     client, perl-Variable-Magic, glib-networking, lua-expat, libquadmath,
     libxfce4util, zbar, cmark-lib, texlive-luatex-bin, t1lib, gvfs-
     gphoto2, brlapi, strace, thunderbird, createrepo_c,
     python2-markupsafe, qt5-qtxmlpatterns-devel, libreport-gtk, liboauth,
     xmlsec1, coin-or-CoinUtils, k3b-extras-freeworld, php-pecl-mcrypt,
     isns-utils-libs, libIDL, php-json, krb5-workstation, freetype,
     libglvnd-opengl, vlc-core, movit, lksctp-tools, libgltf,
     usb_modeswitch, tbb, mythes, rubygem-psych, NetworkManager-wifi, qt,
     libfastjson, wxGTK-devel, nemo-preview, teamd, libvorbis, lightdm-
     gobject, NetworkManager-openconnect-gnome, vconfig, wxGTK3-media,
     pcre-cpp, python3-libselinux, libodfgen, liblouis, exiv2, openal-soft-
     devel, iptables, libestr, qt5-qtwebchannel, yasm, lua, gtest, nvidia-
     modprobe, qt3, libsemanage, libpeas-loader-python3, llvm-libs,
     qtlockedfile-qt5, ogdi, pulseaudio-module-bluetooth, valgrind,
     kf5-kconfigwidgets, hardlink, ksysguard-libs, portaudio, passwdqc,
     libXft, shairplay-libs, schroedinger, libattr, qt5-qtbase-devel, perl-
     DBI, hyphen, gnome-python2-gnomevfs, p7zip-plugins, zvbi, libglade2,
     rpm, kf5-kwallet, syslinux, dcraw, libxcrypt, libaec, caribou-
     gtk3-module, bind99-libs, iptstate, libgusb-devel, glib2-devel,
     python3-lxml, kf5-kdbusaddons, openpgm, python3-libs, appstream,
     libappindicator, perl-PathTools, ipset-libs, boost-graph, netpbm-
     progs, wxGTK-gl, kf5-kio-widgets, cvs, perl-Devel-Size, bluez-tools,
     boost-serialization, mozjs38, gnome-menus, libreoffice-pyuno, motif,
     flex, libxml2, gmime, libreoffice-ure, iscsi-initiator-utils-iscsiuio,
     slick-greeter, cyrus-sasl-gssapi, libucil, libargon2, libnm-gtk, mesa-
     vulkan-drivers, giblib, nemo-extensions, protobuf-lite, libsecret,
     gtk2-engines, cjs, openblas, p11-kit-trust, NetworkManager-bluetooth,
     libdca, llvm-devel, texlive-dvips-bin, augeas-libs, libsysfs,
     python3-numpy, audit, wxGTK3-gl, gnome-desktop3, gdk-pixbuf2-modules,
     binutils, xfconf, NetworkManager-ppp, libisofs, xed, nss-pem,
     python2-kerberos, less, cifs-utils, libvpx, tcl, rpm-build-libs,
     libnghttp2, cjs-devel, ostree-libs, libsolv, exempi, libxkbcommon-x11,
     libmms, libtdb, python3-gpg, libXdmcp, perl-Socket, apr-util,
     python2-bcrypt, aspell, libatomic, libvisual, python3, python2, gpm-
     libs, minicom, qt5-qtvirtualkeyboard, perl-DB_File, shared-mime-info,
     SDL2, webkit2gtk3, xreader, libsigsegv, qt5-qt3d-devel, boost-thread,
     libunicap, caribou-gtk2-module, dvd+rw-tools, shadow-utils, boost-
     random, libcgroup, dbus-glib-devel, libXau, libgdata, phonon-qt5,
     libspiro, dmidecode, egl-wayland, python3-libcomps, phonon-qt5
     -backend-gstreamer, libXpm-devel, libjpeg-turbo, libmount, spice-
     vdagent, xorg-x11-drv-wacom-serial-support, xorg-x11-drv-fbdev,
     libavc1394, lldpad, libtiff, python3-libsemanage, libvncserver,
     libnotify, glslang, xorg-x11-drv-wacom-devel, ima-evm-utils, mate-
     polkit, slang, cairo, python2-gobject-base, mesa-libOpenCL, glib,
     grub2-tools-extra, openssh-server, fluidsynth-libs, qt5-doctools,
     taglib, clutter-gst, libXext, libstatgrab, mcpp, ModemManager-glib,
     cinnamon-control-center, boost-python2, ostree, kdelibs-ktexteditor,
     initscripts, hunspell, kf5-kjs, libieee1284, procps-ng, libndp,
     xmlrpc-c-c++, poly2tri, xorg-x11-drv-intel, pix, gstreamer1-plugins-
     base-tools, libaesgm, kf5-ktextwidgets, bzip2, kmod-
     nvidia-4.15.7-300.fc27.x86_64, libcxx, automoc, elfutils-libelf, nss-
     softokn-freebl, open-vm-tools, kf5-kdesu, kf5-kdoctools,
     python3-smartcols, libavdevice, libtool-ltdl, readline, openslp, eog,
     yelp, libtimidity, passwdqc-lib, parole, AtomicParsley), /usr/lib
     /.build-id/57(xed, argyllcms, qt5-qtdeclarative, linux-atm, gstreamer1
     -plugins-bad-free, librcc-gtk3, colm, mesa-demos, cups, xorg-x11
     -server-Xorg, clang-libs, libnfsidmap, systemd-pam, coreutils, gvfs,
     iptables, mesa-dri-drivers, vlc-core, libesmtp, netpbm-progs,
     pulseaudio, libcdio-paranoia, nss-util, gucharmap-libs)
[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.
[x]: 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.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 10240 bytes in 2 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: 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.
[x]: Package requires other packages for directories it uses.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[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 use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[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:
[!]: Uses parallel make %{?_smp_mflags} macro.
[-]: 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).
[x]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     libquentier-doc , libquentier-debuginfo , libquentier-debugsource
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[?]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[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]: 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.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[?]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
     Note: Arch-ed rpms have a total of 7505920 bytes in /usr/share
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: libquentier-0.4.0-0.3.20180301git4ce8e3b.fc28.x86_64.rpm
          libquentier-devel-0.4.0-0.3.20180301git4ce8e3b.fc28.x86_64.rpm
          libquentier-doc-0.4.0-0.3.20180301git4ce8e3b.fc28.x86_64.rpm
          libquentier-debuginfo-0.4.0-0.3.20180301git4ce8e3b.fc28.x86_64.rpm
          libquentier-debugsource-0.4.0-0.3.20180301git4ce8e3b.fc28.x86_64.rpm
          libquentier-0.4.0-0.3.20180301git4ce8e3b.fc28.src.rpm
libquentier.x86_64: W: spelling-error %description -l en_US logics -> logic, logic's, logic s
libquentier.x86_64: E: library-without-ldconfig-postin /usr/lib64/libqt5quentier.so.0.4.0
libquentier.x86_64: E: library-without-ldconfig-postun /usr/lib64/libqt5quentier.so.0.4.0
libquentier-devel.x86_64: W: only-non-binary-in-usr-lib
libquentier-devel.x86_64: W: no-documentation
libquentier-debugsource.x86_64: W: no-documentation
libquentier.src: W: spelling-error %description -l en_US logics -> logic, logic's, logic s
6 packages and 0 specfiles checked; 2 errors, 5 warnings.




Rpmlint (debuginfo)
-------------------
Checking: libquentier-debuginfo-0.4.0-0.3.20180301git4ce8e3b.fc28.x86_64.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
sh: /usr/bin/python: No such file or directory
libquentier-doc.x86_64: W: invalid-url URL: https://github.com/d1vanov/libquentier <urlopen error [Errno -2] Name or service not known>
libquentier-debuginfo.x86_64: W: invalid-url URL: https://github.com/d1vanov/libquentier <urlopen error [Errno -2] Name or service not known>
libquentier-debugsource.x86_64: W: invalid-url URL: https://github.com/d1vanov/libquentier <urlopen error [Errno -2] Name or service not known>
libquentier-debugsource.x86_64: W: no-documentation
libquentier.x86_64: W: spelling-error %description -l en_US logics -> logic, logic's, logic s
libquentier.x86_64: W: invalid-url URL: https://github.com/d1vanov/libquentier <urlopen error [Errno -2] Name or service not known>
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libQt5Xml.so.5
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libQt5Test.so.5
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libssl.so.1.1
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libQt5PrintSupport.so.5
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libQt5WebEngineCore.so.5
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libQt5Positioning.so.5
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libQt5Quick.so.5
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libQt5Qml.so.5
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libQt5DBus.so.5
libquentier.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libqt5quentier.so.0.4.0 /lib64/libm.so.6
libquentier.x86_64: E: library-without-ldconfig-postin /usr/lib64/libqt5quentier.so.0.4.0
libquentier.x86_64: E: library-without-ldconfig-postun /usr/lib64/libqt5quentier.so.0.4.0
libquentier-devel.x86_64: W: invalid-url URL: https://github.com/d1vanov/libquentier <urlopen error [Errno -2] Name or service not known>
libquentier-devel.x86_64: W: only-non-binary-in-usr-lib
libquentier-devel.x86_64: W: no-documentation
5 packages and 0 specfiles checked; 2 errors, 19 warnings.



Requires
--------
libquentier-doc (rpmlib, GLIBC filtered):

libquentier-debuginfo (rpmlib, GLIBC filtered):

libquentier-debugsource (rpmlib, GLIBC filtered):

libquentier (rpmlib, GLIBC filtered):
    libQt5Core.so.5()(64bit)
    libQt5Core.so.5(Qt_5)(64bit)
    libQt5Core.so.5(Qt_5.10)(64bit)
    libQt5DBus.so.5()(64bit)
    libQt5Gui.so.5()(64bit)
    libQt5Gui.so.5(Qt_5)(64bit)
    libQt5Network.so.5()(64bit)
    libQt5Network.so.5(Qt_5)(64bit)
    libQt5Positioning.so.5()(64bit)
    libQt5PrintSupport.so.5()(64bit)
    libQt5Qml.so.5()(64bit)
    libQt5Quick.so.5()(64bit)
    libQt5Sql.so.5()(64bit)
    libQt5Sql.so.5(Qt_5)(64bit)
    libQt5Test.so.5()(64bit)
    libQt5WebChannel.so.5()(64bit)
    libQt5WebChannel.so.5(Qt_5)(64bit)
    libQt5WebEngineCore.so.5()(64bit)
    libQt5WebEngineWidgets.so.5()(64bit)
    libQt5WebEngineWidgets.so.5(Qt_5)(64bit)
    libQt5WebSockets.so.5()(64bit)
    libQt5WebSockets.so.5(Qt_5)(64bit)
    libQt5Widgets.so.5()(64bit)
    libQt5Widgets.so.5(Qt_5)(64bit)
    libQt5Xml.so.5()(64bit)
    libc.so.6()(64bit)
    libcrypto.so.1.1()(64bit)
    libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
    libdl.so.2()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libhunspell-1.6.so.0()(64bit)
    libm.so.6()(64bit)
    libqt5keychain.so.1()(64bit)
    libqt5qevercloud.so.4()(64bit)
    libssl.so.1.1()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libtidy.so.5()(64bit)
    libxml2.so.2()(64bit)
    libxml2.so.2(LIBXML2_2.4.30)(64bit)
    rtld(GNU_HASH)

libquentier-devel (rpmlib, GLIBC filtered):
    cmake-filesystem(x86-64)
    libqt5quentier.so.0()(64bit)
    libquentier(x86-64)



Provides
--------
libquentier-doc:
    libquentier-doc
    libquentier-doc(x86-64)

libquentier-debuginfo:
    debuginfo(build-id)
    libquentier-debuginfo
    libquentier-debuginfo(x86-64)

libquentier-debugsource:
    libquentier-debugsource
    libquentier-debugsource(x86-64)

libquentier:
    libqt5quentier.so.0()(64bit)
    libquentier
    libquentier(x86-64)

libquentier-devel:
    cmake(Libquentier-qt5)
    libquentier-devel
    libquentier-devel(x86-64)



Source checksums
----------------
https://github.com/d1vanov/libquentier/archive/4ce8e3b76bd9bedd75fe8cb398ddf2a91556b59a/libquentier-4ce8e3b.tar.gz :
  CHECKSUM(SHA256) this package     : d53b343705811297bc5d962b5591757f11b36466c9d4f665eea1548b9a1abd3a
  CHECKSUM(SHA256) upstream package : d53b343705811297bc5d962b5591757f11b36466c9d4f665eea1548b9a1abd3a


Generated by fedora-review 0.6.1 (f03e4e7) last change: 2016-05-02
Command line :/usr/bin/fedora-review -m fedora-28-x86_64 -b 1542651
Buildroot used: fedora-28-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6

Comment 6 Gwyn Ciesla 2018-03-06 16:43:19 UTC
(fedrepo-req-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/libquentier

Comment 7 Fedora Update System 2018-03-06 20:07:24 UTC
libquentier-0.4.0-0.3.20180301git4ce8e3b.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-7d6da5abdd

Comment 8 Fedora Update System 2018-03-06 20:59:38 UTC
libquentier-0.4.0-0.3.20180301git4ce8e3b.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-b55bef90c8

Comment 9 Fedora Update System 2018-03-07 15:35:28 UTC
libquentier-0.4.0-0.3.20180301git4ce8e3b.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-b55bef90c8

Comment 10 Fedora Update System 2018-03-08 15:26:50 UTC
libquentier-0.4.0-0.3.20180301git4ce8e3b.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-7d6da5abdd

Comment 11 Fedora Update System 2018-03-16 16:43:58 UTC
libquentier-0.4.0-0.3.20180301git4ce8e3b.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2018-03-30 12:43:41 UTC
libquentier-0.4.0-0.3.20180301git4ce8e3b.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.