SHA256
3
0
forked from pool/cmake

Accepting request 315082 from KDE:Unstable:Frameworks

Make cmake autoprovides work on !x86_64 arches

OBS-URL: https://build.opensuse.org/request/show/315082
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=219
This commit is contained in:
Hrvoje Senjan 2015-07-04 20:05:18 +00:00 committed by Git OBS Bridge
parent d0b3ac134c
commit 901d0cefab
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,2 @@
%__cmake_provides %{_rpmconfigdir}/cmake.prov
%__cmake_path ^/usr/lib(64)/cmake/.*/.*(Config\.cmake|-config\.cmake)$
%__cmake_path ^/usr/lib(64)?/cmake/.*/.*(Config\.cmake|-config\.cmake)$

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 4 20:06:38 UTC 2015 - hrvoje.senjan@gmail.com
- Make cmake autoprovides work on !x86_64 arches
-------------------------------------------------------------------
Tue Jun 2 06:55:04 UTC 2015 - foss@grueninger.de