約6,060件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:3か月以内
  • 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 ...

    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/5/7 -Explore how the new pyproject RPM macros simplify packaging modern Python projects by supporting diverse build backends and reusing upstream metadata.

    2025/5/15 -I am new to rpm building and for the past week I am trying to code a spec file to install a file on the system only if a specific files is missing.

    2025/4/26 -How to Create Your First RPM Package · Step 1: Setting Up Your Environment · Step 2: Creating the SPEC File · Step 3: Building the RPM Package · Step 4: Testing the ...

    2025/6/15 -I am trying to build RPM files for the first time ever. I have read through the procedures from RPM Packaging Guide. The spec file giving me issues can 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...

    2025/6/17 -An RPM package consists of an archive of source code and a spec file. The spec file contains project metadata and different sections that you use to define how ...

    2025/7/4 -The following command builds the RPM from the specification file and places it in the RPMS/x86_64/ directory. $rpmbuild –v --bb newpackage.spec. Building a RPM.

    2025/7/1 -RPM 6.0.0 BETA1 released! (Jul 01 2025). This is the first beta release of 6.0 and is mainly about documentation and finalizing the v6 file format.

    2025/4/18 -That's where a spec file located on your github site could help (you publish a package for 1 or 2 most recent Fedora versions and one for RHEL 9 for instance, ...