<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building RPMs from CPAN Distributions</title>
	<atom:link href="http://perlhacks.com/2010/02/building-rpms-from-cpan-distributions/feed/" rel="self" type="application/rss+xml" />
	<link>http://perlhacks.com/2010/02/building-rpms-from-cpan-distributions/</link>
	<description>Just another Perl Hacker&#039;s blog</description>
	<lastBuildDate>Fri, 05 Apr 2013 08:41:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Johann</title>
		<link>http://perlhacks.com/2010/02/building-rpms-from-cpan-distributions/#comment-7247</link>
		<dc:creator>Johann</dc:creator>
		<pubDate>Thu, 31 Jan 2013 16:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=45#comment-7247</guid>
		<description><![CDATA[&gt;n3npq.jbj

I don&#039;t understand why you have to identify dependencies for all *.pl scripts to create RPMs.  Fedora / CentOS packagers are building RPMs for Perl modules, all of which are CPAN modules.  Some CPAN modules may contain *.pl scripts, but Perl developers won&#039;t be importing those scripts.]]></description>
		<content:encoded><![CDATA[<p>&gt;n3npq.jbj</p>
<p>I don&#8217;t understand why you have to identify dependencies for all *.pl scripts to create RPMs.  Fedora / CentOS packagers are building RPMs for Perl modules, all of which are CPAN modules.  Some CPAN modules may contain *.pl scripts, but Perl developers won&#8217;t be importing those scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n3npq.jbj</title>
		<link>http://perlhacks.com/2010/02/building-rpms-from-cpan-distributions/#comment-109</link>
		<dc:creator>n3npq.jbj</dc:creator>
		<pubDate>Sun, 14 Feb 2010 14:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=45#comment-109</guid>
		<description><![CDATA[The problem is that META.yml exists *only* for CPAN modules. RPM needs a general means to identify dependencies for all *.pl scripts. Hence the rather clunky means of using *RE&#039;s applied to *.pl (and all #!/usr/bin/perl) scripts.
But if all you wish is full control of deps in CPAN modules, disabling %__perl_requires and %__perl_provides and using META.yml to generate CPAN *.spec files will most definitely &quot;work&quot;. Just insufficiently general.
]]></description>
		<content:encoded><![CDATA[<p>The problem is that META.yml exists *only* for CPAN modules. RPM needs a general means to identify dependencies for all *.pl scripts. Hence the rather clunky means of using *RE&#8217;s applied to *.pl (and all #!/usr/bin/perl) scripts.<br />
But if all you wish is full control of deps in CPAN modules, disabling %__perl_requires and %__perl_provides and using META.yml to generate CPAN *.spec files will most definitely &#8220;work&#8221;. Just insufficiently general.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perl Hacks</title>
		<link>http://perlhacks.com/2010/02/building-rpms-from-cpan-distributions/#comment-110</link>
		<dc:creator>Perl Hacks</dc:creator>
		<pubDate>Wed, 10 Feb 2010 13:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=45#comment-110</guid>
		<description><![CDATA[&lt;strong&gt;META.yml and Building RPMs&lt;/strong&gt;

An email has flooded in. It was in response to my piece about Building RPMs from CPAN Distributions and it was from Andreas Koenig. Andreas runs PAUSE, which is the service CPAN authors use to upload stuff to CPAN, so...
]]></description>
		<content:encoded><![CDATA[<p><strong>META.yml and Building RPMs</strong></p>
<p>An email has flooded in. It was in response to my piece about Building RPMs from CPAN Distributions and it was from Andreas Koenig. Andreas runs PAUSE, which is the service CPAN authors use to upload stuff to CPAN, so&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Cross</title>
		<link>http://perlhacks.com/2010/02/building-rpms-from-cpan-distributions/#comment-108</link>
		<dc:creator>Dave Cross</dc:creator>
		<pubDate>Tue, 09 Feb 2010 06:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=45#comment-108</guid>
		<description><![CDATA[I find Centos (and, therefore, RHEL) unusable without additional repos. I use the &lt;a href=&quot;http://fedoraproject.org/wiki/EPEL&quot; rel=&quot;nofollow&quot;&gt;EPEL&lt;/a&gt; which repackages Fedora RPMs for RHEL and its clones. I also find &lt;a href=&quot;http://rpmrepo.org/RPMforge&quot; rel=&quot;nofollow&quot;&gt;RPMForge&lt;/a&gt; useful, and there&#039;s also my own &lt;a href=&quot;http://rpm.mag-sol.com/&quot; rel=&quot;nofollow&quot;&gt;repo&lt;/a&gt;.
]]></description>
		<content:encoded><![CDATA[<p>I find Centos (and, therefore, RHEL) unusable without additional repos. I use the <a href="http://fedoraproject.org/wiki/EPEL" rel="nofollow">EPEL</a> which repackages Fedora RPMs for RHEL and its clones. I also find <a href="http://rpmrepo.org/RPMforge" rel="nofollow">RPMForge</a> useful, and there&#8217;s also my own <a href="http://rpm.mag-sol.com/" rel="nofollow">repo</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sigzero.myopenid.com</title>
		<link>http://perlhacks.com/2010/02/building-rpms-from-cpan-distributions/#comment-107</link>
		<dc:creator>sigzero.myopenid.com</dc:creator>
		<pubDate>Mon, 08 Feb 2010 23:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=45#comment-107</guid>
		<description><![CDATA[Where I bang my head is Fedora has a ton of Perl modules but RHEL has a scant few. It is maddening sometimes.
Is there a process by which we can get Red Hat to move modules into the server realm as well?
]]></description>
		<content:encoded><![CDATA[<p>Where I bang my head is Fedora has a ton of Perl modules but RHEL has a scant few. It is maddening sometimes.<br />
Is there a process by which we can get Red Hat to move modules into the server realm as well?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.332 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-04-21 05:30:24 -->

<!-- Compression = gzip -->