<?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: Package Dependencies</title>
	<atom:link href="http://andrew.jorgensenfamily.us/2008/09/webpin/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrew.jorgensenfamily.us/2008/09/webpin/</link>
	<description>It's better than bad, it's good!</description>
	<lastBuildDate>Tue, 11 May 2010 18:32:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andrew Jorgensen</title>
		<link>http://andrew.jorgensenfamily.us/2008/09/webpin/comment-page-1/#comment-136</link>
		<dc:creator>Andrew Jorgensen</dc:creator>
		<pubDate>Fri, 19 Sep 2008 16:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://andrew.jorgensenfamily.us/?p=365#comment-136</guid>
		<description>I was aware of the various kinds of urpm* sweetness.  I was not aware that Mandriva did pkgconfig provides -- that is awesome.</description>
		<content:encoded><![CDATA[<p>I was aware of the various kinds of urpm* sweetness.  I was not aware that Mandriva did pkgconfig provides &#8212; that is awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Götz Waschk</title>
		<link>http://andrew.jorgensenfamily.us/2008/09/webpin/comment-page-1/#comment-135</link>
		<dc:creator>Götz Waschk</dc:creator>
		<pubDate>Fri, 19 Sep 2008 16:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://andrew.jorgensenfamily.us/?p=365#comment-135</guid>
		<description>Looks like Suse is reinventing something Mandriva has for years, urpmf can be used to search in the repositories. Also, the pkg-config deps are real in Mandriva&#039;s packages:

# rpm -q --provides avahi-sharp
pkgconfig(avahi-sharp) = 0.6.23
pkgconfig(avahi-ui-sharp) = 0.6.23
mono(avahi-sharp) = 1.0.0.0
mono(avahi-ui-sharp) = 0.0.0.0
avahi-sharp = 0.6.23-1mdv2009.0</description>
		<content:encoded><![CDATA[<p>Looks like Suse is reinventing something Mandriva has for years, urpmf can be used to search in the repositories. Also, the pkg-config deps are real in Mandriva&#8217;s packages:</p>
<p># rpm -q &#8211;provides avahi-sharp<br />
pkgconfig(avahi-sharp) = 0.6.23<br />
pkgconfig(avahi-ui-sharp) = 0.6.23<br />
mono(avahi-sharp) = 1.0.0.0<br />
mono(avahi-ui-sharp) = 0.0.0.0<br />
avahi-sharp = 0.6.23-1mdv2009.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Jorgensen</title>
		<link>http://andrew.jorgensenfamily.us/2008/09/webpin/comment-page-1/#comment-132</link>
		<dc:creator>Andrew Jorgensen</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://andrew.jorgensenfamily.us/?p=365#comment-132</guid>
		<description>Nobody ever said Debian wasn&#039;t cool too. ;-)</description>
		<content:encoded><![CDATA[<p>Nobody ever said Debian wasn&#8217;t cool too. <img src='http://andrew.jorgensenfamily.us/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: directhex</title>
		<link>http://andrew.jorgensenfamily.us/2008/09/webpin/comment-page-1/#comment-131</link>
		<dc:creator>directhex</dc:creator>
		<pubDate>Wed, 17 Sep 2008 08:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://andrew.jorgensenfamily.us/?p=365#comment-131</guid>
		<description>So SUSE finally has apt-file, then?

jms@osc-franzibald:~$ apt-file search avahi-sharp.pc
libavahi1.0-cil: /usr/lib/pkgconfig/avahi-sharp.pc
jms@osc-franzibald:~$ apt-file search X11/SM/SMlib.h
libsm-dev: /usr/include/X11/SM/SMlib.h</description>
		<content:encoded><![CDATA[<p>So SUSE finally has apt-file, then?</p>
<p>jms@osc-franzibald:~$ apt-file search avahi-sharp.pc<br />
libavahi1.0-cil: /usr/lib/pkgconfig/avahi-sharp.pc<br />
jms@osc-franzibald:~$ apt-file search X11/SM/SMlib.h<br />
libsm-dev: /usr/include/X11/SM/SMlib.h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Bleser</title>
		<link>http://andrew.jorgensenfamily.us/2008/09/webpin/comment-page-1/#comment-130</link>
		<dc:creator>Pascal Bleser</dc:creator>
		<pubDate>Tue, 16 Sep 2008 22:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://andrew.jorgensenfamily.us/?p=365#comment-130</guid>
		<description>Glad to hear that you like the webpin CLI. It&#039;s just a pretty simple CLI frontend for the webpin webservice though, and kudos for the really hard work goes to Benjamin Weber [1] for implementing the engine+webservices+webinterface behind/on webpin [2].

[1] http://benjiweber.co.uk/blog/
[2] http://packages.opensuse-community.org/

And btw, writing a findreqprov script for rpmbuild to automatically add Provides: based on .pc files would be pretty trivial. As an experiment, I wrote one for Java that adds Provides: for Java packages contained in the packaged .jar files (using jdepend), compiled with gcj. Pretty simple to do, actually.</description>
		<content:encoded><![CDATA[<p>Glad to hear that you like the webpin CLI. It&#8217;s just a pretty simple CLI frontend for the webpin webservice though, and kudos for the really hard work goes to Benjamin Weber [1] for implementing the engine+webservices+webinterface behind/on webpin [2].</p>
<p>[1] <a href="http://benjiweber.co.uk/blog/" rel="nofollow">http://benjiweber.co.uk/blog/</a><br />
[2] <a href="http://packages.opensuse-community.org/" rel="nofollow">http://packages.opensuse-community.org/</a></p>
<p>And btw, writing a findreqprov script for rpmbuild to automatically add Provides: based on .pc files would be pretty trivial. As an experiment, I wrote one for Java that adds Provides: for Java packages contained in the packaged .jar files (using jdepend), compiled with gcj. Pretty simple to do, actually.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
