Hi,
this is the information we needed to compile lyx and to build a package. 
It would have been easier to have such data available in some defined file,
from which all build-systems could catch what they need.
Some of the data will find their way into config.h, some are needed by the 
package-managers.

This list is not complete, other package-types may need also other 
information.

        Kornel
-- 
Kornel Benko
[email protected]
Variables and Values needed in cmake-build

%package name
variable = PACKAGE
         found in configure.ac, first parameter of AC_INIT()

% package version
variable = PACKAGE_VERSION
         found in configure.ac, second parameter of AC_INIT()

dependents:
        LYX_MAJOR_VERSION
        LYX_MINOR_VERSION
        LYX_DIR_VER
        LYX_USERDIR_VER
        LYX_INSTALL_SUFFIX

% package date
variable = LYX_DATE
         found in configure.ac, second parameter of AC_SUBST(LYX_DATE,..)

% package license
variable = unspecified
         found in development/lyx.spec.in, value of "License:" entry

% package group
variable = unspecified
         found in development/lyx.spec.in, value of "Group:" entry


% package packager
variable = unspecified, in cmake PACKAGE_BUGREPORT
         found in configure.ac, third parameter of AC_INIT()
         used for CPACK_PACKAGE_CONTACT

% package descrition
variable = unspecified
         found in development/lyx.spec.in, value of "%description" entry
         used for CPACK_PACKAGE_DESCRIPTION


% package summary
variable = unspecified
         found in development/lyx.spec.in, value of "Summary:" entry
         used for CPACK_PACKAGE_DESCRIPTION

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to