Bug 1165895 - Review Request: gosnake - The Console Snake Game
Summary: Review Request: gosnake - The Console Snake Game
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-20 00:30 UTC by Mohammed Isam
Modified: 2015-11-01 22:19 UTC (History)
3 users (show)

Fixed In Version: gosnake-1.1-1.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-01 02:38:31 UTC
Type: ---
Embargoed:
zbyszek: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Mohammed Isam 2014-11-20 00:30:52 UTC
Spec URL: http://sites.google.com/site/mohammedisam2000/home/projects/gosnake.spec
SRPM URL: http://sites.google.com/site/mohammedisam2000/home/projects/gosnake-1.0-1.fc20.src.rpm
Description:
GoSnake is a simple yet nice implementation of the well known snake game. It is designed to run under the GNU/Linux console (including terminal emulators). The aim of the game is simple: control your snake and move it around to eat food without hitting walls, or colliding with itself.
The game includes 10 levels with an option to play levels randomly, and a high score board.
Fedora Account System Username: mohammedisam

Comment 1 Zbigniew Jędrzejewski-Szmek 2015-05-09 18:52:14 UTC
Issues:
=======
- 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.
  Note: License file COPYING is marked as %doc instead of %license
  See:
  http://fedoraproject.org/wiki/Packaging/LicensingGuidelines#License_Text


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

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

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]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "GPL (v3 or later)". Detailed output of licensecheck in
     /var/tmp/review-rc/1165895-gosnake/licensecheck.txt
[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.
Please consider adding a .desktop file which would launch the game in a terminal.

[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Texinfo files are installed using install-info in %post and %preun if
     package has .info files.
     Note: Texinfo .info file(s) in gosnake
[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.
[x]: 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 40960 bytes in 4 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: No rpmlint messages.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[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 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]: 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

===== 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]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: 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]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[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]: Uses parallel make %{?_smp_mflags} macro.
[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: No rpmlint messages.
[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: gosnake-1.0-1.fc22.i686.rpm
          gosnake-1.0-1.fc22.src.rpm
2 packages and 0 specfiles checked; 0 errors, 0 warnings.




Rpmlint (debuginfo)
-------------------
Checking: gosnake-debuginfo-1.0-1.fc22.i686.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
2 packages and 0 specfiles checked; 0 errors, 0 warnings.



Requires
--------
gosnake (rpmlib, GLIBC filtered):
    /bin/sh
    gnudos
    info
    libc.so.6
    libgnudos.so.1
    rtld(GNU_HASH)



Provides
--------
gosnake:
    gosnake
    gosnake(x86-32)



Source checksums
----------------
http://sites.google.com/site/mohammedisam2000/home/projects/gosnake-1.0.tar.gz :
  CHECKSUM(SHA256) this package     : 3735e3f7e66c7475afddea5c687f5c92ff4faa49386fc4d5acba745824a5ffd0
  CHECKSUM(SHA256) upstream package : 3735e3f7e66c7475afddea5c687f5c92ff4faa49386fc4d5acba745824a5ffd0


Generated by fedora-review 0.5.3 (bcf15e3) last change: 2015-05-04
Command line :/usr/bin/fedora-review -m fedora-22-i386 -b 1165895
Buildroot used: fedora-22-i386
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP, Ruby
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6

Please fix %files to use %license as described in Issues.
Package is APPROVED.

Comment 3 Mohammed Isam 2015-06-29 12:29:41 UTC
New Package SCM Request
=======================
Package Name: gosnake
Short Description: The Console Snake Game
Upstream URL: http://sites.google.com/site/mohammedisam2000/home/projects
Owners: mohammedisam
Branches: f20 f21 f22 el6 epel7
InitialCC:

Comment 4 Gwyn Ciesla 2015-06-29 15:58:38 UTC
Git done (by process-git-requests).

Comment 5 Fedora Update System 2015-07-02 09:49:00 UTC
gosnake-1.1-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/gosnake-1.1-1.fc21

Comment 6 Fedora Update System 2015-07-02 10:07:58 UTC
gosnake-1.1-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/gosnake-1.1-1.fc22

Comment 7 Fedora Update System 2015-07-03 18:42:37 UTC
gosnake-1.1-1.fc21 has been pushed to the Fedora 21 testing repository.

Comment 8 Fedora Update System 2015-07-14 15:30:57 UTC
gosnake-1.1-1.fc21 has been pushed to the Fedora 21 stable repository.

Comment 9 Fedora Update System 2015-07-14 15:37:01 UTC
gosnake-1.1-1.fc22 has been pushed to the Fedora 22 stable repository.

Comment 10 Fedora Update System 2015-10-13 13:43:39 UTC
gosnake-1.2-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-6ec21e9219

Comment 11 Fedora Update System 2015-10-13 13:44:36 UTC
gosnake-1.2-1.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-db608db970

Comment 12 Fedora Update System 2015-10-13 13:54:21 UTC
gosnake-1.2-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-5e937b1c05

Comment 13 Fedora Update System 2015-10-13 14:03:11 UTC
gosnake-1.2-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-86295966e6

Comment 14 Fedora Update System 2015-10-14 02:13:11 UTC
gosnake-1.2-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update gosnake'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-86295966e6

Comment 15 Fedora Update System 2015-10-14 08:54:23 UTC
gosnake-1.2-1.fc21 has been pushed to the Fedora 21 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update gosnake'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-db608db970

Comment 16 Fedora Update System 2015-10-14 09:27:46 UTC
gosnake-1.2-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update gosnake'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-5e937b1c05

Comment 17 Fedora Update System 2015-10-14 13:48:04 UTC
gosnake-1.2-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'yum --enablerepo=epel-testing update gosnake'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-6ec21e9219

Comment 18 Fedora Update System 2015-11-01 02:38:29 UTC
gosnake-1.2-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.

Comment 19 Fedora Update System 2015-11-01 17:22:37 UTC
gosnake-1.2-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.

Comment 20 Fedora Update System 2015-11-01 21:52:07 UTC
gosnake-1.2-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.

Comment 21 Fedora Update System 2015-11-01 22:19:29 UTC
gosnake-1.2-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, 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.