i'm set the spec :
<?php
$spec =
Pearfarm_PackageSpec::create(array(Pearfarm_PackageSpec::OPT_BASEDIR
=> dirname(__FILE__)))
->setName('sfG1mrEditorPlugin')
->setChannel('plugins.symfony-project.org')
->setSummary('Rich Text Editor with sending pictures/
uploads to tex')
->setDescription('To easily use the Yahoo Rich Text
Editor with sending pictures/uploads to text, on the forms.')
->setReleaseVersion('0.0.1')
->setReleaseStability('alpha')
->setApiVersion('0.0.1')
->setApiStability('alpha')
->setLicense(Pearfarm_PackageSpec::LICENSE_MIT)
->setNotes("\n* gpupo: Initial release.\n")
->addMaintainer('lead', 'Gilmar Pupo', 'gpupo',
'g...@g1mr.com')
->addFilesSimple(array('README', 'LICENSE'), 'data')
->addFilesRegex('/.php$/', 'data', $options = array())
->addPackageDependency('symfony', 'pear.symfony-
project.com', array('min'=>1.2, 'max'=>1.4))
;
But the changelog im need to do manualy.
Cordial,
Gilmar
You are welcome to look into adding it, but I feel like I didn't do it
for a good reason. I think it required a lot of maintenance, and it
seems silly to have to manage a changelog in a file *and* in PEAR.
Seems more appropriate to just manage the CHANGELOG in a file
accessible via the web site.
That's my recollection...
Alan
From what I saw, I need to copy what already exists in <release> tag
and create the tag <changelog>.
A decorator must solve.
Manual to package symfony plugin:
http://www.symfony-project.org/plugins/FAQ#Q8
Gilmar
> > '...@g1mr.com')