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

--- Comment #5 from Igor Gnatenko <i.gnatenko.br...@gmail.com> ---
Use configure:
%prep
...
echo '#!/bin/bash' > configure
chmod +x configure

%build
%configure
...


Change Release version. In changelog you are using '2', but in Release tag see
'1'.


Do not use other utilites in %install section and use %make_install instead of
make install DESTDIR=...

%install
%make_install


Add TODO and INSTALL to %doc and I think good idea add files from doc/
firectory to %doc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=6MGAui25mY&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to