Package Review ============== Key: [x] = Pass [!] = Fail [-] = Not applicable [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Header files in -devel subpackage, if present. Note: llvm-doc : /usr/share/doc/llvm-doc-3.1/examples/BrainF/BrainF.h clang : /usr/lib/clang/3.1/include/altivec.h clang : /usr/lib/clang/3.1/include/arm_neon.h clang : /usr/lib/clang/3.1/include/avx2intrin.h clang : /usr/lib/clang/3.1/include/avxintrin.h clang : /usr/lib/clang/3.1/include/bmi2intrin.h clang : /usr/lib/clang/3.1/include/bmiintrin.h clang : /usr/lib/clang/3.1/include/cpuid.h clang : /usr/lib/clang/3.1/include/emmintrin.h clang : /usr/lib/clang/3.1/include/float.h clang : /usr/lib/clang/3.1/include/fma4intrin.h clang : /usr/lib/clang/3.1/include/immintrin.h clang : /usr/lib/clang/3.1/include/iso646.h clang : /usr/lib/clang/3.1/include/limits.h clang : /usr/lib/clang/3.1/include/lzcntintrin.h clang : /usr/lib/clang/3.1/include/mm3dnow.h clang : /usr/lib/clang/3.1/include/mm_malloc.h clang : /usr/lib/clang/3.1/include/mmintrin.h clang : /usr/lib/clang/3.1/include/nmmintrin.h clang : /usr/lib/clang/3.1/include/pmmintrin.h clang : /usr/lib/clang/3.1/include/popcntintrin.h clang : /usr/lib/clang/3.1/include/smmintrin.h clang : /usr/lib/clang/3.1/include/stdalign.h clang : /usr/lib/clang/3.1/include/stdarg.h clang : /usr/lib/clang/3.1/include/stdbool.h clang : /usr/lib/clang/3.1/include/stddef.h clang : /usr/lib/clang/3.1/include/stdint.h clang : /usr/lib/clang/3.1/include/tgmath.h clang : /usr/lib/clang/3.1/include/tmmintrin.h clang : /usr/lib/clang/3.1/include/unwind.h clang : /usr/lib/clang/3.1/include/varargs.h clang : /usr/lib/clang/3.1/include/wmmintrin.h clang : /usr/lib/clang/3.1/include/x86intrin.h clang : /usr/lib/clang/3.1/include/xmmintrin.h See: http://fedoraproject.org/wiki/Packaging/Guidelines#DevelPackages - Package contains BR: python2-devel or python3-devel See: http://fedoraproject.org/wiki/Packaging:Python#BuildRequires - Static libraries in -static subpackage, if present. Note: Archive *.a files found in llvm-devel, llvm-ocaml-devel See: http://fedoraproject.org/wiki/Packaging/Guidelines#StaticLibraries - Large documentation must go in a -doc subpackage. Note: Documentation size is 5939200 bytes in 291 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. [ ]: 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. [x]: Package does not contain any libtool archives (.la) [x]: Rpath absent or only used for internal libs. 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 llvm-doc , llvm-libs , clang-devel , clang-analyzer , clang-doc , llvm-ocaml-devel , llvm-ocaml-doc [ ]: 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). [ ]: 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]: %config files are marked noreplace or the reason is justified. [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]: No %config files under /usr. [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). Python: [ ]: Binary eggs must be removed in %prep Note: Cannot find any build in BUILD directory (--prebuilt option?) [ ]: Python eggs must not download any dependencies during the build process. [ ]: A package which is used by another package via an egg interface should provide egg info. [ ]: Package meets the Packaging Guidelines::Python ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: 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]: Sources can be downloaded from URI in Source: tag [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: Dist tag is present. [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Uses parallel make. [x]: SourceX tarball generation or download is documented. [x]: SourceX is a working URL. [x]: Spec use %global instead of %define. ===== EXTRA items ===== Generic: [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: llvm-3.1-14.fc19.x86_64.rpm llvm-devel-3.1-14.fc19.x86_64.rpm llvm-doc-3.1-14.fc19.noarch.rpm llvm-libs-3.1-14.fc19.x86_64.rpm clang-3.1-14.fc19.x86_64.rpm clang-devel-3.1-14.fc19.x86_64.rpm clang-analyzer-3.1-14.fc19.x86_64.rpm clang-doc-3.1-14.fc19.noarch.rpm llvm-ocaml-3.1-14.fc19.x86_64.rpm llvm-ocaml-devel-3.1-14.fc19.x86_64.rpm llvm-ocaml-doc-3.1-14.fc19.noarch.rpm llvm.x86_64: W: spelling-error %description -l en_US runtime -> run time, run-time, rudiment llvm.x86_64: W: no-manual-page-for-binary llvm-size llvm.x86_64: W: no-manual-page-for-binary llvm-tblgen llvm.x86_64: W: no-manual-page-for-binary llvm-dwarfdump llvm.x86_64: W: no-manual-page-for-binary macho-dump llvm.x86_64: W: no-manual-page-for-binary llvm-readobj llvm.x86_64: W: no-manual-page-for-binary llvm-objdump llvm.x86_64: W: no-manual-page-for-binary llvm-rtdyld llvm.x86_64: W: no-manual-page-for-binary llvm-stub llvm.x86_64: W: no-manual-page-for-binary llvm-mc llvm-devel.x86_64: W: no-documentation llvm-devel.x86_64: W: no-manual-page-for-binary llvm-config-64 llvm-libs.x86_64: W: no-documentation clang.x86_64: E: devel-dependency libstdc++-devel clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/lzcntintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/stdint.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/iso646.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/avx2intrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/stddef.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/mm3dnow.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/smmintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/emmintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/fma4intrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/tmmintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/stdalign.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/unwind.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/popcntintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/avxintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/altivec.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/stdarg.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/nmmintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/mm_malloc.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/x86intrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/wmmintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/xmmintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/limits.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/arm_neon.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/bmi2intrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/tgmath.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/varargs.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/pmmintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/bmiintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/cpuid.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/float.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/stdbool.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/immintrin.h clang.x86_64: W: devel-file-in-non-devel-package /usr/lib/clang/3.1/include/mmintrin.h clang.x86_64: W: no-manual-page-for-binary clang-tblgen clang.x86_64: W: no-manual-page-for-binary clang++ clang.x86_64: W: no-manual-page-for-binary c-index-test clang-devel.x86_64: W: no-documentation clang-analyzer.x86_64: W: only-non-binary-in-usr-lib clang-analyzer.x86_64: W: no-documentation clang-analyzer.x86_64: E: zero-length /usr/lib64/clang-analyzer/scan-view/Resources/GetRadarVersion.scpt clang-analyzer.x86_64: W: no-manual-page-for-binary scan-build clang-analyzer.x86_64: W: no-manual-page-for-binary scan-view llvm-ocaml.x86_64: W: no-documentation llvm-ocaml.x86_64: W: ocaml-naming-policy-not-applied /usr/lib64/ocaml/llvm_bitreader.cmi llvm-ocaml-devel.x86_64: W: no-documentation llvm-ocaml-devel.x86_64: W: spurious-executable-perm /usr/lib64/ocaml/libllvm_analysis.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMX86Info.a /usr/lib64/llvm/libLLVMX86Info.a llvm-ocaml-devel.x86_64: W: spurious-executable-perm /usr/lib64/ocaml/libllvm_bitreader.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMX86AsmParser.a /usr/lib64/llvm/libLLVMX86AsmParser.a llvm-ocaml-devel.x86_64: W: spurious-executable-perm /usr/lib64/ocaml/libllvm_executionengine.a llvm-ocaml-devel.x86_64: W: spurious-executable-perm /usr/lib64/ocaml/libllvm_target.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMObject.a /usr/lib64/llvm/libLLVMObject.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMJIT.a /usr/lib64/llvm/libLLVMJIT.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMX86CodeGen.a /usr/lib64/llvm/libLLVMX86CodeGen.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMAsmPrinter.a /usr/lib64/llvm/libLLVMAsmPrinter.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMipa.a /usr/lib64/llvm/libLLVMipa.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMCodeGen.a /usr/lib64/llvm/libLLVMCodeGen.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMipo.a /usr/lib64/llvm/libLLVMipo.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMRuntimeDyld.a /usr/lib64/llvm/libLLVMRuntimeDyld.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMAnalysis.a /usr/lib64/llvm/libLLVMAnalysis.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMTransformUtils.a /usr/lib64/llvm/libLLVMTransformUtils.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMInterpreter.a /usr/lib64/llvm/libLLVMInterpreter.a llvm-ocaml-devel.x86_64: W: spurious-executable-perm /usr/lib64/ocaml/libllvm_ipo.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMX86Desc.a /usr/lib64/llvm/libLLVMX86Desc.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMX86Disassembler.a /usr/lib64/llvm/libLLVMX86Disassembler.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMBitWriter.a /usr/lib64/llvm/libLLVMBitWriter.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMX86Utils.a /usr/lib64/llvm/libLLVMX86Utils.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMMC.a /usr/lib64/llvm/libLLVMMC.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMX86AsmPrinter.a /usr/lib64/llvm/libLLVMX86AsmPrinter.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMSupport.a /usr/lib64/llvm/libLLVMSupport.a llvm-ocaml-devel.x86_64: W: spurious-executable-perm /usr/lib64/ocaml/libllvm_bitwriter.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMScalarOpts.a /usr/lib64/llvm/libLLVMScalarOpts.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMTarget.a /usr/lib64/llvm/libLLVMTarget.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMExecutionEngine.a /usr/lib64/llvm/libLLVMExecutionEngine.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMVectorize.a /usr/lib64/llvm/libLLVMVectorize.a llvm-ocaml-devel.x86_64: W: spurious-executable-perm /usr/lib64/ocaml/libllvm.a llvm-ocaml-devel.x86_64: W: spurious-executable-perm /usr/lib64/ocaml/libllvm_scalar_opts.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMInstCombine.a /usr/lib64/llvm/libLLVMInstCombine.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMCore.a /usr/lib64/llvm/libLLVMCore.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMSelectionDAG.a /usr/lib64/llvm/libLLVMSelectionDAG.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMMCParser.a /usr/lib64/llvm/libLLVMMCParser.a llvm-ocaml-devel.x86_64: W: dangling-symlink /usr/lib64/ocaml/libLLVMBitReader.a /usr/lib64/llvm/libLLVMBitReader.a llvm-ocaml-devel.x86_64: W: ocaml-naming-policy-not-applied /usr/lib64/ocaml/llvm.cmx 11 packages and 0 specfiles checked; 2 errors, 95 warnings. Requires -------- llvm (rpmlib, GLIBC filtered): libLLVM-3.1.so()(64bit) libc.so.6()(64bit) libdl.so.2()(64bit) libffi.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) llvm-libs(x86-64) rtld(GNU_HASH) clang-analyzer (rpmlib, GLIBC filtered): /usr/bin/env /usr/bin/python clang(x86-64) perl(Cwd) perl(Digest::MD5) perl(File::Basename) perl(File::Path) perl(File::Temp) perl(FindBin) perl(Sys::Hostname) perl(Term::ANSIColor) perl(Text::ParseWords) perl(strict) perl(warnings) python llvm-ocaml-devel (rpmlib, GLIBC filtered): llvm-devel(x86-64) llvm-ocaml(x86-64) ocaml clang-doc (rpmlib, GLIBC filtered): llvm llvm-devel (rpmlib, GLIBC filtered): /bin/sh /usr/sbin/alternatives libc.so.6()(64bit) libdl.so.2()(64bit) libffi-devel libffi.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++-devel libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) llvm(x86-64) rtld(GNU_HASH) llvm-doc (rpmlib, GLIBC filtered): llvm clang-devel (rpmlib, GLIBC filtered): clang(x86-64) clang (rpmlib, GLIBC filtered): /sbin/ldconfig gcc libLLVM-3.1.so()(64bit) libc.so.6()(64bit) libclang.so()(64bit) libdl.so.2()(64bit) libffi.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++-devel libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) llvm(x86-64) rtld(GNU_HASH) llvm-ocaml (rpmlib, GLIBC filtered): llvm(x86-64) ocaml(Array) ocaml(Int32) ocaml(Int64) ocaml(Llvm) ocaml(Llvm_target) ocaml(Pervasives) ocaml(Unix) ocaml(runtime) ocaml-runtime llvm-libs (rpmlib, GLIBC filtered): /sbin/ldconfig config(llvm-libs) libLLVM-3.1.so()(64bit) libLTO.so()(64bit) libc.so.6()(64bit) libdl.so.2()(64bit) libffi.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libgcc_s.so.1(GCC_4.0.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) rtld(GNU_HASH) llvm-ocaml-doc (rpmlib, GLIBC filtered): llvm-ocaml Provides -------- llvm: llvm llvm(x86-64) clang-analyzer: clang-analyzer clang-analyzer(x86-64) llvm-ocaml-devel: llvm-ocaml-devel llvm-ocaml-devel(x86-64) clang-doc: clang-doc llvm-devel: llvm-devel llvm-devel(x86-64) llvm-static llvm-doc: llvm-doc clang-devel: clang-devel clang-devel(x86-64) clang: clang clang(x86-64) libclang.so()(64bit) llvm-ocaml: llvm-ocaml llvm-ocaml(x86-64) ocaml(Llvm) ocaml(Llvm_analysis) ocaml(Llvm_bitreader) ocaml(Llvm_bitwriter) ocaml(Llvm_executionengine) ocaml(Llvm_ipo) ocaml(Llvm_scalar_opts) ocaml(Llvm_target) llvm-libs: BugpointPasses.so()(64bit) LLVMgold.so()(64bit) config(llvm-libs) libLLVM-3.1.so()(64bit) libLTO.so()(64bit) libprofile_rt.so()(64bit) llvm-libs llvm-libs(x86-64) llvm-ocaml-doc: llvm-ocaml-doc Unversioned so-files -------------------- llvm-libs: /usr/lib64/llvm/BugpointPasses.so llvm-libs: /usr/lib64/llvm/LLVMgold.so llvm-libs: /usr/lib64/llvm/libLLVM-3.1.so llvm-libs: /usr/lib64/llvm/libLTO.so llvm-libs: /usr/lib64/llvm/libprofile_rt.so clang: /usr/lib64/llvm/libclang.so MD5-sum check ------------- http://llvm.org/releases/3.1/llvm-3.1.src.tar.gz : CHECKSUM(SHA256) this package : 1ea05135197b5400c1f88d00ff280d775ce778f8f9ea042e25a1e1e734a4b9ab CHECKSUM(SHA256) upstream package : 1ea05135197b5400c1f88d00ff280d775ce778f8f9ea042e25a1e1e734a4b9ab http://llvm.org/releases/3.1/clang-3.1.src.tar.gz : CHECKSUM(SHA256) this package : ff63e215dcd3e2838ffdea38502f8d35bab17e487f3c3799579961e452d5a786 CHECKSUM(SHA256) upstream package : ff63e215dcd3e2838ffdea38502f8d35bab17e487f3c3799579961e452d5a786 Generated by fedora-review 0.4.0 (736af0d) last change: 2013-01-28 Buildroot used: fedora-raw-x86_64 Command line :/home/w0rm/work/projects/fedora-review/try-fedora-review -rpn llvm -m fedora-rawhide-x86_64 -v -x CheckRpmlintInstalled,CheckApprovedLicense,CheckContainsLicenseText,CheckLicenseField,CheckLicenseUpstream,CheckReqPkgConfig,CheckBuildCompleted,CheckPackageInstalls,CheckNoNameConflict,CheckBuild,CheckBuildRequires