Bug 2307694 - Review Request: aribb24 - A library for ARIB STD-B24
Summary: Review Request: aribb24 - A library for ARIB STD-B24
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL: https://github.com/nkoriyama/%{name}
Whiteboard:
Depends On:
Blocks: MultimediaSIG
TreeView+ depends on / blocked
 
Reported: 2024-08-24 07:09 UTC by Simone Caronni
Modified: 2024-09-10 20:37 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)
The .spec file difference from Copr build 7939920 to 7953282 (936 bytes, patch)
2024-08-29 16:22 UTC, Fedora Review Service
no flags Details | Diff

Description Simone Caronni 2024-08-24 07:09:45 UTC
Spec URL: https://slaanesh.fedorapeople.org/aribb24.spec
SRPM URL: https://slaanesh.fedorapeople.org/aribb24-1.0.3-1.20160216git5e9be27.fc40.src.rpm
Description: A library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS
stream.
Fedora Account System Username: slaanesh

Comment 1 Fedora Review Service 2024-08-24 07:17:08 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/7939920
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2307694-aribb24/fedora-rawhide-x86_64/07939920-aribb24/fedora-review/review.txt

Found issues:

- No gcc, gcc-c++ or clang found in BuildRequires
  Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/
- Not a valid SPDX expression 'LGPL-3.0'.
  Read more: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1

Please know that there can be false-positives.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 3 Fedora Review Service 2024-08-29 16:22:32 UTC
Created attachment 2045031 [details]
The .spec file difference from Copr build 7939920 to 7953282

Comment 4 Fedora Review Service 2024-08-29 16:22:34 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/7953282
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2307694-aribb24/fedora-rawhide-x86_64/07953282-aribb24/fedora-review/review.txt

Please take a look if any issues were found.


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 5 Yaakov Selkowitz 2024-09-06 15:22:16 UTC
First off, this has not been updated upstream in years; it is really still useful?

Adding the git snapshot information to Release is deprecated; current guidelines state these should be in Version instead:

https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_snapshots

Which would look something like:

Version:        1.0.3%{!?tag:^%{date}git%{shortcommit0}}
Release:        2%{?dist}

BTW, why is release 2 and not 1?

Drop the Requires: pkg-config from -devel.

In %files devel, change %{_includedir}/%{name}/*.h to just %{_includedir}/%{name}/ so that the directory is also owned.

Comment 6 Simone Caronni 2024-09-07 16:39:25 UTC
(In reply to Yaakov Selkowitz from comment #5)
> First off, this has not been updated upstream in years; it is really still
> useful?

It has been the main support in ffmpeg (and still is) for anything ARIB STD-B24. I think it will be eventually replaced completely by libaribcaption, but I can't tell.

> Adding the git snapshot information to Release is deprecated; current
> guidelines state these should be in Version instead:
> 
> https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/
> #_snapshots
> 
> Which would look something like:
> 
> Version:        1.0.3%{!?tag:^%{date}git%{shortcommit0}}
> Release:        2%{?dist}

Doh, I was not aware it changed. I guess I will update all packages that I maintain with snapshots in the name.

> BTW, why is release 2 and not 1?

Leftover I guess, I will reuse 1.
 
> Drop the Requires: pkg-config from -devel.
> 
> In %files devel, change %{_includedir}/%{name}/*.h to just
> %{_includedir}/%{name}/ so that the directory is also owned.

Done.

Comment 7 Simone Caronni 2024-09-10 06:44:27 UTC
Spec URL: https://slaanesh.fedorapeople.org/aribb24.spec
SRPM URL: https://slaanesh.fedorapeople.org/aribb24-1.0.3.20160216git5e9be27-3.fc40.src.rpm

Updated, sorry for the delay.

I've left revision 3 as it will update the package from my repository and remove it, and it already contains a bit of history.

Comment 8 Yaakov Selkowitz 2024-09-10 20:37:25 UTC
Version is still incorrect per the guidelines; please review my comment above and the link therein.  Following those will make the version higher than your previous build in your repo, so Release should still be 1.

Again, drop the Requires: pkg-config from -devel.

Add %doc README.md to %files.


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