Bug 2036109 - Review Request: intel-cm-compiler - Intel(R) C for Metal compiler
Summary: Review Request: intel-cm-compiler - Intel(R) C for Metal compiler
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Neal Gompa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2036104 2036105 2036106
Blocks: 1942132
TreeView+ depends on / blocked
 
Reported: 2021-12-29 18:11 UTC by František Zatloukal
Modified: 2022-01-27 13:34 UTC (History)
3 users (show)

Fixed In Version: intel-cm-compiler-1.0.119-1.fc36
Clone Of:
Environment:
Last Closed: 2022-01-22 17:57:53 UTC
Type: Bug
Embargoed:
ngompa13: fedora-review+


Attachments (Terms of Use)

Comment 3 Neal Gompa 2022-01-21 10:50:20 UTC
> %{_includedir}/cm/*

You can take the asterisk off, then RPM will also ensure the package owns the directory and all the content under it.

Comment 4 Neal Gompa 2022-01-21 10:51:55 UTC
Review notes:

* Packaging complies with the guidelines
* Package builds and installs
* No serious issues from rpmlint
* Licensing is correct and license files are correctly installed

You can fix the one issue I noticed on import, so...

PACKAGE APPROVED.

Comment 5 Gwyn Ciesla 2022-01-21 14:38:11 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/intel-cm-compiler

Comment 6 František Zatloukal 2022-01-22 17:57:53 UTC
Built in rawhide: intel-cm-compiler-1.0.119-1.fc36

Comment 7 Dominik 'Rathann' Mierzejewski 2022-01-26 08:18:02 UTC
@ngompa13 you missed a couple of things:

%{_libdir}/libclangFEWrapper.so.*

This allows unnoticed SONAME bumps and is not permitted.

LICENSE.TXT should be in -libs, because it's possible to install -libs separately and it won't include the license text as required.

Also, there's an empty %doc in -devel.

@

Comment 8 Dominik 'Rathann' Mierzejewski 2022-01-26 08:19:48 UTC
One more thing. I'd use rm -rv instead of rm -rf. With the latter, you won't notice if some of the things you're deleting are no longer there, while the former tells you what you deleted.

Comment 9 František Zatloukal 2022-01-27 13:34:39 UTC
Thanks!

It should be addressed by intel-cm-compiler-1.0.119-2.fc36 ; as for rm -rf, I'll prefer to leave it as it is. It seems anyway that any upstream update will require poking the package with stick until it starts working, so... :D


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