Bug 2224193 - Review Request: ipcgull - A GDBus-based IPC library for modern C++
Summary: Review Request: ipcgull - A GDBus-based IPC library for modern C++
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Vasiliy Glazov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-20 07:06 UTC by Nicolas De Amicis
Modified: 2023-07-24 07:01 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-07-24 07:01:23 UTC
Type: ---
Embargoed:
vascom2: fedora-review+


Attachments (Terms of Use)
The .spec file difference from Copr build 6189364 to 6189852 (1.83 KB, patch)
2023-07-20 09:28 UTC, Fedora Review Service
no flags Details | Diff

Description Nicolas De Amicis 2023-07-20 07:06:27 UTC
Spec URL: https://deamn.fedorapeople.org/ipcgull.spec
SRPM URL: https://deamn.fedorapeople.org/ipcgull-0.1-0.fc39.src.rpm
Description: Ipcgull is a C++ IPC library that takes advantage of modern C++17 features to provide a simple interface for developers to handle IPC.
Currently, Ipcgull only supports a D-Bus backend (via GDBus), but this is abstracted by the library and can theoretically be replaced. However, that is out of scope for this project. This project was originally designed solely for use in LogiOps.
Fedora Account System Username: deamn

Comment 1 Vasiliy Glazov 2023-07-20 07:33:37 UTC
1. Why debug_package %{nil} ?

2. Release: 0%{?dist}
must be 
Release: 1%{?dist}

3. Need to change License: GPLv3
to
License: GPL-3.0-or-later

4. For devel package need to change Requires:       %{name} = %{version}-%{release}
to
Requires:       %{name}%{?_isa} = %{version}-%{release}

5. All at %prep section can be changed to %autosetup

6. install -D -m 755
must be changed to
install -D -pm 755

7. Remove %ldconfig_scriptlets

Comment 2 Nicolas De Amicis 2023-07-20 09:24:04 UTC
Please find the spec and srpm files updated like your review:
Spec URL: https://deamn.fedorapeople.org/ipcgull.spec
SRPM URL: https://deamn.fedorapeople.org/ipcgull-0.1-1.fc39.src.rpm

Comment 3 Fedora Review Service 2023-07-20 09:28:27 UTC
Created attachment 1976690 [details]
The .spec file difference from Copr build 6189364 to 6189852

Comment 4 Vasiliy Glazov 2023-07-20 09:29:49 UTC
Strange Epoch:   0
and %{cmake} -DPROJECT_EPOCH=%{epoch}

Can you remove this epoch using and set -DPROJECT_EPOCH=0 ?

Seems that for build not need really epoch number from rpm package.

Comment 5 Nicolas De Amicis 2023-07-20 09:39:10 UTC
(In reply to Vasiliy Glazov from comment #4)
> Strange Epoch:   0
> and %{cmake} -DPROJECT_EPOCH=%{epoch}
> 
> Can you remove this epoch using and set -DPROJECT_EPOCH=0 ?
> 
> Seems that for build not need really epoch number from rpm package.

I replaced by a global project variable. The links still the same but the files are updated accordingly to your suggestion.

Comment 6 Vasiliy Glazov 2023-07-21 05:57:22 UTC
My fedora-review fall in exception but all seems good now.

Package Approved.

Don't forget to close this ticket after adding package to the repos.

Comment 7 Fedora Admin user for bugzilla script actions 2023-07-24 04:37:52 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/ipcgull


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