2da08fd800
PRJ_VER=2.1.3 SUMMARY=Fixed the bodhi push as Fedora-21 and EPEL-7 are not yet in bodhi REDHAT_BUGZILLA=1002279,1093336 [Changes] - Fixed cmake-fedora-fedpkg PRJ_VER=2.1.2 SUMMARY=Fixed the bodhi push as Fedora-21 and EPEL-7 are not yet in bodhi REDHAT_BUGZILLA=1002279,1093336 [Changes] - ManageVariable: CMAKE_FEDORA_CONF_GET_ALL_VARIABLES are now accepting the same parameters as SETTING_FILE_GET_ALL_VARIABLES - Fixed the bodhi push as Fedora-21 and EPEL-7 are not yet in bodhi. PRJ_VER=2.1.1 SUMMARY=zanata_xml generation script is fixed REDHAT_BUGZILLA=1002279,1093336 [Changes] - Fixed Bug 1002279 - Project configuration bugs when using cmake-fedora-newprj - cmake-fedora-newprj: Correct git repo URL - ManageZanata: Fix zanata.xml suggest countries. PRJ_VER=2.1.0 SUMMARY=Support EPEL7; cmake-fedora-newprj is fixed; Fixed Bug 193336 REDHAT_BUGZILLA=1002279,1093336 [Changes] - Fixed Bug 1093336 - date(1): -u is much portable than --utc - Fix EPEL 7 support. - Enhancement: + No need to use MAKE_INSTALL_* for rpm files section. INSTALL at any place works. + Better handling of ChangeLog: - ChangeLog will only invoked before make pack_src or make changelog. + find_lang and files -f .lang are added automatically when translations exists. + New targets: - dist: Produce the source archive file. This is in GNU Standard targets. + New modules: - CmakeFedoraScript: Scripts to be invoked in command line. - ManageChangeLogScript: Scripts for handling ChangeLog. - ManageRpmScript: RPM Scripts for handling RPM and SPEC. - ManageZanata: Zanata translation service. Split from ManageTranslation + New cache variables: - CMAKE_FEDORA_MODULE_DIR: cmake-fedora modules dir. + ManageFile: New function: MANAGE_CMAKE_FEDORA_CONF + ManageFile: New function: MANAGE_FILE_CACHE + ManageFile: New function: MANAGE_FILE_EXPIRY + ManageGConf: New macro: MANAGE_GCONF_SCHEMAS + ManageMessage: New function: M_OUT + ManageVariable: New macro: CMAKE_FEDORA_CONF_GET_ALL_VARIABLES + ManageString: New function: STRING_ESCAPE_BACKSLASH + ManageString: New function: STRING_ESCAPE_DOLLAR + ManageString: New function: STRING_ESCAPE_QUOTE + ManageTranslate: New function: ADD_POT_FILE + Target rpmlint: rpmlint statistics are now combined. + cmake-fedora-fedpkg: Default is now build all active Fedora (including rawhide) and EPEL releases in fedpkg branches. - Removed: + cmake-fedora.conf.in is no longer needed. + TODO should be put in wiki. + Modules: - ManageInstall: This is no longer needed. + Targets: - changelog_prev_update: + Scripts: - cmake-fedora-functions is no longer needed. - cmake-fedora-changelog is no longer needed. + Variables: - PRJ_RPM_SPEC_FILE - Changed: + DateTimeFormat: Macro to function: TODAY + ManageAPIDOC: MANAGE_APIDOC_DOXYGEN: Macro to function. + ManageAPIDOC: MANAGE_APIDOC_DOXYGEN: Parameters changed. + ManageArchive: Only the files that are explicitly added to SOURCE_ARCHIVE_CONTENTS will be depended. + ManageFile: GIT_GLOB_TO_CMAKE_REGEX: Macro to function. + ManageString: STRING_ESCAPE_SEMICOLON: Macro to function. + ManageDependency: MANAGE_DEPENDENCY: Macro to function. + ManageRelease: MANAGE_RELEASE: Macro to function. + ManageRelease: MANAGE_RELEASE: Parameters changed. + ManageRPM: RPM_MOCK_BUILD: Parameters changed. + ManageSourceVersionControl: MANAGE_SOURCE_VERSION_CONTROL_GIT: - Macro to function - Parameters Changed + ManageSourceVersionControl: MANAGE_SOURCE_VERSION_CONTROL_HG: - Macro to function - Parameters Changed - Mark as experiment + ManageSourceVersionControl: MANAGE_SOURCE_VERSION_CONTROL_HG: - Macro to function - Parameters Changed - Mark as experiment + ManageTranslation: MANAGE_GETTEXT: - Macro to function - Parameters Changed + ManageUpload: For all marcos: - Macros are changed to function - Parameters has changed. + PRJ_DOC_DIR: Changed from docdir/<PRJ_NAME>-<PRJ_VER> to docdir/<PRJ_NAME> PRJ_VER=1.3.0 SUMMARY=Support EPEL7; cmake-fedora-newprj is fixed. REDHAT_BUGZILLA=1002279 [Changes] - Fixed Bug 1002279 - Project configuration bugs when using cmake-fedora-newprj - Enhanced: + Support EPEL7 + New targets: pack_src_no_force. - Fixed: + cmake-fedora-newprj is fixed.
27 lines
660 B
Makefile
27 lines
660 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/08/24 06:14:55 obache Exp $
|
|
#
|
|
|
|
DISTNAME= cmake-fedora-2.1.3-modules-only
|
|
PKGNAME= ${DISTNAME:S/-modules-only//}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://fedorahosted.org/releases/c/m/cmake-fedora/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= https://fedorahosted.org/cmake-fedora/
|
|
COMMENT= Set of cmake modules for fedora developers
|
|
LICENSE= modified-bsd
|
|
|
|
WRKSRC= ${WRKDIR}/Modules
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= pax
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
INSTALLATION_DIRS+= share/cmake-3.0/Modules
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' Modules ${DESTDIR}${PREFIX}/share/cmake-3.0
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|