About Expertise Case Studies Developments Contact Rent . . .RPM Development Group Email Us | Website created by The Berman Group © 2025 All Rights Reserved
Group: Development/Tools Source0: %{name}-%{version}.tar.gz BuildRequires: gcc %description A simple hello world program. %prep %setup -q %build %configure make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %files %defattr(-,root,root) %doc COPYING README /usr/bin/hell...
注意,这里的GROUP,并不是通过yum grouplist中所看到的程序包组名称,而是通过-i选项所查询到的包详细信息中的GROUP! 例如我们常安装的包组为Development Tools,就不是这里所指的GROUP。即便已安装了该包组。 [root@C7 ~]# rpm -qg"Development Tools"group Development Tools does not contain any packages [root...
dist}←←←发布序号Summary:myfirstrpm←←←软件包的摘要信息Group:←←←软件包的安装分类,参见/usr/share/doc/rpm-4.x.x/GROUPS这个文件License:GPL←←←软件的授权方式URL:←←←源码包的下载路径或者自己的博客地址或者公司网址之类Source0:%{name}-%{version}.tar.gz←←←源代码包的名称(默认时rpmbui...
Group: Development/Tools URL: http://www.example.com Source0: %{name}-%{version}.tar.gz %description This is my package. (3)指定软件包的依赖关系和安装目录: Requires: libfoo >= 1.0 Requires: libbar >= 2.0 BuildRequires: gcc BuildRoot: %{_tmppath}/%{name}-%{ ...
Development/Tools (开发/工具) Documentation (文档) System Environment/Base(系统环境/基础) System Environment/Daemons (系统环境/守护) System Environment/Kernel (系统环境/内核) System Environment/Libraries (系统环境/函数库) System Environment/Shells (系统环境/接口) ...
chown -R student:student development 此文件树中的大多数文件和目录将通过你在此项目期间创建的 rpm 包安装在 Fedora 系统上。 创建构建目录结构 rpmbuild 命令需要非常特定的目录结构。 你必须自己创建此目录结构,因为没有提供自动方式。 在家目录中创建以下目录结构: ...
可以用 %attr(permissions,user,group) 覆盖个别文件的所有者和许可权。 可以通过在行中添加 %doc 或 %config 来标记文件。 %doc 告诉 RPM 这是一个文档文件,因此如果用户安装软件包时使用 --excludedocs ,将不安装该文件。 也可以在 %doc 下不带路径列出文件名,RPM 会在构建目录下查找这些文件并在 RPM 文件...
Name:hello-world Version:1.0.0 Release: 1%{?dist} Summary:This is a test RPM package Group:Development/Tools License:GPL Source0:%{name}-%{version}.tar.gz %pre # 安装前检查是否已经安装过了 %prep # 安装前(source指定的压缩包解压的BUILD) %build # 构建阶段 %description %setup -q %instal...
Development/Languages (开发/语言) Development/Libraries (开发/函数库) Development/System (开发/系统) Development/Tools (开发/工具) Documentation (说明文档) System Environment/Base (系统环境/基础) System Environment/Daemons (系统环境/守护) System Environment/Kernel (系统环境/内核) ...