On Sat, Jul 20, 2013 at 9:34 AM, Patrick Dupre <pdupre@gmx.com> wrote:
Hello,

I am trying to make a rpm package from
 Math-GSL-0.27.tar.gz
Hence, I made:
rpmbuild -bb perl-Math-GSL.spec --nocheck

and I get errors like:

Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pdupre/rpmbuild/BUILDROOT/perl-Math-GSL-0.27-1.fc19.i386
error: Installed (but unpackaged) file(s) found:
   /usr/bin/smoke_some_mathgsl
   /usr/bin/smolder_mathgsl
   /usr/bin/smolder_smoke_signal
   /usr/share/man/man1/smolder_smoke_signal.1.gz

Looks like you're missing some entries in %files:

%{_bindir}/* (should list binaries individually, this is cheating, but it works)
%{_mandir}/man1/*.1.gz

Richard