https://bugzilla.redhat.com/show_bug.cgi?id=1795461
Artur Iwicki <fedora(a)svgames.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fedora(a)svgames.pl
--- Comment #1 from Artur Iwicki <fedora(a)svgames.pl> ---
Summary: Software package for the Randon number generation
& testing
A typo here - "randon" instead of "random"
("m" replaced with "n").
Group: Applications/System
The Group: tag is not used
in Fedora.
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sect...
This URL
does not exist - there's only "PractRand-pre0.95.zip".
BuildRequires: gcc, help2man, valgrind, dos2unix
[...]
g++ -c src/*.cpp src/RNGs/*.cpp src/RNGs/other/*.cpp -I include -std=c++11 -O3 -g
/usr/bin/g++ is provided by the "gcc-c++" package, not "gcc".
You should probably also call %set_build_flags at the start of %build so
Fedora's CFLAGS and LDFLAGS are applied.
Also, since you're calling g++ directly, it might be good to leave a comment
saying that the upstream sources don't contain a Makefile (nor anything
similar).
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
cp -p doc/* %{buildroot}%{_defaultdocdir}/%{name}
Reading through the Packaging
Guidelines, I think you should use %{_pkgdocdir}
here instead of %{_defaultdocdir}.
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component