Spec URL: https://alciregi.fedorapeople.org/mygnuhealth/mygnuhealt.spec SRPM URL: https://alciregi.fedorapeople.org/mygnuhealth/mygnuhealth-1.0.5-1.fc35.src.rpm Description: MyGNUHealth is a desktop and mobile application that helps you to take control of your health. As a Personal Health Record, you will be able to record, assess and proactively take action upon the determinants of the main health spheres (bio-psycho-social). MyGNUHealth will be your health companion. You will be able to connect with your health professionals, and share the health data you wish to share with them in real time. Fedora Account System Username: alciregi Successful Koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=81034122
Since this is a package "that primarily provide applications, services or any kind of executables", you can follow https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_application_naming but: - the main package must be not noarch - you should add a virtual provide of 'python3-mygnuhealth' As alternative you can follow https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_library_naming but - the main package must be named 'python-mygnuhealth' - you must provide files under a 'python3-mygnuhealth' architecture dependent package
If I remove BuildArch: noarch It seems to lead to Processing files: mygnuhealth-debugsource-1.0.5-1.fc35.x86_64 error: Empty %files file /var/home/alessio/rpmbuild/BUILD/mygnuhealth-1.0.5/debugsourcefiles.list RPM build errors: Empty %files file /var/home/alessio/rpmbuild/BUILD/mygnuhealth-1.0.5/debugsourcefiles.list Should I add this? %define debug_package %{nil}
Spec URL: https://alciregi.fedorapeople.org/mygnuhealth/mygnuhealt.spec SRPM URL: https://alciregi.fedorapeople.org/mygnuhealth/mygnuhealth-1.0.5-1.fc35.src.rpm
My comment about the package needs to be arch dependent is wrong: this is not built against C or C++, it's just plain Python, so you can revert the main package to be noarch and remove the line which disable debug. The only comment I made right was about the virtual provide of 'python3-mygnuhealth', that you already fixed. Sorry for that, I'll try to do a full review soon.
Can you revert the changes I pointed above so that fedora-review can analyze the right spec file?
Yes. Sorry. ASAP
Ok. Spec URL: https://alciregi.fedorapeople.org/mygnuhealth/mygnuhealt.spec SRPM URL: https://alciregi.fedorapeople.org/mygnuhealth/mygnuhealth-1.0.5-1.fc35.src.rpm
Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Dist tag is present. - Spec file name must match the spec package %{name}, in the format %{name}.spec. Note: mygnuhealt.spec should be mygnuhealth.spec See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_spec_file_naming - Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 3020800 bytes in 33 files. See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_documentation I also add that in my opinion %doc %{_docdir}/mygnuhealth/* should be changed to %doc %{_docdir}/mygnuhealth so that it includes all the files AND the directory itself. ===== 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: There is no build directory. Running licensecheck on vanilla upstream sources. No licenses found. Please check the source files for licenses manually. [x]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/icons/hicolor/scalable, /usr/share/icons/hicolor/scalable/apps, /usr/share/icons/hicolor [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. [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. [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 %license. [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]: 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 must not depend on deprecated() packages. [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]: File names are valid UTF-8. [x]: Packages must not store files under /srv, /opt or /usr/local Python: [ ]: 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. [ ]: Package meets the Packaging Guidelines::Python [x]: Package contains BR: python2-devel or python3-devel [x]: Packages MUST NOT have dependencies (either build-time or runtime) on packages named with the unversioned python- prefix unless no properly versioned package exists. Dependencies on Python packages instead MUST use names beginning with python2- or python3- as appropriate. [x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files ===== 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). [?]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [x]: Patches link to upstream bugs/comments/lists or are otherwise justified. [-]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [-]: 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: [!]: Spec file according to URL is the same as in SRPM. Note: Bad spec filename: /home/rpmbuild/reviews/2038734-mygnuhealt/srpm- unpacked/mygnuhealt.spec See: (this test has no URL) [x]: Rpmlint is run on all installed packages. Note: There are rpmlint messages (see attachment). Rpmlint ------- Cannot parse rpmlint output: Rpmlint (installed packages) ---------------------------- Cannot parse rpmlint output: Source checksums ---------------- https://ftp.gnu.org/gnu/health/mygnuhealth/mygnuhealth-1.0.5.tar.gz : CHECKSUM(SHA256) this package : 1a186b02b71371a5c7c18237af3ec623f8539afdead04cc5096ece8b1f29bcc7 CHECKSUM(SHA256) upstream package : 1a186b02b71371a5c7c18237af3ec623f8539afdead04cc5096ece8b1f29bcc7 Requires -------- mygnuhealth (rpmlib, GLIBC filtered): /usr/bin/python3 kf5-kirigami2 python(abi) python3-pyside2 python3.10dist(bcrypt) python3.10dist(matplotlib) python3.10dist(requests) python3.10dist(tinydb) Provides -------- mygnuhealth: application() application(org.gnuhealth.mygnuhealth.desktop) metainfo() metainfo(org.gnuhealth.mygnuhealth.metainfo.xml) mygnuhealth python3-mygnuhealth python3.10dist(mygnuhealth) python3dist(mygnuhealth) Generated by fedora-review 0.7.6 (b083f91) last change: 2020-11-10 Command line :/usr/bin/fedora-review -b 2038734 Buildroot used: fedora-rawhide-x86_64 Active plugins: Python, Shell-api, Generic Disabled plugins: PHP, R, SugarActivity, fonts, Ocaml, Haskell, Java, C/C++, Perl Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH
(In reply to Mattia Verga from comment #8) > - Spec file name must match the spec package %{name}, in the format > %{name}.spec. > Note: mygnuhealt.spec should be mygnuhealth.spec > See: https://docs.fedoraproject.org/en-US/packaging- > guidelines/#_spec_file_naming Whoops. A typo. > - Large documentation must go in a -doc subpackage. Large could be size > (~1MB) or number of files. > Note: Documentation size is 3020800 bytes in 33 files. > See: https://docs.fedoraproject.org/en-US/packaging- > guidelines/#_documentation Done > %doc %{_docdir}/mygnuhealth Done Spec URL: https://alciregi.fedorapeople.org/mygnuhealth/mygnuhealth.spec SRPM URL: https://alciregi.fedorapeople.org/mygnuhealth/mygnuhealth-1.0.5-1.fc35.src.rpm
The fixes look good, package APPROVED!
(fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/mygnuhealth
FEDORA-2022-f71493dda4 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-f71493dda4
FEDORA-2022-f71493dda4 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.