約11,300件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1年以内
  • 2025/5/22 -In a Python RPM spec file, always use the macros for Python 3 RPMs rather than hardcoding their values. You can redefine which Python 3 version is used in these ...

    2024/10/2 -I am fairly new to rpm building and i have been trying to understand the syntax of "Provides" inside a spec file without success.

    2025/3/17 -RPM files provide a way to package files into source and binary form such that binaries can be easily installed and tracked and source can be rebuilt easily.

    2025/5/19 -RPM itself places very few limitations on what you can do in spec files, so they can quickly become difficult to read and maintain. These guidelines try to ...

    2025/4/12 -RPM パッケージの内容を記述する . spec ファイルを作成します ( . spec ファイルは setup スクリプトに似たファイルです; 実際、 setup スクリプトのほとんどの情報が .

    2025/4/29 -An RPM build file, or .spec file, is essentially a text file that includes various sections and directives. These sections define how the source code should be ...

    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...

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

    YouTubeopenSUSE

    2024/8/9 -Generate rpm for multiple distributions using rpmbuild using same rpm spec file. Solution Verified - Updated August 9 2024 at 4:18 AM - English

    2024/10/7 -I noticed that some RPM spec files include the %autochangelog macro, which generates a changelog from the git history. There's also the %autorelease macro, ...

    2025/2/2 -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 rpmbuild should look inside of a ( ...