約249件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 2024/5/29 -Tools for packaging Python projects with rpm. Contribute to rpm-software-management/python-rpm-packaging development by creating an account on GitHub.

    2024/4/17 -This package provides debug information for the perf package. # Note that this pattern only works right to match the .build-id.

    2024/6/17 -I currently have the following in the %install section of my spec file: %install ... cp program-ebpf $RPM_BUILD_ROOT/program/ ... rpmbuild fails with /usr/bin ...

    2024/2/16 -... RPM_BUILD_ROOT # Create the target build directory hierarchy make DESTDIR=$RPM_BUILD_ROOT install # Remove "*.old" files find $RPM_BUILD_ROOT -name ...

    2024/6/18 -spec file, in order to have the output file+directory names at once place only. install -p -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/update-ca-trust.

    2024/5/10 -Summary: Libcgroup is a library that abstracts the control group file system in Linux. Name: libcgroup. Version: 3.1.0. Release: 2. License: LGPLv2+.

    2024/6/3 -make %install rm -rf $RPM_BUILD_ROOT cd build make install DESTDIR=$RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf ...

    2024/5/9 -This documentation was originally developed to provide instructions for creating Lustre packages for use with Red Hat Enteprise Linux (RHEL) or derivatives like ...

    2024/4/11 -... RPM_BUILD_ROOT install for i in qvfb qembed qconfig msg2qm mergetr ; do cd "$i" && make %{?jobs:-j%jobs} && install -m 0755 $i ${RPM_BUILD_ROOT}/usr/lib/qt3 ...

    2024/3/1 -I've been using the below ruby.spec to build RPMs on amazonlinux:2 for several versions of ruby now. Works great. I'm working on migrating to amazonlinux:2023 ...