Bug 1898100 - BeeBEEP is a secure network chat. You can talk and send files with all your friends inside a local area network such of an office, home or internet cafe without a server.
Summary: BeeBEEP is a secure network chat. You can talk and send files with all your f...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: NotReady
Depends On:
Blocks: FE-DEADREVIEW
TreeView+ depends on / blocked
 
Reported: 2020-11-16 11:44 UTC by Evert
Modified: 2022-01-17 00:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-01-17 00:45:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Evert 2020-11-16 11:44:13 UTC
Spec URL: https://build.opensuse.org/package/view_file/home:KingMint/BeeBEEP/beebeep.spec?expand=1

SRPM URL: https://build.opensuse.org/package/binary/download/home:KingMint/BeeBEEP/Fedora_33/x86_64/beebeep-5.8.2-7.1.src.rpm

Description: BeeBEEP is a secure network chat. You can talk and send files with all your
friends inside a local area network such of an office, home or internet cafe
without a server.

Fedora Account System Username: Evert

Please review this package.

Thanks in advance.

Comment 1 Evert 2020-11-16 11:47:53 UTC
spec file with actual changelog:

%global debug_package %{nil}

Name: beebeep
Summary: Secure Network Chat
Version: 5.8.2
Release: 1
Group: Applications/Communications
URL: http://sourceforge.net/projects/beebeep/
Source0: https://sourceforge.net/projects/beebeep/files/Sources/%{name}-code-%{version}.zip
License: Qt Public License
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtmultimedia-devel
BuildRequires: qt5-qtx11extras-devel

%description
BeeBEEP is a secure network chat. You can talk and send files with all your
friends inside a local area network such of an office, home or internet cafe
without a server.

%prep
%setup -q -n %{name}-code-r1352

%build
qmake-qt5 -recursive
make %{?_smp_mflags}

%install
mkdir -p %{buildroot}%{_bindir}
mv test/%{name} %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_libdir}
cp -a test/* %{buildroot}%{_libdir}

%files
%doc *.txt
%{_bindir}/%{name}
%{_libdir}/lib*

%changelog
* Mon Nov 16 2020 Evert <evert.p.augstinus 5.8.2
- Build for Fedora 33

* Fri Sep 06 2019 Wei-Lun Chao <bluebat.org> - 5.6.8
- Rebuild for Fedora

Comment 2 Artur Frenszek-Iwicki 2020-11-16 23:33:31 UTC
The spec should be posted as a link, not in a comment. 
As for the links in the original post:
a) The spec links points to an HTML web-view of the file. Please use "raw file" links.
b) The SRPM link asks me to log in before I can fetch the file.

> Review Request: beebeep - My first package that i want to contribute to the community
The ticket title should describe what the package does.

>Group: Applications/Communications
Not used in Fedora.
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections

>License: Qt Public License
The LICENSE.txt file in the repo says that it's actually GPLv3.
https://sourceforge.net/p/beebeep/code/HEAD/tree/LICENSE.txt

>%global debug_package %{nil}
This is generally a red flag. We *want* debuginfo to be generated. If your package fails to build without this line, it means that the binaries (i.e. executables and libraries) do not contain debug symbols; either they are compiled without debuginfo degeneration, or they are stripped at some point.
https://docs.fedoraproject.org/en-US/packaging-guidelines/Debuginfo/

>qmake-qt5 -recursive
Use the "%qmake_qt5" macro here instead. It should set up Fedora's CXXFLAGS properly, possibly solving the issue with missing debuginfo.

Comment 3 Olivier Lemasle 2020-11-24 14:01:43 UTC
Two additional points:
1. The changelog is incorrect (mentions an outdated version)
2. This Bugzilla ticket's summary should have this format: "Review Request: <main package name here> - <short summary here>"

Comment 4 Troy Curtis 2020-12-16 01:39:57 UTC
Setting to NotReady until some of the comments are addressed.

Comment 5 Package Review 2021-12-17 00:45:19 UTC
This is an automatic check from review-stats script.

This review request ticket hasn't been updated for some time. We're sorry
it is taking so long. If you're still interested in packaging this software
into Fedora repositories, please respond to this comment clearing the
NEEDINFO flag.

You may want to update the specfile and the src.rpm to the latest version
available and to propose a review swap on Fedora devel mailing list to increase
chances to have your package reviewed. If this is your first package and you
need a sponsor, you may want to post some informal reviews. Read more at
https://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group.

Without any reply, this request will shortly be considered abandoned
and will be closed.
Thank you for your patience.

Comment 6 Package Review 2022-01-17 00:45:25 UTC
This is an automatic action taken by review-stats script.

The ticket submitter failed to clear the NEEDINFO flag in a month.
As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews
we consider this ticket as DEADREVIEW and proceed to close it.


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