[Bug 464074] Review Request: cddlib - A library for generating all vertices in convex polyhedrons

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 28 09:03:59 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #8 from Paulo Roma Cavalcanti <roma at lcg.ufrj.br>  2008-10-28 05:03:58 EDT ---
Hi,

Some of the source/example files
had the wrong permissions (executable bit on).

rpmlint outputs some warnings:

cddlib-devel.x86_64: W: spurious-executable-perm
/usr/share/doc/cddlib-devel-094f/src-mathlink2/mathlink.h
cddlib-devel.x86_64: W: spurious-executable-perm
/usr/share/doc/cddlib-devel-094f/src-mathlink/mathlink.h

.....

Specifying 0644 for files in defattr will fix the issue.
This package does not have any executable file, anyway. 
Even if it had, you could an extra defattr or a 
per file permission change. 

%files devel
%defattr(0644,root,root,0755)
%doc doc/cddlibman.pdf
%doc examples* src*
%{_includedir}/*.h
%{_libdir}/libcdd.a
%{_libdir}/libcddgmp.a

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list