Hello guys, I got quite bored by fixing issues one by one adjusting spec files wrt cmake usage. Thus I went out and wrote cmake.macros for our beloved cmake and put it into my home project [1]. Basically now you just call %cmake -Dmydef=on -Dsomethingelselocal=/var/ instead of having to fiddle with all the variables yourself. And just for trivial and easy life i put there %cmake_install which wraps %make_install to reduce the commands for install phase. The implementation approach should probably be following: 1) this implementation should be submitted to factory 2) cmake should be linked to devel projects using cmake commands 3) %cmake_kde macro should be adjusted to just wrap the %cmake macro. 4) all specs should be tweaked to use the macro, some stuff might start fail becuase this added some enforcing on cflags (but it should be even less failures than we had now with update to 2.8.11.2) OPTIONAL) we could open maint. requests to put the macros to all supported product. Am I missing something or is this possible to do? Cheers Tom [1] https://build.opensuse.org/package/view_file/home:scarabeus_iv/cmake/cmake.m...