https://bugzilla.redhat.com/show_bug.cgi?id=1229518
--- Comment #11 from gil cattaneo <puntogil(a)libero.it> ---
(In reply to Sergio Monteiro Basto from comment #10)
> gdesklets.appdata.xml example , but I will update soon .
Please, correct the description section, now you use comical.appdata.xml ones
are there some problems with the description in the attached file?
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1200955
Bug ID: 1200955
Summary: Review Request: python-wrapt - A Python module for
decorators, wrappers and monkey patching
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: chkumar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://chandankumar.fedorapeople.org/python-wrapt.spec
SRPM URL:
https://chandankumar.fedorapeople.org/python-wrapt-1.10.2-1.fc21.src.rpm
Description: The aim of the **wrapt** module is to provide a transparent object
proxy for Python, which can be used as the basis for the construction of
function wrappers and decorator functions.
Fedora Account System Username: chandankumar
koji-build: http://koji.fedoraproject.org/koji/taskinfo?taskID=9205396
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1229518
--- Comment #8 from gil cattaneo <puntogil(a)libero.it> ---
Issues:
https://fedoraproject.org/wiki/Packaging:AppData
"If a package contains a GUI application, then it SHOULD also install a
.appdata.xml file into %{_datadir}/appdata/. Installed .appdata.xml files MUST
follow the AppData specification page."
you should add a similar file, with the procedures reported in the above page
NOTE: i never used this software, please change "FIXME" with appropriate value
<?xml version="1.0" encoding="UTF-8"?>
<component type="FIXME">
<id>gdesklets</id>
<extends>gdesklets.desktop</extends>
<name>gDesklets</name>
<summary>FIXME</summary>
<url type="homepage">https://launchpad.net/gdesklets</url>
<url type="bugtracker">https://bugs.launchpad.net/gdesklets</url>
<metadata_license>FIXME</metadata_license>
<project_license>GPL-2.0+</project_license>
</component>
BuildRequires: libappstream-glib
install -Dp %{SOURCE1} %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml
%endif
appstream-util validate-relax --nonet
%{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml
and request to upstream to integrate it in their distribution
https://fedoraproject.org/wiki/Packaging:AppData#.metainfo.xml_file_creation
NON blocking issues:
gdesklets.i686: E: incorrect-fsf-address /usr/share/doc/gdesklets/COPYING
gdesklets-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/gdesklets-0.36.3/utils/svg.c
gdesklets-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/gdesklets-0.36.3/utils/x11.c
gdesklets-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/gdesklets-0.36.3/libdesklets/system/gtop.c
https://fedoraproject.org/wiki/Common_Rpmlint_issues#incorrect-fsf-address
Please, report to upstream the problem
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
is unnecessary, cause desktop-file-install already validate the .desktop file
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1229518
gil cattaneo <puntogil(a)libero.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1229518
--- Comment #6 from gil cattaneo <puntogil(a)libero.it> ---
Package Review
==============
Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed
Issues:
=======
- gtk-update-icon-cache is invoked in %postun and %posttrans if package
contains icons.
Note: icons in gdesklets
See: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Icon_Cache
IGNORE: already done
- Package contains BR: python2-devel or python3-devel
- 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
Please, fix
- Package installs a %{name}.desktop using desktop-file-install or desktop-
file-validate if there is such a file.
IGNORE: already done
- Package does not use a name that already exists.
Note: A package with this name already exists. Please check
https://admin.fedoraproject.org/pkgdb/acls/name/gdesklets
See:
https://fedoraproject.org/wiki/Packaging/NamingGuidelines#Conflicting_Packa…
- update-desktop-database is invoked in %post and %postun if package
contains desktop file(s) with a MimeType: entry.
Note: desktop file(s) with MimeType entry in gdesklets
See: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#desktop-
database
Please, fix
===== MUST items =====
C/C++:
[?]: Provides: bundled(gnulib) in place as required.
Note: Sources not installed
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[-]: Development (unversioned) .so files in -devel subpackage, if present.
Note: Unversioned so-files in private %_libdir subdirectory (see
attachment). Verify they are not in ld path.
[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.
Please, fix license field should be GPLv2+
[x]: License field in the package spec file matches the actual license.
Note: There is no build directory. Running licensecheck on vanilla
upstream sources. Licenses found: "GPL (v2 or later) (with incorrect
FSF address)", "Unknown or generated". 192 files have unknown license.
Detailed output of licensecheck in
/home/gil/1229518-gdesklets/licensecheck.txt
[x]: Package must own all directories that it creates.
Note: Directories without known owners: /usr/share/icons/gnome/48x48,
/usr/share/icons/gnome/48x48/mimetypes, /usr/share/icons/gnome
[?]: Package does not own files or directories owned by other packages.
Note: Dirs in package are owned also by: /usr/share/gdesklets/Displays
(gdesklets-quote-of-the-day, gdesklets), /usr/share/gdesklets
(gdesklets-quote-of-the-day, gdesklets)
[x]: %build honors applicable compiler flags or justifies otherwise.
[?]: Package contains no bundled libraries without FPC exception.
Note: Especially check following dirs for bundled code:
/home/gil/1229518-gdesklets/upstream-
unpacked/Source0/gdesklets-0.36.3/Sensors/External
[x]: Changelog in prescribed format.
[!]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
beginning of %install.
Note: rm -rf %{buildroot} present but not required
[x]: Sources contain only permissible code or content.
[!]: Each %files section contains %defattr if rpm < 4.4
Note: %defattr present but not needed
[-]: Development files must be in a -devel package
[-]: Package uses nothing in %doc for runtime.
[x]: The spec file handles locales properly.
[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.
[-]: Large documentation must go in a -doc subpackage. Large could be size
(~1MB) or number of files.
Note: Documentation size is 143360 bytes in 5 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]: Package requires other packages for directories it uses.
[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]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package contains desktop file if it is a GUI application.
[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 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
Python:
[x]: Binary eggs must be removed in %prep
Note: Cannot find any build in BUILD directory (--prebuilt option?)
[-]: Python eggs must not download any dependencies during the build
process.
[-]: A package which is used by another package via an egg interface should
provide egg info.
[x]: Package meets the Packaging Guidelines::Python
===== SHOULD items =====
Generic:
[!]: update-mime-database is invoked in %post and %postun if package stores
mime configuration in /usr/share/mime/packages.
Note: mimeinfo files in: gdesklets
See:
http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#mimeinfo
[!]: Buildroot is not present
Note: Buildroot: present but not needed
[-]: 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.
[!]: Patches link to upstream bugs/comments/lists or are otherwise
justified.
[x]: 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.
[?]: Spec use %global instead of %define unless justified.
Note: %define requiring justification: #%define alphatag beta
Please, remove
[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]: 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.
===== EXTRA items =====
Generic:
[!]: Package should not use obsolete m4 macros
Note: Some obsoleted macros found, see the attachment.
See: https://fedorahosted.org/FedoraReview/wiki/AutoTools
[?]: Large data in /usr/share should live in a noarch subpackage if package
is arched.
Note: Arch-ed rpms have a total of 1003520 bytes in /usr/share
[x]: Rpmlint is run on debuginfo package(s).
Note: There are rpmlint messages (see attachment).
[x]: Rpmlint is run on all installed packages.
Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.
Rpmlint
-------
Checking: gdesklets-0.36.3-18.fc23.i686.rpm
gdesklets-0.36.3-18.fc23.src.rpm
gdesklets.i686: W: invalid-url URL: https://launchpad.net/gdesklets <urlopen
error _ssl.c:489: The handshake operation timed out>
gdesklets.i686: E: incorrect-fsf-address /usr/share/doc/gdesklets/COPYING
gdesklets.i686: W: non-conffile-in-etc /etc/xdg/autostart/gdesklets.desktop
gdesklets.i686: E: non-executable-script
/usr/lib/gdesklets/Displays/15pieces/make_tiles.sh 0644L /bin/bash
gdesklets.i686: W: desktopfile-without-binary
/usr/share/applications/gdesklets.desktop gdesklets
gdesklets.src:1: W: macro-in-comment %define
gdesklets.src:16: W: mixed-use-of-spaces-and-tabs (spaces: line 16, tab: line
3)
2 packages and 0 specfiles checked; 2 errors, 5 warnings.
Rpmlint (debuginfo)
-------------------
Checking: gdesklets-debuginfo-0.36.3-18.fc23.i686.rpm
gdesklets-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/gdesklets-0.36.3/utils/svg.c
gdesklets-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/gdesklets-0.36.3/utils/x11.c
gdesklets-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/gdesklets-0.36.3/libdesklets/system/gtop.c
1 packages and 0 specfiles checked; 3 errors, 0 warnings.
Rpmlint (installed packages)
----------------------------
INFO: mock.py version 1.2.9 starting (python version = 2.7.5)...
Start: init plugins
INFO: selinux enabled
Finish: init plugins
Start: run
Start: chroot init
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled dnf cache
Start: cleaning dnf metadata
Finish: cleaning dnf metadata
INFO: enabled ccache
Mock Version: 1.2.9
INFO: Mock Version: 1.2.9
Traceback (most recent call last):
File "/usr/sbin/mock", line 831, in <module>
main()
File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line
84, in trace
result = func(*args, **kw)
File "/usr/sbin/mock", line 653, in main
run_command(options, args, config_opts, commands, buildroot, state)
File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line
84, in trace
result = func(*args, **kw)
File "/usr/sbin/mock", line 708, in run_command
commands.init()
File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line
84, in trace
result = func(*args, **kw)
File "/usr/lib/python2.7/site-packages/mockbuild/backend.py", line 123, in
init
self.buildroot.initialize(**kwargs)
File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line
84, in trace
result = func(*args, **kw)
File "/usr/lib/python2.7/site-packages/mockbuild/buildroot.py", line 84, in
initialize
self._init(prebuild=prebuild, do_log=do_log)
File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line
84, in trace
result = func(*args, **kw)
File "/usr/lib/python2.7/site-packages/mockbuild/buildroot.py", line 128, in
_init
self._setup_devices()
File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line
84, in trace
result = func(*args, **kw)
File "/usr/lib/python2.7/site-packages/mockbuild/buildroot.py", line 442, in
_setup_devices
os.symlink("/proc/self/mounts", self.make_chroot_path('etc', 'mtab'))
OSError: [Errno 17] File exists
Requires
--------
gdesklets (rpmlib, GLIBC filtered):
/bin/sh
/usr/bin/env
gnome-python2-gconf
libatk-1.0.so.0
libc.so.6
libcairo.so.2
libfontconfig.so.1
libfreetype.so.6
libgdk-x11-2.0.so.0
libgdk_pixbuf-2.0.so.0
libgio-2.0.so.0
libglib-2.0.so.0
libgobject-2.0.so.0
libgtk-x11-2.0.so.0
libgtop-2.0.so.10
libm.so.6
libpango-1.0.so.0
libpangocairo-1.0.so.0
libpangoft2-1.0.so.0
libpthread.so.0
librsvg-2.so.2
rtld(GNU_HASH)
Provides
--------
gdesklets:
application()
application(gdesklets.desktop)
gdesklets
gdesklets(x86-32)
mimehandler(application/x-gdesklets-display)
Unversioned so-files
--------------------
gdesklets: /usr/lib/gdesklets/libdesklets/system/gtop.so
gdesklets: /usr/lib/gdesklets/utils/svg.so
gdesklets: /usr/lib/gdesklets/utils/tiling.so
gdesklets: /usr/lib/gdesklets/utils/x11.so
Source checksums
----------------
https://launchpad.net/gdesklets/0.3x/release-of-0.36.3/+download/gdesklets-…
:
CHECKSUM(SHA256) this package :
805b0343635e5dcfd24d23ab10f0153ab5135dc971ba1712fbf4bddbeee26af5
CHECKSUM(SHA256) upstream package :
805b0343635e5dcfd24d23ab10f0153ab5135dc971ba1712fbf4bddbeee26af5
AutoTools: Obsoleted m4s found
------------------------------
AC_PROG_LIBTOOL found in: /home/gil/1229518-gdesklets/upstream-
unpacked/Source0/gdesklets-0.36.3/configure.ac:20
AM_CONFIG_HEADER found in: /home/gil/1229518-gdesklets/upstream-
unpacked/Source0/gdesklets-0.36.3/configure.ac:8
Generated by fedora-review 0.5.3 (bcf15e3) last change: 2015-05-04
Command line :/usr/bin/fedora-review -b 1229518 -m fedora-rawhide-i386
Buildroot used: fedora-rawhide-i386
Active plugins: Python, Generic, Shell-api, C/C++
Disabled plugins: Java, SugarActivity, fonts, Haskell, Ocaml, Perl, R, PHP,
Ruby
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1229518
--- Comment #5 from gil cattaneo <puntogil(a)libero.it> ---
an other issues: you must use %license macro for COPYING file
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component