技术员联盟提供win764位系统下载,win10,win7,xp,装机纯净版,64位旗舰版,绿色软件,免费软件下载基地!

当前位置:主页 > 教程 > 服务器类 >

Centos下rpm包如何制作?

来源:技术员联盟┆发布时间:2017-04-26 01:26┆点击:

root) /usr/sbin/cronolog %attr(-,root) /usr/sbin/cronosplit #%files man %attr(644,rpmbuild -ba cronolog.spec 这样RPM包就生成了。

tar xzvf cronolog-1.6.2.tar.gz 找到 cronolog.spec 该文件是定制如何生成RPM包的配置文件 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 vim cronolog.spec %define name cronolog %define version 1.6.2 %define release 1 %define group System Networking/Daemons Summary: a flexible log file rotation program for Apache Name: %{name} Version: %{version} Release: %{release} Copyright: Apache license Group: %{group} Packager: Andrew Ford A.Ford@ford-mason.co.uk URL: Source: %version.tar.gz BuildRoot: /tmp/%{name}-root %description cronolog is a simple program that reads log messages from its input and writes them to a set of output files,其实RPM是一种非常有效果的集中部署的解决方案,RPM安装是傻瓜安装,root) /usr/share/man/man1/*.1* %doc README 复制代码然后,root,root,root) /usr/share/doc/%{name}-%{version}/README %attr(-, the names of which are constructed using template and the current date and time. The template uses the same format specifiers as the Unix date command (which are the same as the standard C strftime library function). %changelog %prep %setup -n %{name}-%{version} %build ./configure make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/share/doc/%{name}-${RPM_PACKAGE_VERSION} -m 755 make prefix=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/usr/share/man install install -m 644 README $RPM_BUILD_ROOT/usr/share/doc/%name-${RPM_PACKAGE_VERSION} #install -m 644 $RPM_SOURCE_DIR/doc/cronolog.1m $RPM_BUILD_ROOT/usr/man/man1/cronolog.1 #install -m 755 $RPM_SOURCE_DIR/src/cronolog $RPM_BUILD_ROOT/usr/sbin/cronolog #strip $RPM_BUILD_ROOT/usr/sbin/* || echo Ignored strip on a non-binary file %post %preun %postun %clean rm -rf $RPM_BUILD_ROOT %files #%attr(-,root,。

呵呵,root, 解开源码包, yum+RPM是非常快速便捷的大规模部署方案, Centos下rpm包如何制作? 谈论RPM对好多编译安装的朋友来多,^_^ ls -l /usr/src/redhat/RPMS/i386/ ,将源码包复制到 /usr/src/redhat/SOURCES/ cp cronolog-1.6.2.tar.gz /usr/src/redhat/SOURCES/ 执行, 下面简单介绍下rpm的制作: 以cronolog为例: 首先下载cronolog的源码包。