diff --git a/LibRaw.spec b/LibRaw.spec index 3fd9ef5..a9cf4d7 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -1,7 +1,7 @@ Summary: Library for reading RAW files obtained from digital photo cameras Name: LibRaw Version: 0.19.0 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD and (CDDL or LGPLv2) URL: http://www.libraw.org @@ -74,6 +74,10 @@ chmod 644 manual/*.html # The Libraries %make_install +rm -rfv samples/.deps +rm -fv samples/.dirstamp +rm -fv samples/*.o + rm -fv %{buildroot}%{_libdir}/lib*.la %ldconfig_scriptlets @@ -103,6 +107,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %changelog +* Mon Oct 08 2018 Debarshi Ray - 0.19.0-6 +- Remove the build artifacts for the samples + * Mon Oct 08 2018 Debarshi Ray - 0.19.0-5 - Bind the samples sub-package more tightly to the main package