[Bug 546451] Review Request: php-pear-HTML-Template-IT - Simple template API.

bugzilla at redhat.com bugzilla at redhat.com
Sat Jan 2 07:44:35 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=546451


Remi Collet <fedora at famillecollet.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fedora at famillecollet.com
         AssignedTo|nobody at fedoraproject.org    |fedora at famillecollet.com
               Flag|                            |fedora-review?




--- Comment #1 from Remi Collet <fedora at famillecollet.com>  2010-01-02 02:44:33 EDT ---
Please read http://fedoraproject.org/wiki/Packaging/PHP

%[xmldir} => use %{pear_xmldir} 
HTML_Template_IT.xml => %{name}.xml
%{peardir} => %{pear_phpdir} + %{pear_testdir}
%{peardir}/* => please, expand to avoid to own already owned dir

BuildRequires => (version which provides needed macros)
php-pear >= 1:1.4.9-1.2

Requires => (missing)
Requires(post): %{__pear}
Requires(postun): %{__pear}

Provides => (missing)
Provides:       php-pear(HTML_Template_IT) = %{version}


%prep : no need to run pear command here, see some other php-pear-extension,
could also try the pear-pear-PEAR-Command-Packaging

Caution : package.xml still a V1 format which could cause some issue. I
recommend to convert it to V2 during prep (see pear convert)

Are you ready to maintain this package which seems not really active upstream ?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list