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:
parent
9d136a5326
commit
aebbb568cc
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue