{* * Zoom page template * * Copyright © 2010 Remi Collet * * This file is part of rpmphp. * * rpmphp is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * rpmphp is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with rpmphp. If not, see . *} {if isset($error)} {if $error eq 'missing_name'}

Missing package name

You have not specified any package name.

{else}

Ooops, an error occured:
{$error}

{/if} {/if} {if isset($pkgdb)} {else} {/if} {foreach from=$summary key=k item=v} {if $k eq 'Bugzilla'} Active bugs {elseif $k eq 'URL' or $k eq 'GitWeb' or $k eq 'PkgDB'} {$v} {else} {$v} {/if} {/foreach}
Upstream info
{$k}:
{if is_array($packages) and count($packages) > 0} {assign var='prev' value=''} {foreach from=$packages item=p name=plist} repo_main neq $prev} id="pkgdb_{$p->repo_main}_owner"{/if}> {if $p->repo_main neq $prev} {if $fedpkg} {getBranchPeople branch=$p->repo_main people='owner'} {elseif $p->askpkgdb} {$ajax_infos} {/if} {/if} repo_main neq $prev} id="pkgdb_{$p->repo_main}_maintainers"{/if}> {if $p->repo_main neq $prev} {if $fedpkg} {getBranchPeople branch=$p->repo_main people='people'} {elseif $p->askpkgdb} {$ajax_infos} {/if} {/if} {assign var='prev' value=$p->repo_main} {/foreach}
Packages available in Fedora Repositories
Branch Repository Version-Release Owner Co-maintainers
{if $p->repo_main neq $prev}{$p->repo_main}{/if} {$p->repo_sub} {if $p->epoch}{$p->epoch}:{/if} {$p->ver}-{$p->rel}
{/if}