[Bug 1338505] Review Request: planex - RPM build tool

2016-07-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338505

Robin Lee  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Blocks||201449 (FE-DEADREVIEW)
 Resolution|--- |NOTABUG
Last Closed||2016-07-10 22:21:49




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=201449
[Bug 201449] FE-DEADREVIEW -- Reviews stalled due to lack of submitter
response should be blocking this bug.
-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338505] Review Request: planex - RPM build tool

2016-06-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338505



--- Comment #2 from Miroslav Suchý  ---
Planex use yum-plugin-priorities - note that new projects should not use yum,
but rather DNF. And this plugin is now part of DNF, see priority option in man
dnf.conf.

There are no man pages:
planex.noarch: W: no-manual-page-for-binary planex-fetch
planex.noarch: W: no-manual-page-for-binary planex-init
planex.noarch: W: no-manual-page-for-binary planex-depend
planex.noarch: W: no-manual-page-for-binary planex-makedeb
planex.noarch: W: no-manual-page-for-binary planex-cache
planex.noarch: W: no-manual-page-for-binary planex-pin

> sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
Why? This is not needed. Version is version. Not version-release.

> %{__python} setup.py build
Should be:
  %py2_build

> %{__python} setup.py install --single-version-externally-managed -O1 
> --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
Should be:
  %py2_install

> Requires: createrepo
Createrepo is obsolete. You should use createrepo_c. It is much faster and is
usually drop-in replacement.
http://portingdb-encukou.rhcloud.com/pkg/createrepo/

This package use python2. Whole Fedora is now trying to migrate to Python3
  http://portingdb-encukou.rhcloud.com/
It will be nice if you can cooperate with upstream on migrating to python3.

Any reason why planex.ps is not included as %doc?

Upstream provides tests and you do not run them in %check section. You should
run it.

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338505] Review Request: planex - RPM build tool

2016-06-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338505

Miroslav Suchý  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||msu...@redhat.com
   Assignee|nob...@fedoraproject.org|msu...@redhat.com
  Flags||fedora-review?



-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338505] Review Request: planex - RPM build tool

2016-05-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338505



--- Comment #1 from Robin Lee  ---
Spec URL: https://cheeselee.fedorapeople.org/planex.spec
SRPM URL: https://cheeselee.fedorapeople.org/planex-0.7.3-2.fc22.src.rpm

Change:
- Don't include the bash_completion script (BZ#1338709)

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org