[Bug 489686] Review Request: armadillo - fast C++ matrix library with interfaces to LAPACK and ATLAS

bugzilla at redhat.com bugzilla at redhat.com
Mon Jun 8 16:56:25 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=489686





--- Comment #34 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-06-08 12:56:24 EDT ---
You can also just create the symlinks in the install phase, which is a lot
neater than creating them in %post:

%install
...
mkdir symlink
ln -s %{_datadir}/doc/%{name}-%{version}/LICENSE.txt symlink/
ln -s %{_datadir}/doc/%{name}-%{version}/licenses symlink/

%files devel
%doc symlink/*

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