<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; build RPM package</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/build-rpm-package/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>How to create RPM packages</title>
		<link>https://wiki.centos-webpanel.com/how-to-create-rpm-packages</link>
		<comments>https://wiki.centos-webpanel.com/how-to-create-rpm-packages#comments</comments>
		<pubDate>Thu, 25 Jun 2015 22:25:16 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[build RPM package]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=307</guid>
		<description><![CDATA[How to create RPM packages like custom php or Apache - Download source package - Run ./configure with your desired flags - run make - run checkinstall, this will automatically create RPM package. Download and install checkinstall package: http://rpm.pbone.net/index.php3/stat/4/idpl/23516987/dir/centos_6/com/checkinstall-1.6.2-3.el6.1.x86_64.rpm.html wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/ikoinoba/CentOS_CentOS-6/x86_64/checkinstall-1.6.2-3.el6.1.x86_64.rpm rpm -i checkinstall-1.6.2-3.el6.1.x86_64.rpm ./configure your-FLAGS make checkinstall --install=no and that is it, your RPM [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>How to create RPM packages like custom php or Apache</strong></p>
<p>- Download source package<br />
- Run ./configure with your desired flags<br />
- run make<br />
- run checkinstall, this will automatically create RPM package.</p>
<p>Download and install checkinstall package:</p>
<p>http://rpm.pbone.net/index.php3/stat/4/idpl/23516987/dir/centos_6/com/checkinstall-1.6.2-3.el6.1.x86_64.rpm.html</p>
<pre>wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/ikoinoba/CentOS_CentOS-6/x86_64/checkinstall-1.6.2-3.el6.1.x86_64.rpm

rpm -i checkinstall-1.6.2-3.el6.1.x86_64.rpm</pre>
<pre>./configure your-FLAGS
make
checkinstall --install=no</pre>
<p>and that is it, your RPM is now done.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/how-to-create-rpm-packages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
