「spec script」を含む例文一覧(4)

  • create a .spec file, which describes the package (analogous to the Distutils setup script; in fact, much of the information in the setup script winds up in the .spec file)
    RPM パッケージの内容を記述する .spec ファイルを作成します(.spec ファイルは setup スクリプトに似たファイルです; 実際、setup スクリプトのほとんどの情報が .spec ファイルから引き揚げられます) - Python
  • Additionally, there many options in .spec files that don't have corresponding options in the setup script.
    また、.spec ファイル内の多くのオプションは、 setup スクリプト中に対応するオプションがありません。 - Python
  • Various options and sections in the .spec file are derived from options in the setup script as follows:
    .spec ファイルの様々なオプションやセクション情報は、以下のようにして setup スクリプトから取り出されます: - Python
  • Creating RPM packages is driven by a .spec file, much as using the Distutils is driven by the setup script.
    Distutils が setup スクリプトで制御されているのとほとんど同じく、RPM パッケージの作成は、 .spec で制御されています。 - Python

例文データの著作権について