SPECS: perl-POE.spec - added patch, fixed examples, builds: rel. 1

ankry ankry at pld-linux.org
Fri Oct 27 23:32:34 CEST 2006


Author: ankry                        Date: Fri Oct 27 21:32:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added patch, fixed examples, builds: rel. 1

---- Files affected:
SPECS:
   perl-POE.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/perl-POE.spec
diff -u SPECS/perl-POE.spec:1.27 SPECS/perl-POE.spec:1.28
--- SPECS/perl-POE.spec:1.27	Thu Oct 26 02:20:43 2006
+++ SPECS/perl-POE.spec	Fri Oct 27 23:32:28 2006
@@ -9,13 +9,14 @@
 Summary(pl):	POE - wielozadaniowe i sieciowe środowisko dla Perla
 Name:		perl-POE
 Version:	0.38
-Release:	0.1
+Release:	1
 Epoch:		2
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
 # Source0-md5:	5612affcb018cdda9807b6a0ea4db152
+Patch0:		%{name}-no_network_tests_by_default.patch
 URL:		http://poe.perl.org/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
@@ -88,6 +89,7 @@
 
 %prep
 %setup -q -n %{pdir}-%{version}
+%patch -p1
 
 %build
 %{__perl} Makefile.PL \
@@ -104,7 +106,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}
-cp -r samples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -r examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -114,7 +116,9 @@
 %doc CHANGES HISTORY README TODO
 %{perl_vendorlib}/*.pm
 %{perl_vendorlib}/POE
-%attr(755,root,root) %{_examplesdir}/%{name}-%{version}
+%dir %{_examplesdir}/%{name}-%{version}
+%{_examplesdir}/%{name}-%{version}/README*
+%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*.perl
 %{_mandir}/man3/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -123,6 +127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2006/10/27 21:32:28  ankry
+- added patch, fixed examples, builds: rel. 1
+
 Revision 1.27  2006/10/26 00:20:43  ankry
 - O: perl-POE-Exceptions
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-POE.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list