Bug 1159315 - Review Request: multiverse - A software transactional memory implementation for the JVM
Summary: Review Request: multiverse - A software transactional memory implementation f...
Keywords:
Status: CLOSED DUPLICATE of bug 2016409
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1163724
TreeView+ depends on / blocked
 
Reported: 2014-10-31 13:35 UTC by Michael Simacek
Modified: 2021-10-21 13:18 UTC (History)
3 users (show)

Fixed In Version: multiverse-0.7.0-2.fc21
Clone Of:
Environment:
Last Closed: 2015-01-19 08:16:18 UTC
Type: ---
Embargoed:
mizdebsk: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Michael Simacek 2014-10-31 13:35:42 UTC
Spec URL: https://msimacek.fedorapeople.org/multiverse.spec
SRPM URL: https://msimacek.fedorapeople.org/multiverse-0.7.0-1.fc20.src.rpm
Description: A software transactional memory implementation for the JVM. Access (read and writes) to shared memory is done through transactional references, that can be compared to the AtomicReferences of Java. Access to these references will be done under A (atomicity), C (consistency), I (isolation) semantics. 
Fedora Account System Username: msimacek

Comment 1 Mikolaj Izdebski 2014-11-04 10:01:38 UTC
It looks like some parts of multiverse may be under MIT license (see multiverse-site/license.html). For me it is not clear which parts. If some code is under MIT license then we need to add "and MIT" to license tag and install the license file.

Additionally full Apache license text should be installed (see point 4a of the license).

Comment 2 Michael Simacek 2014-11-04 12:32:40 UTC
It seems that the MIT license applies only to the multiverse-site which is source code of upstream's webpage which is neither built nor installed. Asked upstream for clarification:
https://github.com/pveentjer/Multiverse/issues/25

Comment 3 Mikolaj Izdebski 2014-11-13 08:32:09 UTC
Upstream didn't respond, so I assume that MIT license applies only to website, which is not installed. Please install ASL license text and I'll continue with the review.

Comment 4 Michael Simacek 2014-11-13 13:06:17 UTC
Added the license text as additional source.

Spec URL: https://msimacek.fedorapeople.org/multiverse.spec
SRPM URL: https://msimacek.fedorapeople.org/multiverse-0.7.0-2.fc20.src.rpm

Comment 5 Mikolaj Izdebski 2014-11-13 13:13:44 UTC
Package Review
==============

Key:
- = N/A
x = Check

[x] rpmlint must be run on the source rpm and all binary rpms the
    build produces.  The output should be posted in the review.

[x] The package must be named according to the Package Naming
    Guidelines.

[x] The spec file name must match the base package %{name}, in the
    format %{name}.spec unless your package has an exemption.

[x] The package must meet the Packaging Guidelines.

[x] The package must be licensed with a Fedora approved license and
    meet the Licensing Guidelines.

[x] The License field in the package spec file must match the actual
    license.

[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 must be included in %doc.

[x] The spec file must be written in American English.

[x] The spec file for the package MUST be legible.

[x] The sources used to build the package must match the upstream
    source, as provided in the spec URL.  Reviewers should use
    sha256sum for this task as it is used by the sources file once
    imported into git.  If no upstream URL can be specified for this
    package, please see the Source URL Guidelines for how to deal with
    this.

[x] The package MUST successfully compile and build into binary rpms
    on at least one primary architecture.

[x] If the package does not successfully compile, build or work on an
    architecture, then those architectures should be listed in the
    spec in ExcludeArch.  Each architecture listed in ExcludeArch MUST
    have a bug filed in bugzilla, describing the reason that the
    package does not compile/build/work on that architecture.  The bug
    number MUST be placed in a comment, next to the corresponding
    ExcludeArch line.

[x] All build dependencies must be listed in BuildRequires, except for
    any that are listed in the exceptions section of the Packaging
    Guidelines; inclusion of those as BuildRequires is optional.
    Apply common sense.

[x] The spec file MUST handle locales properly.  This is done by using
    the %find_lang macro.  Using %{_datadir}/locale/* is strictly
    forbidden.

[x] Every binary RPM package (or subpackage) which stores shared
    library files (not just symlinks) in any of the dynamic linker's
    default paths, must call ldconfig in %post and %postun.

[x] Packages must NOT bundle copies of system libraries.

[x] If the package is designed to be relocatable, the packager must
    state this fact in the request for review, along with the
    rationalization for relocation of that specific package.  Without
    this, use of Prefix: /usr is considered a blocker.

[x] A package must own all directories that it creates.  If it does
    not create a directory that it uses, then it should require a
    package which does create that directory.

[x] A Fedora package must not list a file more than once in the spec
    file's %files listings.  (Notable exception: license texts in
    specific situations.)

[x] Permissions on files must be set properly.  Executables should be
    set with executable permissions, for example.

[x] Each package must consistently use macros.

[x] The package must contain code, or permissible content.

[x] Large documentation files must go in a -doc subpackage.  (The
    definition of large is left up to the packager's best judgement,
    but is not restricted to size.  Large can refer to either size or
    quantity).

[x] If a package includes something as %doc, it must not affect the
    runtime of the application.  To summarize: If it is in %doc, the
    program must run properly if it is not present.

[x] Static libraries must be in a -static package.

[x] Development files must be in a -devel package.

[x] In the vast majority of cases, devel packages must require the
    base package using a fully versioned dependency: Requires:
    %{name}%{?_isa} = %{version}-%{release}

[x] Packages must NOT contain any .la libtool archives, these must be
    removed in the spec if they are built.

[x] Packages containing GUI applications must include a
    %{name}.desktop file, and that file must be properly installed
    with desktop-file-install in the %install section.  If you feel
    that your packaged GUI application does not need a .desktop file,
    you must put a comment in the spec file with your explanation.

[x] Packages must not own files or directories already owned by other
    packages.  The rule of thumb here is that the first package to be
    installed should own the files or directories that other packages
    may rely upon.  This means, for example, that no package in Fedora
    should ever share ownership with any of the files or directories
    owned by the filesystem or man package.  If you feel that you have
    a good reason to own a file or directory that another package
    owns, then please present that at package review time.

[x] All filenames in rpm packages must be valid UTF-8.


rpmlint output
--------------

multiverse.noarch: W: spelling-error Summary(en_US) transactional -> transaction, transnational, transitional
multiverse.noarch: W: spelling-error %description -l en_US transactional -> transaction, transnational, transitional
multiverse.noarch: W: spelling-error %description -l en_US atomicity -> atomic
multiverse.src: W: spelling-error Summary(en_US) transactional -> transaction, transnational, transitional
multiverse.src: W: spelling-error %description -l en_US transactional -> transaction, transnational, transitional
multiverse.src: W: spelling-error %description -l en_US atomicity -> atomic
3 packages and 0 specfiles checked; 0 errors, 6 warnings.

Comment 6 Michael Simacek 2014-11-13 13:22:10 UTC
New Package SCM Request
=======================
Package Name: multiverse
Short Description: A software transactional memory implementation for the JVM
Upstream URL: http://multiverse.codehaus.org 
Owners: msimacek mizdebsk msrb
Branches: f20 f21
InitialCC: java-sig

Comment 7 Gwyn Ciesla 2014-11-13 16:41:22 UTC
Git done (by process-git-requests).

Comment 8 Fedora Update System 2014-11-14 13:08:01 UTC
multiverse-0.7.0-2.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/multiverse-0.7.0-2.fc21

Comment 9 Fedora Update System 2014-11-15 09:16:33 UTC
multiverse-0.7.0-2.fc21 has been pushed to the Fedora 21 testing repository.

Comment 10 Fedora Update System 2015-01-26 02:33:01 UTC
multiverse-0.7.0-2.fc21 has been pushed to the Fedora 21 stable repository.

Comment 11 Didik Supriadi 2021-10-21 13:18:22 UTC

*** This bug has been marked as a duplicate of bug 2016409 ***


Note You need to log in before you can comment on or make changes to this bug.