<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Ellipsis: RPM building</title>
    <link>http://typo.pburkholder.com/articles/2008/05/08/rpm-building</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>...</description>
    <item>
      <title>RPM building</title>
      <description>&lt;p&gt;It seems that most resources on the Internet about building RPMs are woefully out of date.  If you want to unpack and work on &lt;span class="caps"&gt;RPM&lt;/span&gt; source packages in, say your home directory, most documentation points you to settings for your $HOME/.rpmrc file&lt;/p&gt;


Then you get errors like this:
&lt;pre&gt;&lt;code&gt;
error: bad option 'topdir' at /home/burkholp/.rpmrc:1
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;The use of .rpmrc is obsolete.  Instead you&amp;#8217;ll want a .rpmmacros file like the following:&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
%_topdir        %( echo ${HOME}/rpmbuild )
%_tmppath       %{_topdir}/tmp

%packager      Peter Burkholder &amp;lt;pburkholder@pobox.com&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Thu, 08 May 2008 06:20:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:b0db78ba-46ac-46a6-ad4d-e6ae42a35a80</guid>
      <author>Peter Burkholder</author>
      <link>http://typo.pburkholder.com/articles/2008/05/08/rpm-building</link>
      <category>System Administration</category>
      <category>rpm</category>
      <category>rpmbuild</category>
    </item>
  </channel>
</rss>
