Remove the build artifacts for the samples

This commit is contained in:
Debarshi Ray 2018-10-08 16:53:10 +02:00
parent d71091e55f
commit b2ec50fbd8

View File

@ -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 <rishi@fedoraproject.org> - 0.19.0-6
- Remove the build artifacts for the samples
* Mon Oct 08 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.19.0-5
- Bind the samples sub-package more tightly to the main package