Bug 1168907 - Package Review: freerouting - Circuit Board Routing Tool
Summary: Package Review: freerouting - Circuit Board Routing Tool
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard Marko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-28 11:49 UTC by Lubomir Rintel
Modified: 2016-02-01 02:23 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-12-26 20:25:07 UTC
Type: Bug
Embargoed:
rmarko: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Lubomir Rintel 2014-11-28 11:49:36 UTC
SPEC: http://v3.sk/~lkundrak/SPECS/freerouting.spec
SRPM: http://v3.sk/~lkundrak/SRPMS/freerouting-1.2.43-1.20140513git265f040.fc21.src.rpm

Description:

Java Based Printed Circuit Board Routing Software from FreeRouting.net written 
by Alfons Wirtz.

This software can be used together with all host PCB design software systems 
containing a standard Specctra or Electra DSN interface. It imports .dsn-files 
generated by the Specctra interface of the host system and exports Specctra 
session files.

Comment 1 Lubomir Rintel 2014-11-28 12:07:28 UTC
Whoops, wrong account used to create the bug. My FAS account is "lkundrak"

Comment 3 Richard Marko 2014-12-12 15:17:15 UTC
ACK, please fix the jpackage-utils requirement.


Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated

Issues:
=======
- Packages have proper BuildRequires/Requires on jpackage-utils

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

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)", "Unknown or generated".
[x]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by: /usr/share/mime(shared-mime-
     info), /usr/share/mime/packages(shared-mime-info)
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[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.
[!]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: 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 freerouting
[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 51200 bytes in 2 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]: 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 %doc.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[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]: Package contains desktop file if it is a GUI application.
[x]: Package installs a %{name}.desktop using desktop-file-install or desktop-
     file-validate if there is such a file.
[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 do not use a name that already exist
[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

Java:
[x]: Bundled jar/class files should be removed before build

Maven:
[-]: If package contains pom.xml files install it (including depmaps) even
     when building with ant
[x]: Old add_to_maven_depmap macro is not being used

===== SHOULD items =====

Generic:
[x]: 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.
[-]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[-]: Packages should try to preserve timestamps of original installed files.
[x]: update-mime-database is invoked in %post and %postun if package stores
     mime configuration in /usr/share/mime/packages.
     Note: mimeinfo files in: freerouting
[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]: Dist tag is present (not strictly required in GL).
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

Java:
[-]: Package uses upstream build method (ant/maven/etc.)
[x]: Packages are noarch unless they use JNI

===== EXTRA items =====

Generic:
[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: freerouting-1.2.43-2.20140513git265f040.fc21.noarch.rpm
          freerouting-1.2.43-2.20140513git265f040.fc21.src.rpm
freerouting.noarch: W: spelling-error %description -l en_US dsn -> den, din, don
freerouting.noarch: W: no-manual-page-for-binary freerouting
freerouting.src: W: spelling-error %description -l en_US dsn -> den, din, don
2 packages and 0 specfiles checked; 0 errors, 3 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint freerouting
freerouting.noarch: W: spelling-error %description -l en_US dsn -> den, din, don
freerouting.noarch: W: no-manual-page-for-binary freerouting
1 packages and 0 specfiles checked; 0 errors, 2 warnings.
# echo 'rpmlint-done:'



Requires
--------
freerouting (rpmlib, GLIBC filtered):
    /bin/sh
    java
    javahelp2



Provides
--------
freerouting:
    application()
    application(freerouting.desktop)
    freerouting
    mimehandler(application/x-dsn)



Source checksums
----------------
https://github.com/nikropht/FreeRouting/archive/265f0406f63271fde2e40df71ce3347f6743ae87/FreeRouting-265f0406f63271fde2e40df71ce3347f6743ae87.tar.gz :
  CHECKSUM(SHA256) this package     : 677804f5799099ec9c7a89bacdb07f3b49276790aaa07e22a252427cafe9d02d
  CHECKSUM(SHA256) upstream package : 677804f5799099ec9c7a89bacdb07f3b49276790aaa07e22a252427cafe9d02d


Generated by fedora-review 0.5.2 (63c24cb) last change: 2014-07-14
Command line :/usr/bin/fedora-review -b 1168907
Buildroot used: fedora-21-x86_64
Active plugins: Generic, Shell-api, Java
Disabled plugins: C/C++, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP, Ruby
Disabled flags: EXARCH, EPEL5, BATCH, DISTTAG

Comment 4 Lubomir Rintel 2014-12-15 08:52:01 UTC
Thank you, sir!

New Package SCM Request
=======================
Package Name: freerouting
Short Description: Circuit Board Routing Tool
Upstream URL: http://www.freerouting.net/
Owners: lkundrak
Branches: f19 f20 f21 el6 epel7

Comment 5 Gwyn Ciesla 2014-12-15 13:24:07 UTC
Git done (by process-git-requests).

Comment 6 Lubomir Rintel 2014-12-26 20:25:07 UTC
Thank you. Imported and built


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