]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 20 Dec 2005 07:24:01 +0000 (07:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PEAR-specfile.patch -> 1.1

php-pear-PEAR-specfile.patch [new file with mode: 0644]

diff --git a/php-pear-PEAR-specfile.patch b/php-pear-PEAR-specfile.patch
new file mode 100644 (file)
index 0000000..dc3787e
--- /dev/null
@@ -0,0 +1,12 @@
+diff -burN PEAR-1.4.5.orig/usr/share/pear/PEAR/Command/Package.php PEAR-1.4.5/usr/share/pear/PEAR/Command/Package.php
+--- PEAR-1.4.5.orig/usr/share/pear/PEAR/Command/Package.php    2005-12-20 08:14:58.485437880 +0100
++++ PEAR-1.4.5/usr/share/pear/PEAR/Command/Package.php 2005-12-20 08:15:37.777464584 +0100
+@@ -1184,7 +1184,7 @@
+                 fread($fp, filesize($spec_template)));
+             fclose($fp);
+         }
+-        $spec_file = "$info[rpm_package]-$info[version].spec";
++        $spec_file = "$info[rpm_package].spec";
+         $wp = fopen($spec_file, "wb");
+         if (!$wp) {
+             return $this->raiseError("could not write RPM spec file $spec_file: $php_errormsg");
This page took 0.058595 seconds and 4 git commands to generate.