From 76474f9bbc9caab0e8ccd2b3461d481741a3cfe8 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Nov 16 2015 03:28:21 +0000 Subject: fix(instal): missing files --- diff --git a/.gitignore b/.gitignore index 7eedb67..69ec1d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.sw[po] +*.sw[nop] *.o *.old *.orig diff --git a/ChangeLog b/ChangeLog index 9c8763f..2902e86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +* Mon Nov 16 2015 Ding-Yi Chen - 2.4.4 +- Fixed: + * Zanata target generation + * Missing CmakeFedoraScript.cmake + * Missing cmake-fedora-pkgdb + * Mon Nov 02 2015 Ding-Yi Chen - 2.4.3 - Enhancement: * New scripts: cmake-fedora-pkgdb, cmake-fedora-zanata @@ -497,4 +503,4 @@ just showing it. - Fixed changelog_update. * Mon Oct 04 2010 Ding-Yi Chen - 0.1.0 -- Initial package. +- Initial package. \ No newline at end of file diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt index be69f11..c43d79f 100644 --- a/Modules/CMakeLists.txt +++ b/Modules/CMakeLists.txt @@ -1,5 +1,9 @@ -FILE(GLOB CMAKE_FEDORA_MODULES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "M*.cmake") -LIST(APPEND CMAKE_FEDORA_MODULES cmake_uninstall.cmake.in DateTimeFormat.cmake) +FILE(GLOB CMAKE_FEDORA_MODULES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "[A-Z]*.cmake") + +## Remove Generated Modules +LIST(REMOVE_ITEM CMAKE_FEDORA_MODULES "CTestTestfile.cmake") + +LIST(APPEND CMAKE_FEDORA_MODULES cmake_uninstall.cmake.in) INSTALL(FILES ${CMAKE_FEDORA_MODULES} DESTINATION ${DATA_DIR}/cmake/Modules ) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index e42852d..bf52669 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,7 +1,8 @@ PRJ_VER=2.4.4 -SUMMARY= +SUMMARY=Fix Zanata target and missing CmakeFedoraScript.cmake REDHAT_BUGZILLA= [Changes] - Fixed: - * [TODO] Zanata target generation - + * Zanata target generation + * Missing CmakeFedoraScript.cmake + * Missing cmake-fedora-pkgdb diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 402241f..61c3556 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -1,7 +1,9 @@ SET(EXECUTABLES cmake-fedora-fedpkg cmake-fedora-koji - cmake-fedora-newprj + cmake-fedora-newprj + cmake-fedora-pkgdb + cmake-fedora-zanata koji-build-scratch )