Do not install rplyConfig.cmake as it's not multilib clean

The three varibles set in the file are not useful anyway, so just delete it
rather than shipping an empty file.

This fixes the critical warnings emitted from RPMdiff.
This commit is contained in:
Richard Hughes 2013-07-25 12:28:35 +01:00
commit aebbb568cc

View file

@ -50,7 +50,7 @@ iconv -f iso8859-1 -t utf-8 LICENSE > LICENSE.conv && mv -f LICENSE.conv LICENSE
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/rplyConfig.cmake
%clean
rm -rf $RPM_BUILD_ROOT
@ -84,7 +84,6 @@ Rply Library Header Files and Link Libraries
%{_includedir}/%{name}/*
%{_libdir}/*.so
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/rplyConfig.cmake
%changelog
* Mon Mar 04 2013 Mario Ceresa mrceresa@gmail.com rply 1.1.2-1