https://bugzilla.redhat.com/show_bug.cgi?id=1518713
Iwicki Artur fedora@svgames.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@svgames.pl
--- Comment #1 from Iwicki Artur fedora@svgames.pl ---
mkdir -p "%{buildroot}%{_includedir}/%{name}/gsl" cp -a include/gsl %{buildroot}%{_includedir}/%{name}
I'm not 100% familiar with the C/C++ include process, but I think that if the library is installed this way, it will require dependent programs to use "#include <guidelines-support-library/gsl/gsl.h>", instead of just "#include <gsl/gsl.h>". Unless that's intentional.