約12,000件1ページ目

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1か月以内
  • 2024/6/27 -RPM を作成するための元の SPEC ファイルを変更します。 bash、Python、および C で書かれたプログラムのサンプル SPEC ファイルを調べます。 4.5.1. サンプル Bash、C ...

    2024/6/27 -本セクションでは、Red Hat Enterprise Linux 8 および 9 における RPM パッケージ化の主な変更点を説明します。 6.1. 動的ビルドの依存関係.

    2024/6/27 -RPM packaging is a foundation of the software delivery mechanism on RPM-based Linux distributions, with RPM spec files acting as blueprints for package builds.

    2024/6/26 -The argument used is -b if a spec file is being used to build the package, -r if a source package is to be rebuilt and -t if rpm‐ build should look inside of a ...

    2024/6/19 -You should be able to use a conditional %if "%{?myname}" == "" %define myname my_name %endif. For example, using a very basic spec file: % cat foo.spec %if ...

    Speaker(s): Dan Čermák --- RPM packaging is a foundation of the software delivery mechanism on RPM-based Linux distributions, with RPM spec files acting as ...

    YouTube-DevConf

    A.ここに書くと長くなりますので、以下のURIを参照してください。 http://www.rpm.org/max-rpm/ch-rpm-inside.html http://www.rpm.org/...

    A.良いお知らせではありません。 Fedora Core 1 のファイルはこちらのアーカイブに移されていました。 http://archives.fedoraproject.org/pub/arc...

    2024/6/26 -rpm is a powerful Package Manager, which can be used to build, install, query, verify, update, and erase individual software packages. A package consists of an ...

    2日前 -rpmパッケージのファイルは /root/rpmbuild ディレクトリに保存されます。 ls /root/rpmbuild コマンドを実行して、ファイルを照会します。 ... spec changelog に変更 ...

    2024/6/24 -SPEC & Package Building · Support for declarative buildsystems (#1087) · A per-package build directory that's fully RPM-controlled is now used and exposed as the ...

    21時間前 -For a more complex one i looked the gnutls spec file but i am a bit confused how the macros that define the conditional options work. For example there is %if 0 ...