[Bug 737401] Review Request: saga - Geographic information system with an API for processing geodata

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Jerry James <loganjerry@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(loganjerry@gmail. |
                   |com)                        |

--- Comment #23 from Jerry James <loganjerry@xxxxxxxxx> ---
Thanks for the reminder, Volker.  Life is busy and stuff slides off of my
radar.  It's been so long, and there have been so many changes, that I'm going
to do another full review.

Executive summary of everything below:
(1) Change %{?isa} to %{?_isa} everywhere in the spec file.
(2) Determine the effect on the license of these files:
    (a) src/saga_core/saga_odbc/otlv4.h (ISC license, shipped in -devel)
    (b) src/modules_projection/pj_proj4/pj_proj4/MLB_Interface.h (GPL v2, no
        "or any later version" clause).
(3) Document the license breakdown in a comment just above the License tag.
(4) Convert % to %% on line 9 of the spec file (macros in comments).
(5) The unused direct shared library dependencies can be fixed by linking with
    -Wl,--as-needed.  However, libtool likes to push all -W options, including
    this one, *after* the list of libraries to link, defeating its purpose.  I
    like to use this in my spec files, after running configure, to get around
    that problem and fix the rpath problem at the same time:

# Get rid of undesirable hardcoded rpaths; workaround libtool reordering
# -Wl,--as-needed after all the libraries.
sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    -e 's|^LTCC="gcc"|LTCC="gcc -Wl,--as-needed"|' \
    -e 's|^CC="g++"|CC="g++ -Wl,--as-needed"|' \
    -i libtool


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

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


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

C/C++:
[x]: Header files in -devel subpackage, if present.
[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.
[!]: 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]: 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]: Package installs a %{name}.desktop using desktop-file-install if there is
     such a file.
[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.
[!]: Fully versioned dependency in subpackages, if present.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in %package
     devel, %package python
[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.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses found:
     "ISC", "GPL (v2 or later)", "LGPL", "GPL (v2)", "Unknown or generated". 5
     files have unknown license.
[x]: License file installed when any subpackage combination is installed.
[x]: 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.
[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.
[-]: 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 below).
[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.

Python:
[x]: Package contains BR: python2-devel or python3-devel

===== 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.
[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.
     Note: Package contains tarball without URL, check comments
[!]: SourceX / PatchY prefixed with %{name}.
     Note: Patch1 (0001-Adjust-grid_gridding-to-use-qhull.patch) Patch2 (0002
     -Remove-references-to-libfire.patch) Patch6 (0006-Use-debian-version-of-
     grib2.patch)
[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 below).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: saga-2.0.8-4.fc19.i686.rpm
          saga-2.0.8-4.fc19.src.rpm
          saga-debuginfo-2.0.8-4.fc19.i686.rpm
          saga-python-2.0.8-4.fc19.i686.rpm
          saga-devel-2.0.8-4.fc19.i686.rpm
saga.i686: W: spelling-error Summary(en_US) geodata -> geodetic
saga.src: W: spelling-error Summary(en_US) geodata -> geodetic
saga.src: W: strange-permission saga_tarball.sh 0755L
saga.src:9: W: macro-in-comment %{name}
saga.src:9: W: macro-in-comment %{name}
saga.src:9: W: macro-in-comment %{version}
saga.src: W: invalid-url Source0: saga_2.0.8-fedora.tar.gz
saga-python.i686: W: no-documentation
saga-devel.i686: W: no-documentation
5 packages and 0 specfiles checked; 0 errors, 9 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint saga saga-debuginfo saga-devel saga-python
saga.i686: W: spelling-error Summary(en_US) geodata -> geodetic
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_api-2.0.8.so
/lib/libwx_gtk2u_richtext-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_api-2.0.8.so
/lib/libwx_gtk2u_aui-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_api-2.0.8.so
/lib/libwx_gtk2u_xrc-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_api-2.0.8.so
/lib/libwx_gtk2u_qa-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_api-2.0.8.so
/lib/libwx_gtk2u_html-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_api-2.0.8.so
/lib/libwx_gtk2u_adv-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_api-2.0.8.so
/lib/libwx_gtk2u_core-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_api-2.0.8.so
/lib/libwx_baseu_net-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_api-2.0.8.so
/lib/libhpdf-2.2.1.so
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_gtk2u_richtext-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_gtk2u_aui-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_gtk2u_xrc-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_gtk2u_qa-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_gtk2u_html-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_gtk2u_adv-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_gtk2u_core-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_baseu_xml-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_baseu_net-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libwx_baseu-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libhpdf-2.2.1.so
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libpolyclipping.so.2
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_odbc-2.0.8.so
/lib/libm.so.6
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libwx_gtk2u_richtext-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libwx_gtk2u_aui-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libwx_gtk2u_xrc-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libwx_gtk2u_qa-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libwx_gtk2u_html-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libwx_gtk2u_adv-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libwx_baseu_xml-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libwx_baseu_net-2.8.so.0
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libhpdf-2.2.1.so
saga.i686: W: unused-direct-shlib-dependency /usr/lib/libsaga_gdi-2.0.8.so
/lib/libpolyclipping.so.2
saga-devel.i686: W: no-documentation
saga-python.i686: W: no-documentation
4 packages and 0 specfiles checked; 0 errors, 35 warnings.
# echo 'rpmlint-done:'



Requires
--------
saga-2.0.8-4.fc19.i686.rpm (rpmlib, GLIBC filtered):

    /sbin/ldconfig  
    libc.so.6  
    libfftw3.so.3  
    libgcc_s.so.1  
    libgcc_s.so.1(GCC_3.0)  
    libgcc_s.so.1(GCC_4.0.0)  
    libgdal.so.1  
    libhpdf-2.2.1.so  
    libjasper.so.1  
    libm.so.6  
    libodbc.so.2  
    libpolyclipping.so.2  
    libproj.so.0  
    libpthread.so.0  
    libqhull.so.5  
    libsaga_api-2.0.8.so  
    libsaga_gdi-2.0.8.so  
    libsaga_odbc-2.0.8.so  
    libstdc++.so.6  
    libstdc++.so.6(CXXABI_1.3)  
    libstdc++.so.6(CXXABI_1.3.1)  
    libvigraimpex.so.4  
    libwx_baseu-2.8.so.0  
    libwx_baseu-2.8.so.0(WXU_2.8)  
    libwx_baseu_net-2.8.so.0  
    libwx_baseu_net-2.8.so.0(WXU_2.8)  
    libwx_baseu_xml-2.8.so.0  
    libwx_baseu_xml-2.8.so.0(WXU_2.8)  
    libwx_gtk2u_adv-2.8.so.0  
    libwx_gtk2u_adv-2.8.so.0(WXU_2.8)  
    libwx_gtk2u_aui-2.8.so.0  
    libwx_gtk2u_aui-2.8.so.0(WXU_2.8)  
    libwx_gtk2u_core-2.8.so.0  
    libwx_gtk2u_core-2.8.so.0(WXU_2.8)  
    libwx_gtk2u_html-2.8.so.0  
    libwx_gtk2u_html-2.8.so.0(WXU_2.8)  
    libwx_gtk2u_qa-2.8.so.0  
    libwx_gtk2u_richtext-2.8.so.0  
    libwx_gtk2u_xrc-2.8.so.0  
    libwxcode_gtk2u_propgrid-2.8.so.0  
    rtld(GNU_HASH)  

saga-debuginfo-2.0.8-4.fc19.i686.rpm (rpmlib, GLIBC filtered):


saga-python-2.0.8-4.fc19.i686.rpm (rpmlib, GLIBC filtered):

    libc.so.6  
    libgcc_s.so.1  
    libgcc_s.so.1(GCC_3.0)  
    libhpdf-2.2.1.so  
    libm.so.6  
    libpolyclipping.so.2  
    libsaga_api-2.0.8.so  
    libstdc++.so.6  
    libstdc++.so.6(CXXABI_1.3)  
    libwx_baseu-2.8.so.0  
    libwx_baseu_net-2.8.so.0  
    libwx_baseu_xml-2.8.so.0  
    libwx_gtk2u_adv-2.8.so.0  
    libwx_gtk2u_aui-2.8.so.0  
    libwx_gtk2u_core-2.8.so.0  
    libwx_gtk2u_html-2.8.so.0  
    libwx_gtk2u_qa-2.8.so.0  
    libwx_gtk2u_richtext-2.8.so.0  
    libwx_gtk2u_xrc-2.8.so.0  
    python(abi) = 2.7
    rtld(GNU_HASH)  
    saga = 2.0.8-4.fc19

saga-devel-2.0.8-4.fc19.i686.rpm (rpmlib, GLIBC filtered):

    saga = 2.0.8-4.fc19



Provides
--------
saga-2.0.8-4.fc19.i686.rpm:

    libcontrib_a_perego.so  
    libdocs_html.so  
    libdocs_pdf.so  
    libgarden_3d_viewer.so  
    libgarden_webservices.so  
    libgeostatistics_grid.so  
    libgeostatistics_kriging.so  
    libgeostatistics_points.so  
    libgeostatistics_regression.so  
    libgrid_analysis.so  
    libgrid_calculus.so  
    libgrid_calculus_bsl.so  
    libgrid_filter.so  
    libgrid_gridding.so  
    libgrid_spline.so  
    libgrid_tools.so  
    libgrid_visualisation.so  
    libihacres.so  
    libimagery_classification.so  
    libimagery_rga.so  
    libimagery_segmentation.so  
    libimagery_tools.so  
    libio_esri_e00.so  
    libio_gdal.so  
    libio_gps.so  
    libio_grid.so  
    libio_grid_grib2.so  
    libio_grid_image.so  
    libio_odbc.so  
    libio_shapes.so  
    libio_table.so  
    liblectures_introduction.so  
    libpj_georeference.so  
    libpj_proj4.so  
    libpointcloud_tools.so  
    libpointcloud_viewer.so  
    librecreations_fractals.so  
    librecreations_games.so  
    libsaga_api-2.0.8.so  
    libsaga_gdi-2.0.8.so  
    libsaga_odbc-2.0.8.so  
    libshapes_grid.so  
    libshapes_lines.so  
    libshapes_points.so  
    libshapes_polygons.so  
    libshapes_tools.so  
    libsim_cellular_automata.so  
    libsim_ecosystems_hugget.so  
    libsim_hydrology.so  
    libta_channels.so  
    libta_compound.so  
    libta_hydrology.so  
    libta_lighting.so  
    libta_morphometry.so  
    libta_preprocessor.so  
    libta_profiles.so  
    libtable_calculus.so  
    libtable_tools.so  
    libtin_tools.so  
    libtin_viewer.so  
    libtransect.so  
    libvigra.so  
    saga = 2.0.8-4.fc19
    saga(x86-32) = 2.0.8-4.fc19

saga-debuginfo-2.0.8-4.fc19.i686.rpm:

    saga-debuginfo = 2.0.8-4.fc19
    saga-debuginfo(x86-32) = 2.0.8-4.fc19

saga-python-2.0.8-4.fc19.i686.rpm:

    saga-python = 2.0.8-4.fc19
    saga-python(x86-32) = 2.0.8-4.fc19

saga-devel-2.0.8-4.fc19.i686.rpm:

    saga-devel = 2.0.8-4.fc19
    saga-devel(x86-32) = 2.0.8-4.fc19



Unversioned so-files
--------------------
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/libsaga_api-2.0.8.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/libsaga_gdi-2.0.8.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/libsaga_odbc-2.0.8.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libcontrib_a_perego.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libdocs_html.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libdocs_pdf.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgarden_3d_viewer.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgarden_webservices.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgeostatistics_grid.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgeostatistics_kriging.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgeostatistics_points.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgeostatistics_regression.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgrid_analysis.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgrid_calculus.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgrid_calculus_bsl.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgrid_filter.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgrid_gridding.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgrid_spline.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgrid_tools.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libgrid_visualisation.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libihacres.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libimagery_classification.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libimagery_rga.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libimagery_segmentation.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libimagery_tools.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libio_esri_e00.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libio_gdal.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libio_gps.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libio_grid.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libio_grid_grib2.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libio_grid_image.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libio_odbc.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libio_shapes.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libio_table.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/liblectures_introduction.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libpj_georeference.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libpj_proj4.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libpointcloud_tools.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libpointcloud_viewer.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/librecreations_fractals.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/librecreations_games.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libshapes_grid.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libshapes_lines.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libshapes_points.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libshapes_polygons.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libshapes_tools.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libsim_cellular_automata.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libsim_ecosystems_hugget.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libsim_hydrology.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libta_channels.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libta_compound.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libta_hydrology.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libta_lighting.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libta_morphometry.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libta_preprocessor.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libta_profiles.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libtable_calculus.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libtable_tools.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libtin_tools.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libtin_viewer.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libtransect.so
saga-2.0.8-4.fc19.i686.rpm: /usr/lib/saga/libvigra.so
saga-python-2.0.8-4.fc19.i686.rpm:
/usr/lib/python2.7/site-packages/_saga_api-2.0.8.so
saga-python-2.0.8-4.fc19.i686.rpm:
/usr/lib/python2.7/site-packages/_saga_api.so

MD5-sum check
-------------


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 737401 -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@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review



[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]