From 1d4e620148dc715573324cf8d395552eef11e540 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 12 Aug 2020 18:00:12 +0200 Subject: [PATCH] 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 18bfce166ba72a99b6176a182fffc09d7acf6b5f --- LibRaw.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/LibRaw.spec b/LibRaw.spec index 5e05fe1..0af724e 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -99,9 +99,7 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %files devel %doc manual -#if 0%{?samples} %doc samples -#endif %{_includedir}/libraw/ %{_libdir}/libraw.so %{_libdir}/libraw_r.so