Re: [cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-14 Thread Domen Vrankar
> That is infinitely simpler. Looks like a good addition to me. > > Applied to next: https://cmake.org/gitweb?p=cmake.git;a=commit;h=d758f12 Thanks, Domen -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers

Re: [cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-11 Thread Harry Mallon
Hi Domen, That is infinitely simpler. Looks like a good addition to me. Thanks, Harry Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000 989 Website | Facebook

Re: [cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-11 Thread Domen Vrankar
Sorry for the late reply. Here is another go. I have added a 3rd variable but I think it means that > current behaviour is continued and your input (thanks Dolf and Romen) has > been addressed. > > https://github.com/hm1992/CMake/commit/2f54442388ab767f60fcb8cde1db2236ae535080 > I'm somewhat relu

Re: [cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-08 Thread Harry Mallon
Hi, Here is another go. I have added a 3rd variable but I think it means that current behaviour is continued and your input (thanks Dolf and Romen) has been addressed. https://github.com/hm1992/CMake/commit/2f54442388ab767f60fcb8cde1db2236ae535080 # CPACK_RPM_DIST if(NOT CPACK_RPM_DIST) execu

Re: [cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-07 Thread Domen Vrankar
2016-05-06 19:09 GMT+02:00 Harry Mallon : > According to Fedora documentation the "Release:" variable in RPM files > should be set to 1%{?dist}. > https://fedoraproject.org/wiki/How_to_create_an_RPM_package > https://fedoraproject.org/wiki/Packaging:DistTag > > This means it should be set to a str

Re: [cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-06 Thread Rolf Eike Beer
Am Freitag, 6. Mai 2016, 17:09:14 schrieb Harry Mallon: > According to Fedora documentation the "Release:" variable in RPM files > should be set to 1%{?dist}. > https://fedoraproject.org/wiki/How_to_create_an_RPM_package > https://fedoraproject.org/wiki/Packaging:DistTag > > This means it should b

[cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-06 Thread Harry Mallon
According to Fedora documentation the "Release:" variable in RPM files should be set to 1%{?dist}. https://fedoraproject.org/wiki/How_to_create_an_RPM_package https://fedoraproject.org/wiki/Packaging:DistTag This means it should be set to a string which looks like "1.el7.centos" on my CentOS7 ma