<?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: diff size of the rpm ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549489#M70437</link>
    <description>Thanks Dear Gopi Sekar for the support.&lt;BR /&gt;&lt;BR /&gt;And Thanks Dear Stuart Browne for the Detailed, and continous reply/support.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 May 2005 14:05:10 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2005-05-24T14:05:10Z</dc:date>
    <item>
      <title>diff size of the rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549484#M70432</link>
      <description>Hi Experts&lt;BR /&gt;&lt;BR /&gt;I downloaded the src.rpm from wine's website(winehq)&lt;BR /&gt;#rpmbuild -rebuild wine*.src.rpm; cd /usr/redhat/RPMS/i386&lt;BR /&gt;# du -h wine-20050419-1wbel3winehq.i386.rpm&lt;BR /&gt;22M     wine-20050419-1wbel3winehq.i386.rpm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and following i386.rpm i have downloaded from wine's website.&lt;BR /&gt;# du -h wine-20050419-1wbel3winehq.i386.rpm&lt;BR /&gt;15M     wine-20050419-1wbel3winehq.i386.rpm&lt;BR /&gt;&lt;BR /&gt;I m amazed .... why is the diff b/w the size of the readymade binary, and the&lt;BR /&gt;binary i have made via rpmbuild ? one is of 22M and the other is of 15M ...&lt;BR /&gt;its a big diff.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Sun, 22 May 2005 13:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549484#M70432</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-05-22T13:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: diff size of the rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549485#M70433</link>
      <description>Different library versions.. different options included..  possibly some more documentation included.  It's not all that suprising.&lt;BR /&gt;&lt;BR /&gt;You'd have to walk through the specfile and the config.status to find out the precise differences.</description>
      <pubDate>Sun, 22 May 2005 19:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549485#M70433</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-22T19:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: diff size of the rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549486#M70434</link>
      <description>Thanks Dear Stuart&lt;BR /&gt;plz le me know where i can find the "specfile" and "config.status" file ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 22 May 2005 23:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549486#M70434</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-05-22T23:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: diff size of the rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549487#M70435</link>
      <description>&lt;BR /&gt;spec files are generally located in /usr/redhat/SPECS</description>
      <pubDate>Mon, 23 May 2005 06:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549487#M70435</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-23T06:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: diff size of the rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549488#M70436</link>
      <description>You won't be left with a spec file or the config.status if you do 'rpmbuild --rebuild ..', as they are removed afterwards.&lt;BR /&gt;&lt;BR /&gt;If you really want to look at them, do the following:&lt;BR /&gt;&lt;BR /&gt;rpm -ivh wine*.src.rpm&lt;BR /&gt;cd /usr/src/redhat/SPEC&lt;BR /&gt;&lt;BR /&gt;there will be a 'wine.spec'.  From here do:&lt;BR /&gt;&lt;BR /&gt;rpmbuild -ba wine.spec&lt;BR /&gt;&lt;BR /&gt;Once that completes, you'll have RPMS in '/usr/src/redhat/RPMS/i386/', and you'll have the built source in '/usr/src/redhat/BUILD/wine*', including the config information (which was generated by the 'configure' command during the build).</description>
      <pubDate>Mon, 23 May 2005 06:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549488#M70436</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-23T06:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: diff size of the rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549489#M70437</link>
      <description>Thanks Dear Gopi Sekar for the support.&lt;BR /&gt;&lt;BR /&gt;And Thanks Dear Stuart Browne for the Detailed, and continous reply/support.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2005 14:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-size-of-the-rpm/m-p/3549489#M70437</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-05-24T14:05:10Z</dc:date>
    </item>
  </channel>
</rss>

