https://bugzilla.redhat.com/show_bug.cgi?id=1181193



--- Comment #2 from Michael Schwendt (Fedora Packager Sponsors Group) 
<[email protected]> ---
> # Doesn't produce debuginfo and contains mainly csh scripts
> %global debug_package %{nil}

"mainly" perhaps, but "not only". ;)  The package certainly compiles several C
source files, so disabling -debuginfo package generation is counterproductive.
https://fedoraproject.org/wiki/Packaging:Guidelines#Debuginfo_packages


> gcc -O   -I. -c aclient.c
> gcc -O   -I. -c skclient.c
> gcc -O   -I. -c skio.c
> gcc wwwget.c  -o wwwget
> gcc aclient.o skclient.o skio.o  -o aclient

https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler_flags


> strip aclient
> strip wwwget

This and building without -g breaks -debuginfo package generation already.
rpmbuild would strip files after extracting debug details.


> %{_bindir}/*

Everything as intended in there? A few .old files. A strange .gz file:

  $ md5sum find*
  6d2dc742a996ab6bc0c6bfd509ba2148  find_cats
  6d2dc742a996ab6bc0c6bfd509ba2148  find_cats.gz

-- 
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
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to