約5,030件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 5日前 -rpmbuild is used to build both binary and source software pack‐ ages. A package consists of an archive of files and meta-data used to install and erase the ...

    2024/2/13 -rpmbuild directory: This is the main workspace for building RPMs. Create it in your home directory: mkdir ~/rpmbuild . ; SPECS directory: This holds the spec ...

    2024/2/22 -Install the rpm-build package. Use the following command to install the rpm-build package on your system: yum install rpm-build.

    2024/6/18 -Rpmbuild supports conditional package builds with the command line switches --with and --without . Here is an example of how to enable gnutls and disable ...

    2024/2/18 -The rpmbuild-order tool sorts source RPM packages by build dependencies, so that they can be built in a correct order. It does this by reading RPM package ...

    2024/5/22 -This container allows you to use your existing RPM build folders but build within the Centos 7 environment. The container has: EPEL; Common build packages ...

    2024/2/6 -But when I run the rpm build command rpmbuild --rebuild ./conky-1.11.5-3.fc32.src.rpm. I get the error CMake Warning: Manually-specified variables were not ...

    2024/5/5 -rpmbuild is used to build both binary and source software packages. A package consists of an archive of files and meta-data used to install and erase the ...

    2024/5/1 -This Tech Brief provides a basic HOWTO for creating an RPM package, signing it, distributing it (via a yum repository), and verifying its contents. It does this ...

    2024/3/13 -rpmbuild is the core command of RPM packaging, the osc build you use is actually a macro pointing to it. To the autotools build system, conditionals is the ...