Remove a misleading comment
The samples sub-directory is always meant to be a part of the
LibRaw-devel sub-package. Even on RHEL 7 where the LibRaw-samples
sub-package is disabled.
This is because the samples sub-directory contains the source code for
a bunch of sample programs to illustrate the LibRaw API. Someone using
the LibRaw-devel sub-package for doing development might find them
helful.
The LibRaw-samples sub-package only contains the binaries obtained from
building the sources in the samples sub-directory.
No need to issue a build just for this.
Fallout from 18bfce166b
This commit is contained in:
parent
352e1d2e3e
commit
1d4e620148
@ -99,9 +99,7 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc manual
|
%doc manual
|
||||||
#if 0%{?samples}
|
|
||||||
%doc samples
|
%doc samples
|
||||||
#endif
|
|
||||||
%{_includedir}/libraw/
|
%{_includedir}/libraw/
|
||||||
%{_libdir}/libraw.so
|
%{_libdir}/libraw.so
|
||||||
%{_libdir}/libraw_r.so
|
%{_libdir}/libraw_r.so
|
||||||
|
Loading…
Reference in New Issue
Block a user