Package Review ============== Key: [x] = Pass [!] = Fail [-] = Not applicable [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Large documentation must go in a -doc subpackage. Note: Documentation size is 1894400 bytes in 99 files. See: http://fedoraproject.org/wiki/Packaging/Guidelines#PackageDocumentation ===== MUST items ===== C/C++: [ ]: Provides: bundled(gnulib) in place as required. Note: Sources not installed [ ]: Package does not contain kernel modules. [ ]: Package contains no static executables. [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]: Rpath absent or only used for internal libs. [x]: Development (unversioned) .so files in -devel subpackage, if present. Generic: [ ]: %build honors applicable compiler flags or justifies otherwise. [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Sources contain only permissible code or content. [ ]: Each %files section contains %defattr if rpm < 4.4 Note: %defattr present but not needed [ ]: Package contains desktop file if it is a GUI application. [ ]: Development files must be in a -devel package [ ]: Package requires other packages for directories it uses. [ ]: Package uses nothing in %doc for runtime. [ ]: Package is not known to require ExcludeArch. [ ]: Package does not contain duplicates in %files. [ ]: Fully versioned dependency in subpackages, if present. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in freetype- demos , freetype-devel [ ]: Package complies to the Packaging Guidelines [ ]: License file installed when any subpackage combination is installed. [ ]: Package consistently uses macro is (instead of hard-coded directory names). [ ]: If the package is under multiple licenses, the licensing breakdown must be documented in the spec. [ ]: Package is named according to the Package Naming Guidelines. [ ]: Package does not generate any conflict. [ ]: Package obeys FHS, except libexecdir and /usr/target. [ ]: If the package is a rename of another package, proper Obsoletes and Provides are present. [ ]: Package must own all directories that it creates. [ ]: Package does not own files or directories owned by other packages. [ ]: Requires correct, justified where necessary. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Useful -debuginfo package or justification otherwise. [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]: Permissions on files are set properly. [x]: Spec file lacks Packager, Vendor, PreReq tags. [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]: 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 [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [!]: Buildroot is not present Note: Invalid buildroot found: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) [!]: Uses parallel make. [!]: Spec use %global instead of %define. Note: %{!?_with_subpixel_rendering: %{!?_without_subpixel_rendering: %define _without_subpixel_rendering --without-subpixel_rendering}} %{!?with_xfree86:%define with_xfree86 1} %define wordsize 64 %define wordsize 32 [ ]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) Note: %clean present but not required [ ]: Final provides and requires are sane (see attachments). [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Patches link to upstream bugs/comments/lists or are otherwise justified. [ ]: Scriptlets must be sane, if 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. [ ]: %check is present and all tests pass. [ ]: Packages should try to preserve timestamps of original installed files. [x]: Dist tag is present. [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: The placement of pkgconfig(.pc) files are correct. [x]: SourceX tarball generation or download is documented. [x]: SourceX is a working URL. ===== 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 1945600 bytes in /usr/share 184320 freetype-demos-2.4.11-1.fc19.x86_64.rpm 225280 freetype-2.4.11-1.fc19.x86_64.rpm 1536000 freetype- devel-2.4.11-1.fc19.x86_64.rpm Rpmlint ------- Checking: freetype-2.4.11-1.fc19.x86_64.rpm freetype-demos-2.4.11-1.fc19.x86_64.rpm freetype-devel-2.4.11-1.fc19.x86_64.rpm freetype.x86_64: W: spelling-error %description -l en_US glyphs -> glyph, glyph s freetype-demos.x86_64: W: no-manual-page-for-binary ftvalid freetype-demos.x86_64: W: no-manual-page-for-binary fttimer freetype-demos.x86_64: W: no-manual-page-for-binary ftmemchk freetype-demos.x86_64: W: no-manual-page-for-binary ftgrid freetype-demos.x86_64: W: no-manual-page-for-binary ftchkwd freetype-demos.x86_64: W: no-manual-page-for-binary ftdump freetype-demos.x86_64: W: no-manual-page-for-binary ftview freetype-demos.x86_64: W: no-manual-page-for-binary ftstring freetype-demos.x86_64: W: no-manual-page-for-binary ftdiff freetype-demos.x86_64: W: no-manual-page-for-binary ftmulti freetype-demos.x86_64: W: no-manual-page-for-binary ftlint freetype-demos.x86_64: W: no-manual-page-for-binary ftpatchk freetype-demos.x86_64: W: no-manual-page-for-binary ftgamma freetype-demos.x86_64: W: no-manual-page-for-binary ftbench freetype-devel.x86_64: E: rpath-in-buildconfig /usr/bin/freetype-config lines ['19'] freetype-devel.x86_64: W: file-not-utf8 /usr/share/doc/freetype-devel-2.4.11/tutorial/example3.cpp freetype-devel.x86_64: W: no-manual-page-for-binary freetype-config 3 packages and 0 specfiles checked; 1 errors, 17 warnings. Requires -------- freetype (rpmlib, GLIBC filtered): /bin/sh /sbin/ldconfig libc.so.6()(64bit) rtld(GNU_HASH) freetype-devel (rpmlib, GLIBC filtered): /bin/sh /usr/bin/pkg-config freetype libfreetype.so.6()(64bit) pkgconfig zlib-devel freetype-demos (rpmlib, GLIBC filtered): freetype libX11.so.6()(64bit) libc.so.6()(64bit) libfreetype.so.6()(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Provides -------- freetype: freetype freetype(x86-64) freetype-bytecode libfreetype.so.6()(64bit) freetype-devel: freetype-devel freetype-devel(x86-64) pkgconfig(freetype2) freetype-demos: freetype-demos freetype-demos(x86-64) MD5-sum check ------------- http://download.savannah.gnu.org/releases/freetype/ft2demos-2.4.11.tar.bz2 : CHECKSUM(SHA256) this package : 49cc6c45542cc39cca0d9135b865fab428b1f9805b46c22fd848528f51c76075 CHECKSUM(SHA256) upstream package : 49cc6c45542cc39cca0d9135b865fab428b1f9805b46c22fd848528f51c76075 http://download.savannah.gnu.org/releases/freetype/freetype-2.4.11.tar.bz2 : CHECKSUM(SHA256) this package : ef9d0bcb64647d9e5125dc7534d7ca371c98310fec87677c410f397f71ffbe3f CHECKSUM(SHA256) upstream package : ef9d0bcb64647d9e5125dc7534d7ca371c98310fec87677c410f397f71ffbe3f http://download.savannah.gnu.org/releases/freetype/freetype-doc-2.4.11.tar.bz2 : CHECKSUM(SHA256) this package : e80082d8594300d2cc1f1c315179006012fa4ded7acb4b6a1f7b43b5b19dcb51 CHECKSUM(SHA256) upstream package : e80082d8594300d2cc1f1c315179006012fa4ded7acb4b6a1f7b43b5b19dcb51 Generated by fedora-review 0.3.1 (903b443) last change: 2012-12-20 Buildroot used: fedora-raw-x86_64 Command line :/home/w0rm/work/projects/fedora-review/try-fedora-review -rpn freetype -m fedora-rawhide-x86_64 -v -x CheckRpmlintInstalled,CheckApprovedLicense,CheckContainsLicenseText,CheckLicenseField,CheckLicenseUpstream,CheckReqPkgConfig,CheckBuildCompleted,CheckPackageInstalls,CheckNoNameConflict,CheckBuild,CheckBuildRequires