Bug 1823344 - Review Request: surgescript - Scripting language for games
Summary: Review Request: surgescript - Scripting language for games
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Antonio T. (sagitter)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1823117
TreeView+ depends on / blocked
 
Reported: 2020-04-13 12:21 UTC by Artur Frenszek-Iwicki
Modified: 2020-04-25 03:01 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-04-25 02:24:40 UTC
Type: ---
Embargoed:
anto.trande: fedora-review+


Attachments (Terms of Use)

Description Artur Frenszek-Iwicki 2020-04-13 12:21:59 UTC
spec: https://svgames.pl/fedora/surgescript-0.5.4.3-1.spec
srpm: https://svgames.pl/fedora/surgescript-0.5.4.3-1.src.rpm
koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=43334564

Description: SurgeScript is a scripting language for games. It has been designed
with the specific needs of games in mind.

Fedora Account System Username: suve

Comment 1 Antonio T. (sagitter) 2020-04-13 12:29:10 UTC
SPEC files do not contain a version number, just `surgescript.spec`

Comment 2 Antonio T. (sagitter) 2020-04-13 13:21:59 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Spec file name must match the spec package %{name}, in the format
  %{name}.spec.
  Note: surgescript-0.5.4.3-1.spec should be surgescript.spec
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/#_spec_file_naming

- Main license is the Apache License v2.0 (ASL 2.0 on Fedora)

  Some header files are licensed under BSD and Public Domain and installed
  by devel sub-package

BSD 2-clause "Simplified" License
---------------------------------
surgescript-0.5.4.3/src/surgescript/util/xxh3.h
surgescript-0.5.4.3/src/surgescript/util/xxhash.h

*No copyright* Public domain
----------------------------
surgescript-0.5.4.3/src/surgescript/util/utf8.h

Please, update License tag with a related comment.

- `make %{?_smp_mflags}`  --> `%make_build`

- %{_includedir}/ is not correct; use %{_includedir}/*

- `libdir=${exec_prefix}/lib` in the pkgconfig files are not correct.
  They will not work on 64-bit architectures.

- Do not use macros in the comments, please. (See rpmlint warnings)


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

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: ldconfig not called in %post and %postun for Fedora 28 and later.
[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:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "*No copyright* Apache License (v2.0)",
     "Apache License (v2.0)", "*No copyright* Public domain", "BSD
     (unspecified)", "BSD 2-clause "Simplified" License". 107 files have
     unknown license. Detailed output of licensecheck in
     /home/sagitter/1823344-surgescript-0.5.4.3-1/licensecheck.txt
[!]: License file installed when any subpackage combination is installed.
[!]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by: /usr/include(filesystem)
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[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]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 491520 bytes in 77 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[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 %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[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]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Static libraries in -static or -devel subpackage, providing -devel if
     present.
     Note: Package has .a files: surgescript-static.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[-]: 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]: Final provides and requires are sane (see attachments).
[x]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     surgescript-devel , surgescript-static
[ ]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: The placement of pkgconfig(.pc) files are correct.
     Note: surgescript-static : /usr/lib64/pkgconfig/surgescript-static.pc
[x]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[-]: 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]: 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]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Uses parallel make %{?_smp_mflags} macro.
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: surgescript-0.5.4.3-1.fc33.x86_64.rpm
          surgescript-devel-0.5.4.3-1.fc33.x86_64.rpm
          surgescript-static-0.5.4.3-1.fc33.x86_64.rpm
          surgescript-debuginfo-0.5.4.3-1.fc33.x86_64.rpm
          surgescript-debugsource-0.5.4.3-1.fc33.x86_64.rpm
          surgescript-0.5.4.3-1.fc33.src.rpm
surgescript.x86_64: W: spelling-error %description -l en_US modders -> madders, molders, dodders
surgescript.x86_64: W: shared-lib-calls-exit /usr/lib64/libsurgescript.so.0.5.4.3 exit.5
surgescript.x86_64: W: no-manual-page-for-binary surgescript
surgescript-devel.x86_64: W: no-documentation
surgescript-devel.x86_64: E: standard-dir-owned-by-package /usr/include
surgescript-static.x86_64: W: no-documentation
surgescript.src: W: spelling-error %description -l en_US modders -> madders, molders, dodders
surgescript.src:65: W: macro-in-comment %{_prefix}
surgescript.src:66: W: macro-in-comment %{_prefix}
surgescript.src:69: W: mixed-use-of-spaces-and-tabs (spaces: line 69, tab: line 68)
6 packages and 0 specfiles checked; 1 errors, 9 warnings.




Rpmlint (debuginfo)
-------------------
Checking: surgescript-debuginfo-0.5.4.3-1.fc33.x86_64.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
surgescript.x86_64: W: spelling-error %description -l en_US modders -> madders, molders, dodders
surgescript.x86_64: W: invalid-url URL: https://opensurge2d.org <urlopen error [Errno -2] Name or service not known>
surgescript.x86_64: W: shared-lib-calls-exit /usr/lib64/libsurgescript.so.0.5.4.3 exit.5
surgescript.x86_64: W: no-manual-page-for-binary surgescript
surgescript-static.x86_64: W: invalid-url URL: https://opensurge2d.org <urlopen error [Errno -2] Name or service not known>
surgescript-static.x86_64: W: no-documentation
surgescript-debugsource.x86_64: W: invalid-url URL: https://opensurge2d.org <urlopen error [Errno -2] Name or service not known>
surgescript-debuginfo.x86_64: W: invalid-url URL: https://opensurge2d.org <urlopen error [Errno -2] Name or service not known>
surgescript-devel.x86_64: W: invalid-url URL: https://opensurge2d.org <urlopen error [Errno -2] Name or service not known>
surgescript-devel.x86_64: W: no-documentation
surgescript-devel.x86_64: E: standard-dir-owned-by-package /usr/include
5 packages and 0 specfiles checked; 1 errors, 10 warnings.



Source checksums
----------------
https://github.com/alemart/surgescript/archive/v0.5.4.3/surgescript-0.5.4.3.tar.gz :
  CHECKSUM(SHA256) this package     : 52bb460b3a882788cc1001610d35f56a9c206b4f565db593a507f69862d6270c
  CHECKSUM(SHA256) upstream package : 52bb460b3a882788cc1001610d35f56a9c206b4f565db593a507f69862d6270c


Requires
--------
surgescript (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libm.so.6()(64bit)
    libsurgescript.so.0.5.4.3()(64bit)
    rtld(GNU_HASH)

surgescript-devel (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    libsurgescript.so.0.5.4.3()(64bit)
    surgescript(x86-64)

surgescript-static (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    surgescript-devel(x86-64)

surgescript-debuginfo (rpmlib, GLIBC filtered):

surgescript-debugsource (rpmlib, GLIBC filtered):



Provides
--------
surgescript:
    libsurgescript.so.0.5.4.3()(64bit)
    surgescript
    surgescript(x86-64)

surgescript-devel:
    pkgconfig(surgescript)
    surgescript-devel
    surgescript-devel(x86-64)

surgescript-static:
    pkgconfig(surgescript-static)
    surgescript-static
    surgescript-static(x86-64)

surgescript-debuginfo:
    debuginfo(build-id)
    surgescript-debuginfo
    surgescript-debuginfo(x86-64)

surgescript-debugsource:
    surgescript-debugsource
    surgescript-debugsource(x86-64)



Generated by fedora-review 0.7.5 (5fa5b7e) last change: 2020-02-16
Command line :/usr/bin/fedora-review -m fedora-rawhide-x86_64 -b 1823344
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: PHP, Python, fonts, R, Perl, SugarActivity, Ocaml, Haskell, Java
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Comment 3 Artur Frenszek-Iwicki 2020-04-13 15:16:28 UTC
I'm not entirely sure if the way the License: tag is specified right now is ok.

spec: https://svgames.pl/fedora/surgescript-0.5.4.3-2.spec
srpm: https://svgames.pl/fedora/surgescript-0.5.4.3-2.src.rpm
koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=43342322

Comment 4 Antonio T. (sagitter) 2020-04-13 15:24:05 UTC
(In reply to Artur Iwicki from comment #3)
> I'm not entirely sure if the way the License: tag is specified right now is
> ok.
> 
> spec: https://svgames.pl/fedora/surgescript-0.5.4.3-2.spec
> srpm: https://svgames.pl/fedora/surgescript-0.5.4.3-2.src.rpm
> koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=43342322

Artur, the name of SPEC file must be `surgescript.spec`.

Please, leave a comment about which licenses are used, related to the files involved.
Like showed in the guidelines:  
https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_multiple_licensing_scenarios

Comment 5 Artur Frenszek-Iwicki 2020-04-13 16:21:53 UTC
The name of the spec file inside the SRPM is "surgescript.spec". But if you insist on the URL being the same, then be my guest.

spec: https://svgames.pl/fedora/surgescript-0.5.4.3-3/surgescript.spec
srpm: https://svgames.pl/fedora/surgescript-0.5.4.3-3/surgescript.src.rpm
koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=43343788

Comment 6 Antonio T. (sagitter) 2020-04-13 16:39:37 UTC
(In reply to Artur Iwicki from comment #5)
> The name of the spec file inside the SRPM is "surgescript.spec". But if you
> insist on the URL being the same, then be my guest.
> 

Thery're not my wishes, but the Packaging Guidelines:
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming

The SRPM is not versioned this time. How do you make your srpm?

Comment 7 Artur Frenszek-Iwicki 2020-04-13 18:40:36 UTC
>Thery're not my wishes, but the Packaging Guidelines:
>https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming
I know, but so far people have been fine with the spec name in the srpm.

>The SRPM is not versioned this time. How do you make your srpm?
"rpmbuild -ba ~/rpmbuilder/SPECS/surgescript.spec"
This produces surgescript-0.5.4.3-3.fc32.src.rpm, which I uploaded as surgescript.src.rpm.

Comment 8 Artur Frenszek-Iwicki 2020-04-13 18:46:36 UTC
Eh. I'm having somewhat of a bad day. Sorry for being so confrontational about such an unimportant thing.

I've reuploaded the files keeping their original names.

spec: https://svgames.pl/fedora/surgescript-0.5.4.3-3/surgescript.spec
srpm: https://svgames.pl/fedora/surgescript-0.5.4.3-3/surgescript-0.5.4.3-3.fc32.src.rpm

Comment 9 Antonio T. (sagitter) 2020-04-13 18:49:24 UTC
> I've reuploaded the files keeping their original names.

Perfect!

Package approved.

Comment 10 Gwyn Ciesla 2020-04-13 19:00:43 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/surgescript

Comment 11 Fedora Update System 2020-04-20 01:17:31 UTC
FEDORA-2020-9712bc7dfe has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-9712bc7dfe

Comment 12 Fedora Update System 2020-04-20 01:17:54 UTC
FEDORA-2020-8e3a1b16d1 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-8e3a1b16d1

Comment 13 Fedora Update System 2020-04-20 01:18:19 UTC
FEDORA-2020-ea15aa97ef has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2020-ea15aa97ef

Comment 14 Fedora Update System 2020-04-25 02:24:40 UTC
FEDORA-2020-9712bc7dfe has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 15 Fedora Update System 2020-04-25 02:43:01 UTC
FEDORA-2020-ea15aa97ef has been pushed to the Fedora 30 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 16 Fedora Update System 2020-04-25 03:01:48 UTC
FEDORA-2020-8e3a1b16d1 has been pushed to the Fedora 31 stable repository.
If problem still persists, please make note of it in this bug report.


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