Bug 757860 (kgpg) - Review Request: kgpg - Manage GPG encryption keys
Summary: Review Request: kgpg - Manage GPG encryption keys
Keywords:
Status: CLOSED RAWHIDE
Alias: kgpg
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Christoph Wickert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: kde-reviews
TreeView+ depends on / blocked
 
Reported: 2011-11-28 20:43 UTC by Rex Dieter
Modified: 2011-12-01 15:00 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-12-01 15:00:53 UTC
Type: ---
Embargoed:
christoph.wickert: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Rex Dieter 2011-11-28 20:43:00 UTC
Spec URL: http://rdieter.fedorapeople.org/rpms/kdeutils/kgpg.spec
SRPM URL: http://rdieter.fedorapeople.org/rpms/kdeutils/kgpg-4.7.80-1.fc16.src.rpm
Description:
KGpg is a simple interface for GnuPG, a powerful encryption utility.


This is being split out in kde-4.7.80 from previously monolithic kdeutils
package.

Comment 1 Christoph Wickert 2011-11-28 21:04:35 UTC
I'll review this.

Comment 2 Christoph Wickert 2011-11-28 23:14:59 UTC
REVIEW FOR 55ed39ab549b6cc50d4929d7a4498cc4  kgpg-4.7.80-1.fc16.src.rpm


MUST items

FIX - MUST: rpmlint output: $ rpmlint /var/lib/mock/fedora-rawhide-x86_64/result/kgpg-*
kgpg.src:8: W: macro-in-comment %{name}
kgpg.src: W: invalid-url Source0: ftp://ftp.kde.org/pub/kde/stable/4.7.80/src/kgpg-4.7.80.tar.bz2 <urlopen error ftp error: 550 Failed to change directory.>
kgpg.x86_64: E: script-without-shebang /usr/share/applications/kde4/kgpg.desktop
kgpg.x86_64: W: no-manual-page-for-binary kgpg
3 packages and 0 specfiles checked; 1 errors, 3 warnings.

Source URL needs to be fixed, the rest is ok. The desktop files are executable
on purpose.
The macro-in-comment warning is caused by the  commented out URL line; remove
if it not going to be used anymore.

OK - MUST: package is named according to the Package Naming Guidelines
OK - MUST: spec file name matches the base package in the format %{name}.spec
OK - MUST: package meets the Packaging Guidelines
OK - MUST: package is licensed with a Fedora approved license and meets the Licensing Guidelines: GPLv2+
OK - MUST: License field in the package spec file matches the actual license: GPLv2+
OK - MUST: source package includes the text of the license in its own file and that file is included in %doc
OK - MUST: spec file is written in American English
OK - MUST: spec file for the package is legible
OK - MUST: sources match the upstream source, as provided in the spec URL by md5 b3731775d46443d429fccd6e0c9eb0d9
OK - MUST: package successfully compiles and builds into binary rpms on at least one primary architecture
N/A - MUST: If the package does not successfully compile, build or work on an architecture, then those architectures should be listed in the spec in ExcludeArch
OK - MUST: all build dependencies are listed in BuildRequires
OK - MUST: spec file handles locales properly using %find_lang
N/A - MUST: package (or subpackage) stores shared library files in the dynamic linker's default paths and call ldconfig in %post and %postun
OK - MUST: package does not bundle copies of system libraries
OK - MUST: package is not designed to be relocatable
OK - MUST: package owns all directories that it creates
OK - MUST: package does not list a file more than once in the spec file's %files listings
OK - MUST: permissions on files are set properly
OK - MUST: package consistently use macros
OK - MUST: package contains code, or permissable content
N/A - MUST: large documentation files must go in a -doc subpackage
OK - MUST: files included as %doc do not affect the runtime of the application
N/A - MUST: header files are in -devel package
N/A - MUST: static libraries are in -static package
N/A - MUST: library files with a suffix are in -devel package
N/A - MUST: -devel package requires the base package using a fully versioned dependency
OK - MUST: package does not contain any .la libtool archives
OK - MUST: package contains a GUI application and includes a %{name}.desktop
file that is properly validated with desktop-file-validate
OK - MUST: package does not own files or directories already owned by other packages
OK - MUST: all filenames in the package are valid UTF-8


SHOULD items

N/A - SHOULD: source package does not include license text(s) as a separate file from upstream, query upstream to include it
N/A - SHOULD: description and summary sections should contain translations for supported Non-English languages, if available
OK - SHOULD: package builds in mock
OK - SHOULD: package compiles and builds into binary rpms on all supported architectures
OK - SHOULD: package functions as described
OK - SHOULD: scriptlets are sane
N/A - SHOULD: subpackages other than devel require the base package using a fully versioned dependency
N/A - SHOULD: pkgconfig(.pc) files are in -devel package
OK - SHOULD: package has no file dependencies outside of /etc, /bin, /sbin, /usr/bin, or /usr/sbin
N/A - SHOULD: package contains man pages for binaries/scripts


OTHER items

OK - latest (un)stable version packaged
FIX - source URL is invalid: 'stable' should be 'unstable'
OK - compiler flags ok
OK - debuginfo complete
N/A - package contains a pkgconfig(.pc) files and has 'Requires: pkgconfig'.


ISSUES

- Fix Soure0 URL
- Please add a comment to the Patch, the URL of the bug for upstreaming it or the URL of the commit where it was applied.
- desktop-file-validate should be in %install not in %check
- package requires dbus-launch, but I am not sure there is an indirect
dependency on dbus-x11 already. Consider adding a direct one.


NOTES

- %setup -q -n %{name}-%{version} is the same as %setup -q
- consider adding a %clean section and a %defattr line for compatibility with
older versions of rpm
- The license is a mix of GPLv2+ and GPLv3+. This can be summarized under GPLv2+, but IANAL and don't know what the KDE SIG usually does about the "any later version accepted by the membership of KDE e.V" phrase.


Please fix the issues and consider the package

APPROVED

Comment 3 Christoph Wickert 2011-11-28 23:18:52 UTC
Summary could be a little more verbose instead of using 2 abbreviations (out of 3 words). BTW, it should be GPG and GUI (capital letters).

Comment 4 Rex Dieter 2011-11-29 14:46:49 UTC
New Package SCM Request
=======================
Package Name: kwallet
Short Description: Manage GOG encryption keys
Owners: than jreznik ltinkl rnovacek rdieter kkofler
Branches: f16

Comment 5 Gwyn Ciesla 2011-11-29 14:59:51 UTC
Summary says kgpg, source says kgpg, request says kwallet.  ??

Comment 6 Rex Dieter 2011-11-29 15:06:26 UTC
ha, copy-n-paste fail, lets try again:

New Package SCM Request
=======================
Package Name: kgpg
Short Description: Manage GOG encryption keys
Owners: than jreznik ltinkl rnovacek rdieter kkofler
Branches: f16

Comment 7 Gwyn Ciesla 2011-11-29 15:16:37 UTC
Git done (by process-git-requests).

Comment 8 Rex Dieter 2011-12-01 15:00:53 UTC
thanks, imported into git


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