約17,000件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 2024/1/13 -This page explains how to populate RPM spec file License: tags and is aimed mainly at Fedora Linux package maintainers. We assume that you are experienced ...

    2024/3/9 -Describe the bug The SPEC file found in the repository produces a RPM file which cannot be used on RHEL 9 or Rocky Linux 9. There is no longer any package ...

    2024/2/13 -Create the Spec File: Inside ~/rpmbuild/SPECS , create a file named hello-test-rpm.spec with the following content: Name: hello-test-rpm. Version: 1.0.0

    2024/3/21 -rpmビルドではspecファイルにbuildセクションがあり、それを使うことも出来るのですが後述のdebターゲットと処理を共通化するために敢えてこうしています。 この状態で ...

    2024/3/10 -You can get the .spec files from the Fedora source RPM by installing the source RPM via dnf. You can also find the git repo behind the package as well.

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

    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-based Linux distributions, with RPM spec files acting as blueprints for package builds. Despite their enduring relevance, support for editing RPM spec files ...

    YouTube-openSUSE

    2024/6/20 -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 ...

    2024/1/24 -What I'm trying to accomplish is to package a set of files as-is, and deploy that using an RPM package, without any sanity checks or altering any of the app's ...

    2024/5/1 -There are three steps to building a binary RPM package, all of which are handled automatically by the Distutils: create a .spec file, which describes the ...