[Bug 549915] Review Request: FreeMat - An interpreted, matrix-oriented development environment

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 24 11:57:39 UTC 2009


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=549915





--- Comment #8 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-12-24 06:57:38 EDT ---
What exactly did you try? Did you remember to remove the %dir statement, i.e.
use
 %{_datadir}/%{name}-%{version}
instead of
 %dir %{_datadir}/%{name}-%{version}
as the latter will own only the directory, not its contents?

The config file should not have executable permissions. Remove
 chmod 755 %{buildroot}/%{_bindir}/blas.ini
Any rpmlint warnings/errors about nonexecutables in %{_bindir} are caused by
the idiotic placement of config files in bindir.

-- 
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 package-review mailing list