SPECS: php-pear-XML_Feed_Parser.spec - apply -paths.patch (fixed p...
adamg
adamg at pld-linux.org
Thu Jan 12 11:55:41 CET 2006
Author: adamg Date: Thu Jan 12 10:55:41 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- apply -paths.patch (fixed paths in require_once)
- noautoreq for two files (not included in tarball)
---- Files affected:
SPECS:
php-pear-XML_Feed_Parser.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/php-pear-XML_Feed_Parser.spec
diff -u SPECS/php-pear-XML_Feed_Parser.spec:1.1 SPECS/php-pear-XML_Feed_Parser.spec:1.2
--- SPECS/php-pear-XML_Feed_Parser.spec:1.1 Thu Jan 12 11:44:00 2006
+++ SPECS/php-pear-XML_Feed_Parser.spec Thu Jan 12 11:55:36 2006
@@ -14,12 +14,16 @@
Group: Development/Languages/PHP
Source0: http://pear.php.net/get/%{_pearname}-%{version}beta.tgz
# Source0-md5: 59ec155424b1b06e44cdbafe39093dad
+Patch0: %{name}-paths.patch
URL: http://pear.php.net/package/XML_Feed_Parser/
BuildRequires: rpm-php-pearprov >= 4.4.2-11
Requires: php-pear
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# files not distributed (bug reported)
+%define _noautoreq 'pear(XML/Feed/Parser/RSS11.php)' 'pear(XML/Feed/Parser/RSS11Element.php)'
+
%description
XML_Feed_Parser is a parser for (the various) RSS and ATOM format XML
feeds. It attempts to provide a somewhat unified API while still
@@ -50,6 +54,7 @@
%prep
%pear_package_setup
+%patch0 -p1
%install
rm -rf $RPM_BUILD_ROOT
@@ -83,6 +88,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/01/12 10:55:36 adamg
+- apply -paths.patch (fixed paths in require_once)
+- noautoreq for two files (not included in tarball)
+
Revision 1.1 2006/01/12 10:44:00 adamg
- new
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pear-XML_Feed_Parser.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list