]> git.pld-linux.org Git - packages/php-pear-PEAR.git/blob - php-pear-PEAR-rpmvars.patch
- duplicate patch
[packages/php-pear-PEAR.git] / php-pear-PEAR-rpmvars.patch
1 --- ./usr/share/pear/PEAR/Command/Package.php   2005-09-18 16:42:13.000000000 +0300
2 +++ /usr/share/pear/PEAR/Command/Package.php    2005-09-18 16:57:39.000000000 +0300
3 @@ -877,6 +877,11 @@
4          $info['package'] = $pf->getPackage();
5          $info['version'] = $pf->getVersion();
6          $info['release_license'] = $pf->getLicense();
7 +        $info['release_state'] = $pf->getState();
8 +               list($info['class'], $info['subclass']) = explode('_', $info['package'], 2);
9 +               if (empty($info['subclass'])) {
10 +                       $info['subclass'] = '%{nil}';
11 +               }
12          if ($pf->getDeps()) {
13              if ($pf->getPackagexmlVersion() == '1.0') {
14                  $requires = $conflicts = array();
This page took 0.030013 seconds and 3 git commands to generate.