Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=895667 --- Comment #3 from Paulo Andrade <paulo.cesar.pereira.de.andrade@xxxxxxxxx> --- Initial comments: $ polymake-config --ldflags -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-rpath,/usr/lib64 should not add rpath. I believe should use some __provides_exclude_from pattern to not "rpm --provides" most/all perl(.*) because they are not installed in a perl standard search directory. After check licensecheck output, I notice there are several BSD 2/3 clause licensed files, but those are the jreality java sources, so, unless building the java interface, should keep the GPLv2+ license tag, but I suggest at least some basic tests in building jreality from sources. Also about licensecheck, the files it claims have missing license are one autogenerated, one liner Makefile.inc, a java source that clearly had license not added by mistake, but should be ok to assume same license as other files in the directory (java/src/de/tuberlin/polymake/common/io/GeometryParserIf.java) and a few others appear very simple and should assume the same license as other files in the same directory. Some experiment should be done with: ---%<--- ifdef .svn ### unit tests test : compile ${CallPolymake} --script run_testcases $(if $(filter k,$(MAKEFLAGS)),--keep-going,--coverage) --applications ${Apps} ### maintenance tagsFLAGS = -R -e -f $@ --exclude=.svn --exclude='.\#*' --exclude='\#*' --exclude='*~' TAGS: ctags ${tagsFLAGS} --language-force=c++ lib apps/*/{src,include} RTAGS: ctags ${tagsFLAGS} --language-force=perl --exclude=testsuite \ perl perllib apps/*/{perllib,rules,scripts} scripts support/*.pl apps/*/testsuite/*/test*.pl include support/export.make endif # .svn ---%<--- at least to move the "test" target out of the .svn conditional. Not a "last word" review: ---%<--- 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 2959360 bytes in 32 files. See: http://fedoraproject.org/wiki/Packaging/Guidelines#PackageDocumentation ===== 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. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in %package devel, %package doc [x]: Package complies to the Packaging Guidelines [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]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "BSD (3 clause)", "BSD (2 clause)", "GPL (v2 or later)", "Unknown or generated". 4 files have unknown license. Detailed output of licensecheck in /home/pcpa/895667-polymake/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. [!]: Large documentation must go in a -doc subpackage. Note: Documentation size is 2959360 bytes in 32 files. [x]: Packages must not store files under /srv, /opt or /usr/local Perl: [?]: Package contains the mandatory BuildRequires and Reguires:. [?]: CPAN urls should be non-versioned. Note: Test run failed ===== 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) [x]: 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. [!]: Final provides and requires are sane (rpm -q --provides and rpm -q --requires). [x]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [x]: 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. [?]: 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). [!]: Spec file according to URL is the same as in SRPM. Note: Spec file as given by url is not the same as in SRPM (see attached diff). [ ]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 5181440 bytes in /usr/share 10240 polymake-devel-2.12-1.fc19.x86_64.rpm 5171200 polymake-2.12-1.fc19.x86_64.rpm Rpmlint ------- Checking: polymake-devel-2.12-1.fc19.x86_64.rpm polymake-debuginfo-2.12-1.fc19.x86_64.rpm polymake-2.12-1.fc19.x86_64.rpm polymake-2.12-1.fc19.src.rpm polymake-devel.x86_64: W: no-documentation polymake-devel.x86_64: E: rpath-in-buildconfig /usr/bin/polymake-config lines ['150'] polymake-devel.x86_64: W: no-manual-page-for-binary polymake-config polymake.x86_64: W: spelling-error Summary(en_US) polytopes -> polytheist polymake.x86_64: W: spelling-error Summary(en_US) polyhedra -> polyhedral, polyhedron polymake.x86_64: W: spelling-error %description -l en_US combinatorics -> combinations polymake.x86_64: W: spelling-error %description -l en_US polytopes -> polytheist polymake.x86_64: W: spelling-error %description -l en_US polyhedra -> polyhedral, polyhedron polymake.x86_64: W: spelling-error %description -l en_US simplicial -> simplicity, simplistic polymake.x86_64: W: spelling-error %description -l en_US matroids -> mastoids polymake.x86_64: W: spelling-error %description -l en_US azove -> above, Azov polymake.x86_64: W: spelling-error %description -l en_US gfan -> fan, fang, gran polymake.x86_64: W: spelling-error %description -l en_US integrale -> integral, integrals, integrate polymake.x86_64: W: spelling-error %description -l en_US normaliz -> normalize, normalization, normal polymake.x86_64: W: spelling-error %description -l en_US ocaml -> Occam polymake.x86_64: W: spelling-error %description -l en_US tplib -> split polymake.x86_64: W: spelling-error %description -l en_US qhull -> hull, q hull, Hull polymake.x86_64: W: spelling-error %description -l en_US vinci -> vincible polymake.x86_64: W: spelling-error %description -l en_US geomview -> geom view, geom-view, overview polymake.x86_64: W: spelling-error %description -l en_US graphviz -> graph viz, graph-viz, graphic polymake.x86_64: W: spelling-error %description -l en_US gv -> g, v, gov polymake.x86_64: W: spelling-error %description -l en_US okular -> ocular, ovular polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/core.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/matroid.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/tropical.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/graph.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/common.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/topaz.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/polytope.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/group.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/fan.so polymake.src: W: spelling-error Summary(en_US) polytopes -> polytheist polymake.src: W: spelling-error Summary(en_US) polyhedra -> polyhedral, polyhedron polymake.src: W: spelling-error %description -l en_US combinatorics -> combinations polymake.src: W: spelling-error %description -l en_US polytopes -> polytheist polymake.src: W: spelling-error %description -l en_US polyhedra -> polyhedral, polyhedron polymake.src: W: spelling-error %description -l en_US simplicial -> simplicity, simplistic polymake.src: W: spelling-error %description -l en_US matroids -> mastoids polymake.src: W: spelling-error %description -l en_US azove -> above, Azov polymake.src: W: spelling-error %description -l en_US gfan -> fan, fang, gran polymake.src: W: spelling-error %description -l en_US integrale -> integral, integrals, integrate polymake.src: W: spelling-error %description -l en_US normaliz -> normalize, normalization, normal polymake.src: W: spelling-error %description -l en_US ocaml -> Occam polymake.src: W: spelling-error %description -l en_US tplib -> split polymake.src: W: spelling-error %description -l en_US qhull -> hull, q hull, Hull polymake.src: W: spelling-error %description -l en_US vinci -> vincible polymake.src: W: spelling-error %description -l en_US geomview -> geom view, geom-view, overview polymake.src: W: spelling-error %description -l en_US graphviz -> graph viz, graph-viz, graphic polymake.src: W: spelling-error %description -l en_US gv -> g, v, gov polymake.src: W: spelling-error %description -l en_US okular -> ocular, ovular 4 packages and 0 specfiles checked; 1 errors, 49 warnings. Rpmlint (installed packages) ---------------------------- # rpmlint polymake polymake-debuginfo polymake-devel polymake.x86_64: W: spelling-error Summary(en_US) polytopes -> polytheist polymake.x86_64: W: spelling-error Summary(en_US) polyhedra -> polyhedral, polyhedron polymake.x86_64: W: spelling-error %description -l en_US combinatorics -> combinations polymake.x86_64: W: spelling-error %description -l en_US polytopes -> polytheist polymake.x86_64: W: spelling-error %description -l en_US polyhedra -> polyhedral, polyhedron polymake.x86_64: W: spelling-error %description -l en_US simplicial -> simplicity, simplistic polymake.x86_64: W: spelling-error %description -l en_US matroids -> mastoids polymake.x86_64: W: spelling-error %description -l en_US azove -> above, Azov polymake.x86_64: W: spelling-error %description -l en_US gfan -> fan, fang, gran polymake.x86_64: W: spelling-error %description -l en_US integrale -> integral, integrals, integrate polymake.x86_64: W: spelling-error %description -l en_US normaliz -> normalize, normalization, normal polymake.x86_64: W: spelling-error %description -l en_US ocaml -> Occam polymake.x86_64: W: spelling-error %description -l en_US tplib -> split polymake.x86_64: W: spelling-error %description -l en_US qhull -> hull, q hull, Hull polymake.x86_64: W: spelling-error %description -l en_US vinci -> vincible polymake.x86_64: W: spelling-error %description -l en_US geomview -> geom view, geom-view, overview polymake.x86_64: W: spelling-error %description -l en_US graphviz -> graph viz, graph-viz, graphic polymake.x86_64: W: spelling-error %description -l en_US gv -> g, v, gov polymake.x86_64: W: spelling-error %description -l en_US okular -> ocular, ovular polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/core.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/matroid.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/tropical.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/graph.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/common.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/topaz.so polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::HasseDiagram::delete_node(int) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::BlissGraph::find_permutations(polymake::graph::BlissGraph const&, int) const polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::operator>>(pm::perl::Value const&, polymake::graph::HasseDiagram&) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::BlissGraph::add_edge(unsigned int, unsigned int) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::find_vertex_node(polymake::graph::HasseDiagram const&, int) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::BlissGraph::finalize(bool) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::BlissGraph::operator==(polymake::graph::BlissGraph const&) const polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::HasseDiagram::makeObject() const polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::BlissGraph::alloc_impl(int, bool) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::HasseDiagram::fromObject(pm::perl::Object const&) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::BlissGraph::partition(unsigned int) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/topaz.so polymake::graph::BlissGraph::~BlissGraph() polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/polytope.so polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::group::correct_group_from_permlib_group(pm::perl::Object, polymake::group::PermlibGroup const&) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::group::group_from_perlgroup(pm::perl::Object) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::BlissGraph::find_permutations(polymake::graph::BlissGraph const&, int) const polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::BlissGraph::color(unsigned int, unsigned int) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::operator>>(pm::perl::Value const&, polymake::graph::HasseDiagram&) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::BlissGraph::add_edge(unsigned int, unsigned int) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::BlissGraph::finalize(bool) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::BlissGraph::operator==(polymake::graph::BlissGraph const&) const polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::HasseDiagram::makeObject() const polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::BlissGraph::alloc_impl(int, bool) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::HasseDiagram::fromObject(pm::perl::Object const&) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::BlissGraph::partition(unsigned int) polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/polytope.so polymake::graph::BlissGraph::~BlissGraph() polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/group.so polymake.x86_64: W: no-soname /usr/lib64/polymake/lib/fan.so polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/fan.so polymake::graph::HasseDiagram::makeObject() const polymake.x86_64: W: undefined-non-weak-symbol /usr/lib64/polymake/lib/fan.so polymake::graph::operator>>(pm::perl::Value const&, polymake::graph::HasseDiagram&) polymake-devel.x86_64: W: no-documentation polymake-devel.x86_64: E: rpath-in-buildconfig /usr/bin/polymake-config lines ['150'] polymake-devel.x86_64: W: no-manual-page-for-binary polymake-config 3 packages and 0 specfiles checked; 1 errors, 57 warnings. # echo 'rpmlint-done:' Diff spec file in url and in SRPM --------------------------------- --- /home/pcpa/895667-polymake/srpm/polymake.spec 2013-01-16 00:51:10.647033349 -0200 +++ /home/pcpa/895667-polymake/srpm-unpacked/polymake.spec 2013-01-16 00:51:26.822043131 -0200 @@ -72,11 +72,4 @@ applications that use %{name}. -%package doc -Summary: Documentation for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description doc -This package contains documentation for %{name}. - %prep %setup -q @@ -160,9 +153,4 @@ find %{buildroot}%{polydir} -name \*.so | xargs chmod 0755 -%check -# We have already built the binaries; don't do it again -sed -i 's/test : compile/test :/' Makefile -make test - %post -p /sbin/ldconfig @@ -170,5 +158,5 @@ %files -%doc COPYING +%doc COPYING doc/* %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* @@ -184,7 +172,4 @@ %{_libdir}/lib%{name}.so -%files doc -%doc doc/* - %changelog * Thu Jan 10 2013 Jerry James <loganjerry@xxxxxxxxx> - 2.12-1 Requires -------- polymake-devel-2.12-1.fc19.x86_64.rpm (rpmlib, GLIBC filtered): /usr/bin/perl libpolymake.so.2()(64bit) perl(strict) polymake(x86-64) = 2.12-1.fc19 polymake-debuginfo-2.12-1.fc19.x86_64.rpm (rpmlib, GLIBC filtered): polymake-2.12-1.fc19.x86_64.rpm (rpmlib, GLIBC filtered): /sbin/ldconfig /usr/bin/perl libbliss.so.0()(64bit) libc.so.6()(64bit) libcddgmp.so.0()(64bit) libdl.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgmp.so.10()(64bit) liblrsgmp.so.4()(64bit) libm.so.6()(64bit) libmpfr.so.4()(64bit) libperl.so()(64bit) libpolymake.so.2()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libsympol.so.0.1()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) perl >= 1:5.8.1 perl(:MODULE_COMPAT_5.16.2) perl(Carp) perl(Config) perl(Cwd) perl(DynaLoader) perl(Encode) perl(Errno) perl(Fcntl) perl(File::Path) perl(Getopt::Long) perl(Graphviz) perl(IO::Handle) perl(IPC::Open3) perl(Math::Trig) perl(POSIX) perl(Polymake) perl(Polymake::Core::Application) perl(Polymake::Core::CPlusPlus) perl(Polymake::Core::Customize) perl(Polymake::Core::InteractiveHelp) perl(Polymake::Core::Object) perl(Polymake::Core::ObjectType) perl(Polymake::Core::Permutation) perl(Polymake::Core::Preference) perl(Polymake::Core::Property) perl(Polymake::Core::PropertyType) perl(Polymake::Core::PropertyValue) perl(Polymake::Core::Rule) perl(Polymake::Core::Scheduler) perl(Polymake::Core::UserSettings) perl(Polymake::Core::XMLfile) perl(Polymake::Enum) perl(Polymake::Ext) perl(Polymake::Overload) perl(Polymake::Pipe) perl(Polymake::Scope) perl(Polymake::Struct) perl(Polymake::Tempfile) perl(Polymake::User) perl(Postscript) perl(Povray) perl(Sketch) perl(Socket) perl(Symbol) perl(Term::ReadLine) perl(Visual) perl(Visual::Graph) perl(Visual::Lattice) perl(Visual::PointSet) perl(Visual::Polygon) perl(Visual::Polygons) perl(Visual::Wire) perl(XML::LibXML) perl(XML::SAX::Base) perl(XML::Writer) perl(integer) perl(lib) perl(namespaces) perl(overload) perl(re) perl(strict) perl(subs) perl(vars) rtld(GNU_HASH) Provides -------- polymake-devel-2.12-1.fc19.x86_64.rpm: polymake-devel = 2.12-1.fc19 polymake-devel(x86-64) = 2.12-1.fc19 polymake-debuginfo-2.12-1.fc19.x86_64.rpm: polymake-debuginfo = 2.12-1.fc19 polymake-debuginfo(x86-64) = 2.12-1.fc19 polymake-2.12-1.fc19.x86_64.rpm: libpolymake.so.2()(64bit) perl(Geomview::File) perl(Geomview::File::Writer) perl(Geomview::OFF) perl(Geomview::SKEL) perl(Geomview::Viewer) perl(Geomview::element) perl(Geomview::geom) perl(Graphviz) perl(Graphviz::File) perl(Graphviz::File::Writer) perl(Graphviz::Viewer) perl(JReality::File) perl(JReality::File::Writer) perl(JReality::PointSet) perl(JReality::Solid) perl(JReality::Viewer) perl(JReality::Viewer::Window) perl(JReality::Wire) perl(JReality::default) perl(Java::Configure) perl(JavaView::File) perl(JavaView::File::Writer) perl(JavaView::PointSet) perl(JavaView::Solid) perl(JavaView::Viewer) perl(JavaView::Viewer::Window) perl(JavaView::Wire) perl(JavaView::default) perl(Metapost::Element) perl(Metapost::Figure) perl(Metapost::File) perl(Metapost::File::Writer) perl(Metapost::Graph) perl(Metapost::Lattice) perl(Polymake) perl(Polymake::AtEnd) perl(Polymake::Background::Pipe) perl(Polymake::Background::Process) perl(Polymake::Background::Viewer) perl(Polymake::Background::Watcher) perl(Polymake::ClientSocket) perl(Polymake::CollaborativePipe) perl(Polymake::Core) perl(Polymake::Core::Application) perl(Polymake::Core::Application::LoadPreamble) perl(Polymake::Core::Application::Reconf) perl(Polymake::Core::Application::RuleFilter) perl(Polymake::Core::Application::Unconf) perl(Polymake::Core::CPlusPlus) perl(Polymake::Core::CPlusPlus::AutoFunction) perl(Polymake::Core::CPlusPlus::BoolProxy) perl(Polymake::Core::CPlusPlus::Constructor) perl(Polymake::Core::CPlusPlus::DisabledInstance) perl(Polymake::Core::CPlusPlus::DuplicateInstance) perl(Polymake::Core::CPlusPlus::EmbeddedRules) perl(Polymake::Core::CPlusPlus::FuncDescr) perl(Polymake::Core::CPlusPlus::IndirectWrapper) perl(Polymake::Core::CPlusPlus::Iterator) perl(Polymake::Core::CPlusPlus::LackingInstance) perl(Polymake::Core::CPlusPlus::LackingRegular) perl(Polymake::Core::CPlusPlus::NumProxy) perl(Polymake::Core::CPlusPlus::ObjectOptions) perl(Polymake::Core::CPlusPlus::Operator) perl(Polymake::Core::CPlusPlus::Options) perl(Polymake::Core::CPlusPlus::PendingAppHandler) perl(Polymake::Core::CPlusPlus::PendingExtension) perl(Polymake::Core::CPlusPlus::SharedModule) perl(Polymake::Core::CPlusPlus::SpecialOperator) perl(Polymake::Core::CPlusPlus::StringProxy) perl(Polymake::Core::CPlusPlus::TemplateParam) perl(Polymake::Core::CPlusPlus::TypeDescr) perl(Polymake::Core::CPlusPlus::perApplication) perl(Polymake::Core::Customize) perl(Polymake::Core::Customize::Array) perl(Polymake::Core::Customize::File) perl(Polymake::Core::Customize::Hash) perl(Polymake::Core::Customize::Scalar) perl(Polymake::Core::Customize::Var) perl(Polymake::Core::Customize::perApplication) perl(Polymake::Core::Extension) perl(Polymake::Core::HasType4Deduction) perl(Polymake::Core::Help) perl(Polymake::Core::InitTransaction) perl(Polymake::Core::InteractiveCommands) perl(Polymake::Core::InteractiveHelp) perl(Polymake::Core::MethodAsRule) perl(Polymake::Core::NeutralScriptLoader) perl(Polymake::Core::Object) perl(Polymake::Core::Object::Replacement) perl(Polymake::Core::ObjectType) perl(Polymake::Core::ObjectType::ForwardDecl) perl(Polymake::Core::ObjectType::LocalDerivationMixin) perl(Polymake::Core::ObjectType::LocallyDerived) perl(Polymake::Core::ObjectType::Permuted) perl(Polymake::Core::Permutation) perl(Polymake::Core::PlainFile) perl(Polymake::Core::Preference) perl(Polymake::Core::Preference::ControlList) perl(Polymake::Core::Preference::Label) perl(Polymake::Core::Preference::List) perl(Polymake::Core::Preference::perApplication) perl(Polymake::Core::Property) perl(Polymake::Core::Property::SubobjKey) perl(Polymake::Core::PropertyMultipleValue) perl(Polymake::Core::PropertyParamedType) perl(Polymake::Core::PropertyType) perl(Polymake::Core::PropertyTypeInstance) perl(Polymake::Core::PropertyTypePlaceholder) perl(Polymake::Core::PropertyValue) perl(Polymake::Core::Rule) perl(Polymake::Core::Rule::AutoCast) perl(Polymake::Core::Rule::CreatingPermutation) perl(Polymake::Core::Rule::Credit) perl(Polymake::Core::Rule::Deputy) perl(Polymake::Core::Rule::FakeCreatingPermutation) perl(Polymake::Core::Rule::PermAction) perl(Polymake::Core::Rule::SensitivityCheck) perl(Polymake::Core::Rule::Shortcut) perl(Polymake::Core::Rule::Weight) perl(Polymake::Core::RuleTransaction) perl(Polymake::Core::RuleTransactionWithPerm) perl(Polymake::Core::Scheduler) perl(Polymake::Core::Scheduler::Debug) perl(Polymake::Core::Scheduler::DeputyObject) perl(Polymake::Core::Scheduler::Heap) perl(Polymake::Core::Scheduler::InitRuleChain) perl(Polymake::Core::Scheduler::MultipleChooser) perl(Polymake::Core::Scheduler::RuleChain) perl(Polymake::Core::Scheduler::RuleDeputy) perl(Polymake::Core::Scheduler::TentativeRuleChain) perl(Polymake::Core::Scheduler::VerboseHeap) perl(Polymake::Core::ScriptFilter) perl(Polymake::Core::ScriptLoader) perl(Polymake::Core::Shell) perl(Polymake::Core::StoredScript) perl(Polymake::Core::Transaction) perl(Polymake::Core::UserSettings) perl(Polymake::Core::XMLfile) perl(Polymake::Core::XMLfile::LooseData) perl(Polymake::Core::XMLhandler) perl(Polymake::Core::XMLstring) perl(Polymake::Core::XMLwriter) perl(Polymake::Core::XMLwriter::PITemplate) perl(Polymake::Core::XMLwriter::PIbody) perl(Polymake::Enum) perl(Polymake::Ext) perl(Polymake::InteractiveViewer) perl(Polymake::InteractiveViewer::Watcher) perl(Polymake::InteractiveViewer::Window) perl(Polymake::LocalServer) perl(Polymake::Main) perl(Polymake::NoShell) perl(Polymake::Overload) perl(Polymake::Overload::Global) perl(Polymake::Overload::Labeled) perl(Polymake::Overload::LabeledNode) perl(Polymake::Overload::Node) perl(Polymake::Overload::TemplateParam) perl(Polymake::Overload::can) perl(Polymake::Overload::integer) perl(Polymake::OverwriteFile) perl(Polymake::Pipe) perl(Polymake::Pipe::WithRedirection) perl(Polymake::ProgramPipe) perl(Polymake::ProgramPipe::Reading) perl(Polymake::RefHash) perl(Polymake::Scope) perl(Polymake::Selector) perl(Polymake::Selector::Closed) perl(Polymake::Selector::Member) perl(Polymake::ServerSocket) perl(Polymake::SimpleViewer) perl(Polymake::Struct) perl(Polymake::Tempfile) perl(Polymake::User) perl(Polymake::User::Compat) perl(Polymake::User::Compat::Dummy) perl(Polymake::User::FilterProps) perl(Polymake::User::Verbose) perl(Polymake::common) perl(Polymake::polytope::LPparser) perl(Polymake::polytope::PortaConverter) perl(Polymake::polytope::PortaParser) perl(Postscript) perl(Postscript::Element) perl(Postscript::File) perl(Postscript::File::Writer) perl(Postscript::Gale) perl(Postscript::Graph) perl(Postscript::Lattice) perl(Postscript::Page) perl(Postscript::PointSet) perl(Postscript::Polygon) perl(Postscript::Polygons) perl(Postscript::Viewer) perl(Povray) perl(Povray::File) perl(Povray::File::Writer) perl(Povray::PointSet) perl(Povray::Solid) perl(Povray::Viewer) perl(Povray::Wire) perl(Sketch) perl(Sketch::File) perl(Sketch::File::Writer) perl(Sketch::PointSet) perl(Sketch::Solid) perl(Sketch::Viewer) perl(Sketch::Wire) perl(SplitsTree::File) perl(SplitsTree::File::Writer) perl(SplitsTree::Viewer) perl(Visual) perl(Visual::Color) perl(Visual::Container) perl(Visual::DegeneratedPolygon) perl(Visual::FileWriter) perl(Visual::FileWriter::Auto) perl(Visual::FiniteMetricSpace) perl(Visual::Gale) perl(Visual::Graph) perl(Visual::Graph::EdgeIterator) perl(Visual::Graph::EdgeIteratorWithGaps) perl(Visual::GraphEmbedding) perl(Visual::HDEmbedding) perl(Visual::Interactive) perl(Visual::Lattice) perl(Visual::Object) perl(Visual::PointConfiguration) perl(Visual::PointSet) perl(Visual::Polygon) perl(Visual::Polygons) perl(Visual::PolyhedralFan) perl(Visual::Polytope) perl(Visual::PolytopeGraph) perl(Visual::PolytopeLattice) perl(Visual::SchlegelDiagram) perl(Visual::SchlegelTransform) perl(Visual::SchlegelTransform::Minor) perl(Visual::SimplicialComplex) perl(Visual::SimplicialComplexLattice) perl(Visual::TropicalHypersurface) perl(Visual::TropicalPolytope) perl(Visual::Wire) perl(Visual::Wire::EdgeIterator) perl(Visual::WireBase) perl(_::Analyzer) perl(application) perl(namespaces) polymake = 2.12-1.fc19 polymake(x86-64) = 2.12-1.fc19 Unversioned so-files -------------------- polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/lib/common.so polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/lib/core.so polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/lib/fan.so polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/lib/graph.so polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/lib/group.so polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/lib/matroid.so polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/lib/polytope.so polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/lib/topaz.so polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/lib/tropical.so polymake-2.12-1.fc19.x86_64.rpm: /usr/lib64/polymake/perlx/5.16.2/x86_64-linux-thread-multi/auto/Polymake/Ext/Ext.so MD5-sum check ------------- http://polymake.org/lib/exe/fetch.php/download/polymake-2.12-rc3.tar.bz2 : CHECKSUM(SHA256) this package : 354a5220009882c178d8d98ec8c16921eea284ed73ff7d36c5fee787aa3f4796 CHECKSUM(SHA256) upstream package : 354a5220009882c178d8d98ec8c16921eea284ed73ff7d36c5fee787aa3f4796 Generated by fedora-review 0.3.1 (b71abc1) last change: 2012-10-16 Buildroot used: fedora-rawhide-x86_64 Command line :/usr/bin/fedora-review -b 895667 -m fedora-rawhide-x86_64 ---%<--- Need to confirm documentation is not required by runtime, but I think it is, and in that case not much of a point in creating a -doc subpackage. The no-soname rpmlint warning appears to be an artifact of the rpmlint: so_regex = re.compile('/lib(64)?/[^/]+\.so(\.[0-9]+)*$') that did not notice that it is not a /lib(64)? in the standard search path, but one could have added it to ld.so.conf{,.d/...} So, it probably should be ignored, as they are already in %global __provides_exclude_from ^%{polydir}/.*\\.so$ Again :-), srpm spec and spec do not match. This time it appears the spec not in the srpm should be used, based on the diff... -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=g9lr0s8gkv&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review