<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/PEAR_Command_Packaging/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR_Command_Packaging/download/0.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR_Command_Packaging/download/0.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR_Command_Packaging/download/0.1.0/"/>
</rdf:Seq>
</items>

<title>Latest releases of pear_command_packaging</title>
<description>The latest releases for the package pear_command_packaging</description>
</channel>

<item rdf:about="http://pear.php.net/package/PEAR_Command_Packaging/download/0.2.0/">
 <title>PEAR_Command_Packaging 0.2.0</title>
 <link>http://pear.php.net/package/PEAR_Command_Packaging/download/0.2.0/</link>
 <content:encoded>- fix Bug #9932: cannot build specs from external channels [cellog]&lt;br /&gt;
- fix Bug #10116: fatal error when packaging packages from other channel [cellog]&lt;br /&gt;
- NEW: Can now build specs for channels as well as packages&lt;br /&gt;
- Can now build specs for packages from channels other than pear.php.net (bug #9932, bug #10116, bug #10254)&lt;br /&gt;
- @possible_channel@ now doesn't include a trailing slash (template.spec changed to accommodate)&lt;br /&gt;
- @possible_channel@ is now filled even if channel is pecl.php.net/pear.php.net - this is part of moving towards a less pear.php.net-centric system where the core PEAR channels are not particularly &quot;special&quot;&lt;br /&gt;
- Add the following macros:&lt;br /&gt;
 - @php_files_statement@&lt;br /&gt;
 - @test_files_statement@&lt;br /&gt;
 - @data_files_statement@&lt;br /&gt;
 - @script_files_statement@&lt;br /&gt;
 - @customrole_files_statement@&lt;br /&gt;
 - @cfg_files_statement@&lt;br /&gt;
 - @www_files_statement@&lt;br /&gt;
 All of these are &quot;intelligent&quot; in that they are empty if no files of the given type exist, plus if files do exist and are in a subdirectory dedicated to the package being RPM-ified, then make-rpm-spec will just put the top level directory in the substitution, rather than a complete file list - this makes for much shorter specs in some cases. Use of the @XXX_files_statement@ substitutions is encouraged in favour of the @files@ substitution.&lt;br /&gt;
- Deprecate @rpm_xml_dir@ macro - this is pointless (replaced with actual path in the template specs)&lt;br /&gt;
- Deprecate @arch@ macro - this gave invalid results; it should either be &quot;noarch&quot; or not defined, not the architecture of the machine building the spec file. Replaced by @arch_statement@ if you really want to use it, although the building of specs for compiled packages (i.e. PECL) is not supported at the moment, even though in theory it should work in a similar way.&lt;br /&gt;
- Fix a bug if PEAR/PackageFile.php was already included&lt;br /&gt;
- Fix bug #10327, bug #8630 - file prefixes sometimes generated incorrectly, stops some packages building&lt;br /&gt;
- Add $_spec_line_format config option to allow distributors to tune the format that additional RPM headers are added to the spec in, to match their conventions&lt;br /&gt;
- Internal refactoring/cleanup&lt;br /&gt;
- Require PHP 4.3.0+ to avoid internal cruft&lt;br /&gt;
- Tidy summaries (trim and remove trailing dots)
 </content:encoded>
 <dc:date>2009-06-27T23:15:15-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR_Command_Packaging/download/0.1.2/">
 <title>PEAR_Command_Packaging 0.1.2</title>
 <link>http://pear.php.net/package/PEAR_Command_Packaging/download/0.1.2/</link>
 <content:encoded>- Fix critical bug which sometimes inhibited the use of some PEAR internal commands upon installation of PEAR_Command_Packaging
 </content:encoded>
 <dc:date>2006-06-28T10:11:54-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR_Command_Packaging/download/0.1.1/">
 <title>PEAR_Command_Packaging 0.1.1</title>
 <link>http://pear.php.net/package/PEAR_Command_Packaging/download/0.1.1/</link>
 <content:encoded>- Add support for generation of external deps (e.g. PHP extensions) (bug #6971)&lt;br /&gt;
- Add %l (lowercased package name) option to RPM pkgname/depname format strings&lt;br /&gt;
- Add support for customising the output specfile filename via the $_rpm_specname_format variable&lt;br /&gt;
- Make it super-easy for downstream distros to customise the various package/dep/specfile naming to suit their conventions: all the options are now grouped together in the source&lt;br /&gt;
- Add release_state macro for use in spec templates if required&lt;br /&gt;
- De-duplicate dependencies (bug #6963)&lt;br /&gt;
- Remove a last remaining case of hardcoded &quot;PEAR::&quot; package naming (when generating deps on PEAR itself)&lt;br /&gt;
- Improve/tidy up docfile handling (bug #7118)&lt;br /&gt;
- Revert PEAR package dependency to 1.4.3 and encode the 1.4.7 dep in the included template.spec instead.&lt;br /&gt;
- Remove some forced 'rm's in template spec file to avoid masking problems&lt;br /&gt;
- Abstract XML directory in default template spec&lt;br /&gt;
- Stop owning / in RPM packages (bug #7129)&lt;br /&gt;
- Wordwrap package description
 </content:encoded>
 <dc:date>2006-05-17T17:36:38-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR_Command_Packaging/download/0.1.0/">
 <title>PEAR_Command_Packaging 0.1.0</title>
 <link>http://pear.php.net/package/PEAR_Command_Packaging/download/0.1.0/</link>
 <content:encoded>Initial release
 </content:encoded>
 <dc:date>2006-02-28T11:33:44-05:00</dc:date>
</item>

</rdf:RDF>