SPECS: perl-POE-Component-Jabber.spec - no POE::Preprocessor in cu...

agaran agaran at pld-linux.org
Wed Jul 26 21:06:03 CEST 2006


Author: agaran                       Date: Wed Jul 26 19:06:03 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no POE::Preprocessor in current POE, rel 1.2, works here

---- Files affected:
SPECS:
   perl-POE-Component-Jabber.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/perl-POE-Component-Jabber.spec
diff -u SPECS/perl-POE-Component-Jabber.spec:1.17 SPECS/perl-POE-Component-Jabber.spec:1.18
--- SPECS/perl-POE-Component-Jabber.spec:1.17	Wed Jul 12 23:51:50 2006
+++ SPECS/perl-POE-Component-Jabber.spec	Wed Jul 26 21:05:58 2006
@@ -10,12 +10,13 @@
 Summary(pl):	POE::Component::Jabber - komponent POE do dostępu do serwerów Jabbera
 Name:		perl-POE-Component-Jabber
 Version:	1.21
-Release:	1.1
+Release:	1.2
 License:	GPL
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	75196e23db297a2b07b1d58a866b03d7
 Patch0:		%{name}-const.patch
+Patch1:		%{name}-examples.patch
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	perl-Module-Build
@@ -57,16 +58,10 @@
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+# rpm problems fixed by following patch
 %patch0 -p1
-
-# rpmowy system wykrywani zaleznosci nie radzi sobie
-# rpm dep lookup system dont work properly when
-# package Foo::Bar; is declared in some files
-# but other use it via use const .. then use FB::something
-# there are 2 solutions, first one, 
-# disable autodeps for this package, and add manually
-# another way, patch perl modules to avoid use const
-# i prefer second way
+# this one allows to run examples on current poe (no POE::Preprocessor)
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL \
@@ -101,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2006/07/26 19:05:58  agaran
+- no POE::Preprocessor in current POE, rel 1.2, works here
+
 Revision 1.17  2006/07/12 21:51:50  agaran
 - ugly patch to solve rpm problem, still working to get examples functional
   (already found problem around autoselection of SAX parser)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-POE-Component-Jabber.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list