[packages/php-symfony] Rel 6; fix Error reading project file [wrapped: /usr/share/php/symfony/lib/plugins/sfPropelPlugin/li
arekm
arekm at pld-linux.org
Tue Oct 21 10:39:01 CEST 2025
commit bc0611a5c7f89d5fafd044277bbcd365a19eddb8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Oct 21 10:38:36 2025 +0200
Rel 6; fix Error reading project file [wrapped: /usr/share/php/symfony/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml:72:22: Unexpected text '>']
php-symfony.spec | 4 +++-
xml.patch | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/php-symfony.spec b/php-symfony.spec
index 1b9b7aa..3740add 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -8,7 +8,7 @@ Summary: Open-source PHP web framework
Summary(pl.UTF-8): Szkielet aplikacji WWW w PHP o otwartych źródłach
Name: php-%{pkgname}
Version: 1.4.20
-Release: 5
+Release: 6
License: various free licenses (distributable)
Group: Development/Languages/PHP
Source0: http://www.symfony-project.org/get/symfony-%{version}.tgz
@@ -16,6 +16,7 @@ Source0: http://www.symfony-project.org/get/symfony-%{version}.tgz
Patch0: symfony1.4_php56.patch
Patch1: quote.patch
Patch2: path.patch
+Patch3: xml.patch
URL: http://symfony.com/legacy
BuildRequires: rpmbuild(macros) >= 1.654
Requires: Smarty
@@ -68,6 +69,7 @@ takich jak:
%patch -P0 -p1
%patch -P1 -p1
%patch -P2 -p1
+%patch -P3 -p1
%install
rm -rf $RPM_BUILD_ROOT
diff --git a/xml.patch b/xml.patch
new file mode 100644
index 0000000..2b9a723
--- /dev/null
+++ b/xml.patch
@@ -0,0 +1,24 @@
+diff -ur symfony-1.4.20.org/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml symfony-1.4.20/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml
+--- symfony-1.4.20.org/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml 2010-01-29 15:48:28.000000000 +0100
++++ symfony-1.4.20/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml 2025-10-21 10:35:29.563245475 +0200
+@@ -69,7 +69,7 @@
+ <echo message=" "/>
+ <echo message="Usage: "/>
+ <echo message=" "/>
+- <echo message="$> propel-gen /path/to/projectdir [target]"/>
++ <echo message=" propel-gen /path/to/projectdir [target]"/>
+ <echo message=" "/>
+ <echo message="=========================================================="/>
+ <fail message="No project directory specified."/>
+diff -ur symfony-1.4.20.org/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear/pear-build.xml symfony-1.4.20/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear/pear-build.xml
+--- symfony-1.4.20.org/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear/pear-build.xml 2010-01-29 15:48:28.000000000 +0100
++++ symfony-1.4.20/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear/pear-build.xml 2025-10-21 10:35:56.028255794 +0200
+@@ -40,7 +40,7 @@
+ <echo message=" "/>
+ <echo message="Usage: "/>
+ <echo message=" "/>
+- <echo message="$> propel-gen /path/to/projectdir [target]"/>
++ <echo message=" propel-gen /path/to/projectdir [target]"/>
+ <echo message=" "/>
+ <echo message="====================================================="/>
+ <fail message="No project directory specified."/>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-symfony.git/commitdiff/bc0611a5c7f89d5fafd044277bbcd365a19eddb8
More information about the pld-cvs-commit
mailing list