https://bugzilla.redhat.com/show_bug.cgi?id=871037

--- Comment #4 from Jerry James <loganje...@gmail.com> ---
First, I notice that the configure output shows some things missing that
actually do exist in Fedora.  These *could* be added as BuildRequires, although
I recognize you may have reasons for not wishing to do so: libguess-devel,
db4-devel, libtranslate-devel, aspell.

Second, there is a compiler warning that probably should not be ignored:

rccstring.c: In function 'rccStringFixID':
rccstring.c:67:44: warning: array subscript is above array bounds
[-Warray-bound
s]

This warning points to an off-by-one error.  This line:

memcpy(lang, header->language, 2); lang[3] = 0;

should really be this:

memcpy(lang, header->language, 2); lang[2] = 0;

Third, the unused direct shared library dependency warnings from rpmlint can be
eliminated by adding this to the %configure line: LDFLAGS="-Wl,--as-needed
$RPM_LD_FLAGS".

Fourth, another option for the Source0 download URL is Source0:
http://downloads.sourceforge.net/rusxmms/%{name}-%{version}.tar.bz2 (see
https://fedoraproject.org/wiki/Packaging:SourceURL#Sourceforge.net).  (I'm not
saying you have to switch, just that sourceforge is a known quantity when it
comes to downloads.)

Finally, see the items marked [!] below.  They are all SHOULD items, not MUST
items, but if they can be taken care of without undue effort, we should do so.


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

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



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

C/C++:
[x]: Header files in -devel subpackage, if present.
[x]: ldconfig called in %post and %postun if required.
[x]: Package does not contain any libtool archives (.la)
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.
[x]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files in private %_libdir subdirectory (see
     attachment). Verify they are not in ld path.

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]: Package successfully compiles and builds into binary rpms on at least one
     supported primary architecture.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
[x]: Package contains no bundled libraries.
[x]: Changelog in prescribed format.
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Sources contain only permissible code or content.
[x]: Each %files section contains %defattr if rpm < 4.4
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package requires other packages for directories it uses.
[x]: Package uses nothing in %doc for runtime.
[x]: Package is not known to require ExcludeArch.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Fully versioned dependency in subpackages, if present.
[x]: Package complies to the Packaging Guidelines
[x]: Spec file lacks Packager, Vendor, PreReq tags.
[x]: Large documentation files are in a -doc subpackage, if required.
[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 %doc.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses found:
     "LGPL (with incorrect FSF address)", "Unknown or generated", "*No
     copyright* Public domain". 3 files have unknown license. Detailed output
     of licensecheck in /home/jamesjer/871037-librcc/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: Package consistently uses macro is (instead of hard-coded directory
     names).
[x]: Package is named using only allowed ASCII characters.
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
     Note: Package contains no Conflicts: tag(s)
[x]: Package do not use a name that already exist
[x]: Package obeys FHS, except libexecdir and /usr/target.
[x]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package installs properly.
[x]: Package is not relocatable.
[x]: Requires correct, justified where necessary.
[x]: CheckResultdir
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Sources used to build the package match the upstream source, as provided
     in the spec URL.
[x]: Spec file is legible and written in American English.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: Package contains systemd file(s) if in need.
[x]: File names are valid UTF-8.
[x]: Useful -debuginfo package or justification otherwise.

Perl:
[-]: Package contains the mandatory BuildRequires and Reguires:.
     Note: Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
     $version)) missing?

===== SHOULD items =====

Generic:
[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)
[-]: 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]: Dist tag is present.
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Final provides and requires are sane (rpm -q --provides and rpm -q
     --requires).
[?]: 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.
[x]: The placement of pkgconfig(.pc) files are correct.
[x]: Scriptlets must be sane, if used.
[x]: SourceX tarball generation or download is documented.
[x]: SourceX / PatchY prefixed with %{name}.
[x]: SourceX is a working URL.
[x]: 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.
[x]: Packages should try to preserve timestamps of original installed files.
[x]: Spec use %global instead of %define.

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

Generic:
[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: librcc-0.2.9-1.fc19.src.rpm
          librcc-debuginfo-0.2.9-1.fc19.i686.rpm
          librcc-devel-0.2.9-1.fc19.i686.rpm
          librcc-0.2.9-1.fc19.i686.rpm
          librcc-gtk2-0.2.9-1.fc19.i686.rpm
librcc.src: W: spelling-error %description -l en_US multi -> mulch, mufti
librcc.src: W: spelling-error %description -l en_US playlists -> play lists,
play-lists, stylists
librcc.src: W: spelling-error %description -l en_US recoding -> recording,
receding, decoding
librcc.src: W: spelling-error %description -l en_US encodings -> encoding,
encoding s, recordings
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/internal.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/internal.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/plugin.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcclock.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcctranslate.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcctranslate.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lngconfig.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lngconfig.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/rccmenu.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/rccmenu.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/fs.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/librcc.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/fs.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/librcc.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccspell.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccspell.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcchome.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccconfig.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/fake_rcd.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcchome.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccconfig.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/plugin.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/opt.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/null.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/opt.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/engines/western.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccdb4.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lng.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lng.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccdb4.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/curconfig.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/rccnames.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcciconv.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcciconv.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccstring.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccmutex.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccmutex.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/external/rcclibtranslate.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/external/rcclibtranslate.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcclist.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcclist.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccstring.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccxml.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/librccui.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccxml.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/engine.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/engine.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccexternal.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccexternal.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcclocale.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/recode.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccenca.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/librccui.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccenca.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/gtk.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lngrecode.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/rccnames.h
librcc-devel.i686: E: incorrect-fsf-address /usr/include/librccui.h
librcc-devel.i686: E: incorrect-fsf-address
/usr/share/doc/librcc-devel-0.2.9/examples/example2.c
librcc-devel.i686: E: incorrect-fsf-address
/usr/share/doc/librcc-devel-0.2.9/examples/rcc-gtk-config.c
librcc-devel.i686: E: incorrect-fsf-address /usr/include/librcc.h
librcc-devel.i686: E: incorrect-fsf-address
/usr/share/doc/librcc-devel-0.2.9/examples/example1.c
librcc.i686: W: spelling-error %description -l en_US multi -> mulch, mufti
librcc.i686: W: spelling-error %description -l en_US playlists -> play lists,
play-lists, stylists
librcc.i686: W: spelling-error %description -l en_US recoding -> recording,
receding, decoding
librcc.i686: W: spelling-error %description -l en_US encodings -> encoding,
encoding s, recordings
librcc-gtk2.i686: W: spelling-error %description -l en_US devel -> delve,
devil, revel
librcc-gtk2.i686: W: no-documentation
5 packages and 0 specfiles checked; 62 errors, 10 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint librcc-debuginfo librcc-gtk2 librcc-devel librcc
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/internal.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/internal.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/plugin.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcclock.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcctranslate.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcctranslate.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lngconfig.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lngconfig.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/rccmenu.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/rccmenu.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/fs.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/librcc.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/fs.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/librcc.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccspell.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccspell.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcchome.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccconfig.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/fake_rcd.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcchome.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccconfig.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/plugin.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/opt.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/null.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/opt.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/engines/western.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccdb4.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lng.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lng.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccdb4.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/curconfig.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/rccnames.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcciconv.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcciconv.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccstring.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccmutex.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccmutex.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/external/rcclibtranslate.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/external/rcclibtranslate.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcclist.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcclist.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccstring.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccxml.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/librccui.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccxml.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/engine.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/engine.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccexternal.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccexternal.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rcclocale.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/recode.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccenca.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/librccui.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/rccenca.h
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/gtk.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/src/lngrecode.c
librcc-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/librcc-0.2.9/ui/rccnames.h
librcc-gtk2.i686: W: spelling-error %description -l en_US devel -> delve,
devil, revel
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libgdk-x11-2.0.so.0
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libatk-1.0.so.0
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libgio-2.0.so.0
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libpangoft2-1.0.so.0
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libpangocairo-1.0.so.0
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libgdk_pixbuf-2.0.so.0
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libcairo.so.2
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libpango-1.0.so.0
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libfreetype.so.6
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libfontconfig.so.1
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libz.so.1
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libm.so.6
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libdl.so.2
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libenca.so.0
librcc-gtk2.i686: W: unused-direct-shlib-dependency
/usr/lib/librccgtk2.so.0.2.9 /lib/libpthread.so.0
librcc-gtk2.i686: W: no-documentation
librcc-devel.i686: E: incorrect-fsf-address /usr/include/librccui.h
librcc-devel.i686: E: incorrect-fsf-address
/usr/share/doc/librcc-devel-0.2.9/examples/example2.c
librcc-devel.i686: E: incorrect-fsf-address
/usr/share/doc/librcc-devel-0.2.9/examples/rcc-gtk-config.c
librcc-devel.i686: E: incorrect-fsf-address /usr/include/librcc.h
librcc-devel.i686: E: incorrect-fsf-address
/usr/share/doc/librcc-devel-0.2.9/examples/example1.c
librcc.i686: W: spelling-error %description -l en_US multi -> mulch, mufti
librcc.i686: W: spelling-error %description -l en_US playlists -> play lists,
play-lists, stylists
librcc.i686: W: spelling-error %description -l en_US recoding -> recording,
receding, decoding
librcc.i686: W: spelling-error %description -l en_US encodings -> encoding,
encoding s, recordings
librcc.i686: W: unused-direct-shlib-dependency /usr/lib/librcc.so.0.2.9
/lib/libz.so.1
librcc.i686: W: unused-direct-shlib-dependency /usr/lib/librcc.so.0.2.9
/lib/libm.so.6
librcc.i686: W: unused-direct-shlib-dependency /usr/lib/librccui.so.0.2.9
/lib/libz.so.1
librcc.i686: W: unused-direct-shlib-dependency /usr/lib/librccui.so.0.2.9
/lib/libm.so.6
librcc.i686: W: unused-direct-shlib-dependency /usr/lib/librccui.so.0.2.9
/lib/libdl.so.2
librcc.i686: W: unused-direct-shlib-dependency /usr/lib/librccui.so.0.2.9
/lib/libenca.so.0
librcc.i686: W: unused-direct-shlib-dependency /usr/lib/librccui.so.0.2.9
/lib/libpthread.so.0
4 packages and 0 specfiles checked; 62 errors, 28 warnings.
# echo 'rpmlint-done:'



Requires
--------
librcc-debuginfo-0.2.9-1.fc19.i686.rpm (rpmlib, GLIBC filtered):


librcc-devel-0.2.9-1.fc19.i686.rpm (rpmlib, GLIBC filtered):

    librcc(x86-32) = 0.2.9-1.fc19
    librcc-gtk2(x86-32) = 0.2.9-1.fc19
    librcc.so.0  
    librccgtk2.so.0  
    librccui.so.0  

librcc-0.2.9-1.fc19.i686.rpm (rpmlib, GLIBC filtered):

    /sbin/ldconfig  
    libc.so.6  
    libdl.so.2  
    libenca.so.0  
    libglib-2.0.so.0  
    libm.so.6  
    libpthread.so.0  
    librcc.so.0  
    libxml2.so.2  
    libxml2.so.2(LIBXML2_2.4.30)  
    libxml2.so.2(LIBXML2_2.6.0)  
    libz.so.1  
    rtld(GNU_HASH)  

librcc-gtk2-0.2.9-1.fc19.i686.rpm (rpmlib, GLIBC filtered):

    /sbin/ldconfig  
    libatk-1.0.so.0  
    libc.so.6  
    libcairo.so.2  
    libdl.so.2  
    libenca.so.0  
    libfontconfig.so.1  
    libfreetype.so.6  
    libgdk-x11-2.0.so.0  
    libgdk_pixbuf-2.0.so.0  
    libgio-2.0.so.0  
    libglib-2.0.so.0  
    libgobject-2.0.so.0  
    libgtk-x11-2.0.so.0  
    libm.so.6  
    libpango-1.0.so.0  
    libpangocairo-1.0.so.0  
    libpangoft2-1.0.so.0  
    libpthread.so.0  
    librcc(x86-32) = 0.2.9-1.fc19
    librcc.so.0  
    libxml2.so.2  
    libxml2.so.2(LIBXML2_2.4.30)  
    libz.so.1  
    rtld(GNU_HASH)  



Provides
--------
librcc-debuginfo-0.2.9-1.fc19.i686.rpm:

    librcc-debuginfo = 0.2.9-1.fc19
    librcc-debuginfo(x86-32) = 0.2.9-1.fc19

librcc-devel-0.2.9-1.fc19.i686.rpm:

    librcc-devel = 0.2.9-1.fc19
    librcc-devel(x86-32) = 0.2.9-1.fc19

librcc-0.2.9-1.fc19.i686.rpm:

    librcc = 0.2.9-1.fc19
    librcc(x86-32) = 0.2.9-1.fc19
    librcc.so.0  
    librccui.so.0  
    western_engine.so  

librcc-gtk2-0.2.9-1.fc19.i686.rpm:

    librcc-gtk2 = 0.2.9-1.fc19
    librcc-gtk2(x86-32) = 0.2.9-1.fc19
    librccgtk2.so.0  



Unversioned so-files
--------------------
librcc-0.2.9-1.fc19.i686.rpm: /usr/lib/rcc/engines/western_engine.so

MD5-sum check
-------------
http://dside.dyndns.org/files/rusxmms/librcc-0.2.9.tar.bz2 :
  CHECKSUM(SHA256) this package     :
8d3bd4083edfd54dcd866d5b9f3f3f2a4f63013c895eeabb00e3be79e44e3a43
  CHECKSUM(SHA256) upstream package :
8d3bd4083edfd54dcd866d5b9f3f3f2a4f63013c895eeabb00e3be79e44e3a43


Generated by fedora-review 0.3.0 (c78e275) last change: 2012-09-24
Buildroot used: fedora-rawhide-i386
Command line :/usr/bin/fedora-review -b 871037 -m fedora-rawhide-i386

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to