ChinaUnix.net
相关文章推荐:

SUSE spec文件

这几天学习了一下 RPM 打包 不过不会打出多包 在spec文件里 怎么写? 哪位大侠指点一下,有好的资料或者文章 介绍给偶 好吗? 谢谢

by bananalx - Linux论坛 - 2005-09-22 11:29:15 阅读(608) 回复(0)

相关讨论

第一次编写spec文件,内容如下 [code] Summary: Extsuite File and Configure Name: extsuite Version: 1 Release: eserver License: GPL Group: Applications/Mail Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description Include extsuite config files, change property for some file and folder. %prep %setup -q %pre %files %config /etc/ %config /hom...

by thatday - 系统管理 - 2006-08-25 08:59:42 阅读(1157) 回复(1)

我在redhat8安装,报错Version为空 Summary: CCISS Driver Name: cciss%(echo ${LINUX_DISTRIBUTION:+-$LINUX_DISTRIBUTION-})%(echo ${KERNEL_VERSION:+$KERNEL_VERSION}) Version: %(echo $PKG_VERSION) Release: %(echo $PKG_RELEASE) Copyright: %(echo $PKG_COPYRIGHT) Group: CCISS Driver Distribution: SteelEye LifeKeeper for Linux Vendor: SteelEye Technology Inc. URL: http://www.steeleye.com Packager: SteelEye T...

by nmxdf - Linux论坛 - 2004-06-10 14:05:47 阅读(630) 回复(0)

我记得好像是rpm -ba...可是现在不行了... 是这样的!!我安装了一个src的源码包..我改了一下里面的编译参数...我现在又要把它打成rpm包...怎么搞?

by 枫影谁用了 - Linux论坛 - 2005-10-15 16:59:25 阅读(669) 回复(1)

Summary: GNU myproj Name: myproj Version: 1.0.0 Release: 1 Source: %{name}-%{version}.tar.gz License: GPL Group: Development/Tools %description The GNU indent program reformats C code to any of a variety of formatting standards, or you can define your own. %prep %setup -q -n %{name}-%{version} %build ./configure make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -r...

by cheeralen - C/C++ - 2005-12-08 15:25:28 阅读(946) 回复(0)

tarball和 spec 是软件还是文件名? 在redhat下需要下载 tarball和 spec 吗? 等待中。。。。。。。。。。。

by tx05512 - Linux论坛 - 2004-08-17 15:33:03 阅读(570) 回复(2)

RPM制作 2.1 基本步骤 1) 取回软件的源代码和相关的补丁 2) 测试所需的补丁,以便于顺利的构建整个程序 3) 编辑spec文件 4) 把文件放到正确的位置 5) 使用RPM构建rpm包 2.2 目录结构 /usr/src/redhat/BUILD 编译时的临时目录 /usr/src/redhat/RPMS 存放RPM包 /usr/src/redhat/SOURCES 存放源代码和补丁 /usr/src/redhat/specS 存放控制文件--spec文件 /usr/src/redhat/SRPMS 存放源代码包...

by tangjt - Linux论坛 - 2003-12-23 15:08:32 阅读(1362) 回复(0)

我有几台服务器,都安装redhat linux。打算在自己的工作站rpmbuild那些update包之后,应用到服务器上,但工作站和几台服务器的硬件都不太一样,是否需要在每台服务器的实际环境rpmbuild。redhat的spec文件是否设置最为合理的?

by imdba - Linux论坛 - 2005-10-25 10:53:07 阅读(1010) 回复(2)

据资料介绍 每个rpm软件包都有一个描述文件spec) 比如我有一个软件包 叫 xxx.rpm 我想得到他的 spec文件 如何做到? rpm2cpio xxx.rpm |cpio -idv 不行 其中没有 xxx.spec文件! 忘高手指点!

by sbyond - 内核/嵌入技术 - 2005-09-26 13:52:27 阅读(990) 回复(2)

大家好: 我现在正在安装suse Linux Enterprise Server 9,安装过程种让我选择系统的文件格式,有ext2, ext3, FAT, JFS, Reiser, XFS, 默认的是Reiser,我想问的是这几种各自都有哪些特点,一般应该选哪个?希望高手解答 :roll:

by coffeebreak - Linux论坛 - 2005-09-08 08:23:05 阅读(603) 回复(1)

请问哪儿可以download suse8.2的ISO文件,谢谢! 8)

by hawk_zhang - Linux论坛 - 2003-05-17 00:01:46 阅读(715) 回复(2)