Bug 713581 - Review Request: sar2 - An open source helicopter simulator
Summary: Review Request: sar2 - An open source helicopter simulator
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Elad Alfassa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-15 20:03 UTC by Tom "spot" Callaway
Modified: 2011-08-22 15:06 UTC (History)
5 users (show)

Fixed In Version: sar2-2.3.0-2.fc16
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-17 00:51:14 UTC
Type: ---
Embargoed:
elad: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Tom "spot" Callaway 2011-06-15 20:03:38 UTC
Spec URL: http://www.auroralinux.org/people/spot/review/new/sar2.spec
SRPM URL: http://www.auroralinux.org/people/spot/review/new/sar2-2.3.0-1.fc15.src.rpm
Description: 
Search and Rescue II is a rescue helicopter simulator for Linux. It features
several missions in which the player pilots a helicopter in order to rescue
people in distress. There are several scenarios and helicopter models.

Search and Rescue II has a strong focus on realistic physics and low graphics
requirements. It is a fork of the game "Search and Rescue"
(http://searchandrescue.sf.net), originally developed by Wolfpack
Entertainment.

Comment 1 Elad Alfassa 2011-06-16 11:31:36 UTC
I'll do the review.



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 2 Elad Alfassa 2011-06-16 11:55:27 UTC
+ Package meets naming and packaging guidelines
+ Spec file matches base package name.
+ Spec has consistent macro usage.
+ Meets Packaging Guidelines.
+ License
+ License field in spec matches
+ License file included in package
+ Spec in American English
+ Spec is legible.
+ Sources match upstream md5sum:
f91efe02165f371bd2ba8cb452a29677  sar2-2.3.0.tar.bz2

- Package needs ExcludeArch
+ BuildRequires correct
- Spec handles locales/find_lang
- Package is relocatable and has a reason to be.
- Package has %defattr and permissions on files is good.
- Package has a correct %clean section.
- Package has correct buildroot
+ Package is code or permissible content.
- Doc subpackage needed/used.
- Packages %doc files don't affect runtime.

- Headers/static libs in -devel subpackage.
- Spec has needed ldconfig in post and postun
- .pc files in -devel subpackage/requires pkgconfig
- .so files in -devel subpackage.
- -devel package Requires: %{name} = %{version}-%{release}
- .la files are removed.

+ Package is a GUI app and has a .desktop file

+ Package compiles and builds on at least one arch.
+ Package has no duplicate files in %files.
+ Package doesn't own any directories other packages own.
- Package owns all the directories it creates.
+ No rpmlint output.
+ final provides and requires are sane:
[elad@elephant result]$ for i in sar*rpm; do echo $i; rpm -qp --provides $i; echo =; rpm -qp --requires $i; echo; done
sar2-2.3.0-1.fc16.src.rpm
=
scons  
desktop-file-utils  
libX11-devel  
libSM-devel  
libXi-devel  
libXmu-devel  
SDL-devel  
SDL_image-devel  
openal-soft-devel  
freealut-devel  
mesa-libGLU-devel  
mesa-libGL-devel  
libICE-devel  
libXpm-devel  
libvorbis-devel  
libXext-devel  
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1

sar2-2.3.0-1.fc16.x86_64.rpm
sar2 = 2.3.0-1.fc16
sar2(x86-64) = 2.3.0-1.fc16
=
libGL.so.1()(64bit)  
libGLU.so.1()(64bit)  
libICE.so.6()(64bit)  
libSDL-1.2.so.0()(64bit)  
libSM.so.6()(64bit)  
libX11.so.6()(64bit)  
libXext.so.6()(64bit)  
libXmu.so.6()(64bit)  
libXpm.so.4()(64bit)  
libalut.so.0()(64bit)  
libc.so.6()(64bit)  
libc.so.6(GLIBC_2.14)(64bit)  
libc.so.6(GLIBC_2.2.5)(64bit)  
libc.so.6(GLIBC_2.3)(64bit)  
libc.so.6(GLIBC_2.3.4)(64bit)  
libc.so.6(GLIBC_2.4)(64bit)  
libc.so.6(GLIBC_2.7)(64bit)  
libgcc_s.so.1()(64bit)  
libm.so.6()(64bit)  
libm.so.6(GLIBC_2.2.5)(64bit)  
libopenal.so.1()(64bit)  
libpthread.so.0()(64bit)  
libpthread.so.0(GLIBC_2.2.5)(64bit)  
libstdc++.so.6()(64bit)  
libvorbisfile.so.3()(64bit)  
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rtld(GNU_HASH)  
rpmlib(PayloadIsXz) <= 5.2-1

sar2-debuginfo-2.3.0-1.fc16.x86_64.rpm
sar2-debuginfo = 2.3.0-1.fc16
sar2-debuginfo(x86-64) = 2.3.0-1.fc16
=
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadIsXz) <= 5.2-1


SHOULD Items:

+ Should build in mock.
- Should build on all supported archs
+ Should function as described.
- Should have sane scriptlets.
- Should have subpackages require base package with fully versioned depend.
+ Should have dist tag
+ Should package latest version

All good, APPROVED




-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 3 Tom "spot" Callaway 2011-08-08 16:42:43 UTC
New Package SCM Request
=======================
Package Name: sar2
Short Description: An open source helicopter simulator 
Owners: spot
Branches: f14 f15 f16 devel
InitialCC:

Comment 4 Gwyn Ciesla 2011-08-08 16:56:48 UTC
Git done (by process-git-requests).

OMGOMGOMGOMGOMGOMG I've been trying to get the original to build for *years*
thankyouthankyouthankyou <happydance>!!!!!!!

Sincerely, 

Jon

Comment 5 Fedora Update System 2011-08-08 17:26:00 UTC
sar2-2.3.0-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/sar2-2.3.0-1.fc15

Comment 6 Fedora Update System 2011-08-08 17:26:07 UTC
sar2-2.3.0-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/sar2-2.3.0-1.fc16

Comment 7 Fedora Update System 2011-08-08 17:26:15 UTC
sar2-2.3.0-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/sar2-2.3.0-1.fc14

Comment 8 Gwyn Ciesla 2011-08-08 18:06:23 UTC
I built and installed your SRPM on one of my systems, and I see no icon.  

You should update icon cache in post and postun.

Comment 9 Gwyn Ciesla 2011-08-08 18:07:53 UTC
. . .running it manually didn't help.  Hmmm.

Comment 10 Fedora Update System 2011-08-08 20:47:00 UTC
sar2-2.3.0-2.fc16 has been pushed to the Fedora 16 testing repository.

Comment 11 Fedora Update System 2011-08-17 00:51:09 UTC
sar2-2.3.0-2.fc14 has been pushed to the Fedora 14 stable repository.

Comment 12 Fedora Update System 2011-08-17 00:57:00 UTC
sar2-2.3.0-2.fc15 has been pushed to the Fedora 15 stable repository.

Comment 13 Fedora Update System 2011-08-22 15:06:32 UTC
sar2-2.3.0-2.fc16 has been pushed to the Fedora 16 stable repository.


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