Chinaunix首页 | 论坛 | 博客
  • 博客访问: 605903
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

分类: LINUX

2015-03-13 14:39:03

1. 为什么?
Subpackages exist to handle cases where you don’t want to associate one spec file with one package.

2. 怎么做?
a.
%package sub_package_name

By default, the name of the subpackage will be the name of the package, a dash, and the subpackage name provided with the %package directive.

%package server
The subpackage name will be telnet-server.

If you don’t want this naming format, you can use the –n option to the %package directive to define an entirely new name, using the following syntax:
%package -n new_sub_package_name


for example:

%package –n my-telnet-server
阅读(682) | 评论(0) | 转发(0) |
0

上一篇:SQL 语句

下一篇:rpm 相关资源

给主人留下些什么吧!~~