<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to reconfigure and recomplie for a rpm installation, what is use for SRPM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793324#M2309</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;# rpm --rebuild   xxxx.src.rpm&lt;BR /&gt;&lt;BR /&gt;# rpm -ivh /usr/src/redhat/RPMS/i386/xxxx.i386.rpm&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Aug 2002 06:04:46 GMT</pubDate>
    <dc:creator>I_M</dc:creator>
    <dc:date>2002-08-28T06:04:46Z</dc:date>
    <item>
      <title>how to reconfigure and recomplie for a rpm installation, what is use for SRPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793320#M2305</link>
      <description>i wonder whether i can reconfigure and complier a rpm installation just like in tarball insall.&lt;BR /&gt;&lt;BR /&gt; i found there is also SRPMS in redhat, it install the source, whether this kind can do that above destination?&lt;BR /&gt;&lt;BR /&gt;fredeick</description>
      <pubDate>Sun, 25 Aug 2002 01:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793320#M2305</guid>
      <dc:creator>frederick van targero</dc:creator>
      <dc:date>2002-08-25T01:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to reconfigure and recomplie for a rpm installation, what is use for SRPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793321#M2306</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would suggest you to go to &lt;A href="http://freshmeat.net" target="_blank"&gt;http://freshmeat.net&lt;/A&gt; and type "rpm build". For example, if you are running KDE2, you can try krpmbuild.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Aug 2002 08:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793321#M2306</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-08-25T08:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to reconfigure and recomplie for a rpm installation, what is use for SRPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793322#M2307</link>
      <description>Using Source RPM's, you can install the source (rpm -ivh &lt;SOURCE rpm=""&gt;.rpm), then modify the code-base (/usr/src/redhat/BUILD), recompile it (using the standard tar-ball methods, or I beleive 'rpm -bc'), then re-build a custom binary RPM (rpm -bb &lt;SPEC file=""&gt;).&lt;BR /&gt;&lt;BR /&gt;The 5 directories under that structure hold the following information:&lt;BR /&gt;&lt;BR /&gt;   BUILD   Where re-built binary RPM's are stored&lt;BR /&gt;   SOURCE  Where the tar-ball of source for a given package lives&lt;BR /&gt;   SPECS   Specification files for Source RPM's.&lt;BR /&gt;   SRPMS   Source RPM's that are made using 'rpm -ba' or 'rpm -bs'.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps a bit.. :P&lt;/SPEC&gt;&lt;/SOURCE&gt;</description>
      <pubDate>Wed, 28 Aug 2002 04:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793322#M2307</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-08-28T04:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to reconfigure and recomplie for a rpm installation, what is use for SRPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793323#M2308</link>
      <description>Hi,&lt;BR /&gt;Have a look at this link.&lt;BR /&gt;&lt;A href="http://www-06.ibm.com/developerworks/library/l-rpm2/" target="_blank"&gt;http://www-06.ibm.com/developerworks/library/l-rpm2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2002 05:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793323#M2308</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-08-28T05:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to reconfigure and recomplie for a rpm installation, what is use for SRPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793324#M2309</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;# rpm --rebuild   xxxx.src.rpm&lt;BR /&gt;&lt;BR /&gt;# rpm -ivh /usr/src/redhat/RPMS/i386/xxxx.i386.rpm&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2002 06:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-reconfigure-and-recomplie-for-a-rpm-installation-what-is/m-p/2793324#M2309</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-08-28T06:04:46Z</dc:date>
    </item>
  </channel>
</rss>

