約81件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:3か月以内
  • 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 -mkdir -p $RPM_BUILD_ROOT/usr/src/kernels. mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir. # This is going to create a broken link ...

    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/6/22 -... RPM_BUILD_ROOT make -f Makefile.jadetex install DESTDIR=$RPM_BUILD_ROOT mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/bin ln -s %{_prefix}/bin/virtex ${RPM_BUILD_ROOT ...

    2024/6/21 -... RPM_BUILD_ROOT${bindir} mkdir -p $RPM_BUILD_ROOT%{helper_dir}/bin install -m755 %{hv_kvp_daemon} $RPM_BUILD_ROOT${bindir} install -m755 %{hv_vss_daemon ...

    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/4/29 -# So this is my attempt at using "conditional here docs" in an rpm spec file. # Careful with quoting, %% or \\ need to be doubled here.

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