Bug 1530084

Summary: Review Request: numix-icon-theme-square - Numix Project square icon theme
Product: [Fedora] Fedora Reporter: Brendan Early <mymindstorm>
Component: Package ReviewAssignee: Robert-André Mauchin 🐧 <eclipseo>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: eclipseo, fedora, mymindstorm, package-review
Target Milestone: ---Flags: eclipseo: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-18 03:53:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brendan Early 2018-01-01 20:14:32 UTC
Spec URL: https://raw.githubusercontent.com/mymindstorm/numix-square-spec/master/numix-icon-theme-square.spec
SRPM URL: https://raw.githubusercontent.com/mymindstorm/numix-square-spec/master/numix-icon-theme-square-0.1.0-1.git084e0ae.fc27.src.rpm
Description: Numix Square is a modern icon theme for Linux from the Numix project.
Fedora Account System Username: mymindstorm
Koji Build: https://koji.fedoraproject.org/koji/taskinfo?taskID=23960255

This is my first package and I'm looking for a sponsor. I'd also appreciate any feedback since I'm new to this.

Comment 1 Artur Frenszek-Iwicki 2018-01-03 12:06:36 UTC
>Release: 1.git%{shortcommit}%{?dist}
When packaging snapshots, you must include the commit date in the "Release:" tag.
https://fedoraproject.org/wiki/Packaging:Versioning#Snapshots

>archive/%{commit}.tar.gz#/numix-icon-theme-square-%{shortcommit}.tar.gz
With GitHub, you can use "archive/%{commit}/%{name}-%{commit}.tar.gz". This gives a nicer URL.

>cp -r Numix-Square %{buildroot}%{_datadir}/icons/Numix-Square
You should aim to preserve timestamps when copying files. Use "cp -pr" or "cp -a".

Comment 2 Artur Frenszek-Iwicki 2018-01-03 12:07:41 UTC
Forgot the guidelines link for the timestamps.
https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps

Comment 4 Robert-André Mauchin 🐧 2018-10-04 19:41:14 UTC
 - Fix your %changelog entries:

numix-icon-theme-square.noarch: W: incoherent-version-in-changelog 0.1.0-2..git ['0.1.0-2.20180829.git307e742.fc30', '0.1.0-2.20180829.git307e742']


Package approved.



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

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


===== 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: "*No copyright* GNU General Public License (v3.0)", "Unknown or
     generated". 2760 files have unknown license. Detailed output of
     licensecheck in /home/bob/packaging/review/numix-icon-theme-square
     /review-numix-icon-theme-square/licensecheck.txt
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: 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.
[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]: 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 10240 bytes in 1 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]: Package does not own files or directories owned by other packages.
[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]: 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 does not use a name that already exists.
[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

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

Generic:
[-]: 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.
[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.
[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]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== 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: numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc30.noarch.rpm
          numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc30.src.rpm
numix-icon-theme-square.noarch: W: incoherent-version-in-changelog 0.1.0-2..git ['0.1.0-2.20180829.git307e742.fc30', '0.1.0-2.20180829.git307e742']
numix-icon-theme-square.noarch: W: dangling-relative-symlink /usr/share/icons/Numix-Square-Light/16/panel ../../Numix-Light/16/panel
numix-icon-theme-square.noarch: W: dangling-relative-symlink /usr/share/icons/Numix-Square-Light/22/panel ../../Numix-Light/22/panel
numix-icon-theme-square.noarch: W: dangling-relative-symlink /usr/share/icons/Numix-Square-Light/24/panel ../../Numix-Light/24/panel
numix-icon-theme-square.noarch: W: dangling-relative-symlink /usr/share/icons/Numix-Square/16/panel ../../Numix/16/panel
numix-icon-theme-square.noarch: W: dangling-relative-symlink /usr/share/icons/Numix-Square/22/panel ../../Numix/22/panel
numix-icon-theme-square.noarch: W: dangling-relative-symlink /usr/share/icons/Numix-Square/24/panel ../../Numix/24/panel
numix-icon-theme-square.src: W: no-%build-section
2 packages and 0 specfiles checked; 0 errors, 8 warnings.

Comment 6 Robert-André Mauchin 🐧 2018-10-06 18:12:54 UTC
I have sponsored Brendan.

Comment 7 Igor Raits 2018-10-07 06:44:34 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/numix-icon-theme-square

Comment 8 Fedora Update System 2018-10-08 17:05:08 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-053009379a

Comment 9 Fedora Update System 2018-10-08 17:10:07 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-e86e0cb4db

Comment 10 Fedora Update System 2018-10-08 17:10:13 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-8ea27d61f3

Comment 11 Fedora Update System 2018-10-08 17:10:19 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-65ff4039d6

Comment 12 Fedora Update System 2018-10-08 20:53:28 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-e86e0cb4db

Comment 13 Fedora Update System 2018-10-09 01:17:49 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-053009379a

Comment 14 Fedora Update System 2018-10-09 01:36:13 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-65ff4039d6

Comment 15 Fedora Update System 2018-10-09 02:30:10 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-8ea27d61f3

Comment 16 Fedora Update System 2018-10-18 03:53:40 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.

Comment 17 Fedora Update System 2018-10-18 04:31:20 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.

Comment 18 Fedora Update System 2018-10-25 23:16:08 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.

Comment 19 Fedora Update System 2018-10-30 17:22:06 UTC
numix-icon-theme-square-0.1.0-2.20180829.git307e742.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.