rpms/perl-POE-Component-SSLify/FC-5 perl-POE-Component-SSLify.spec, 1.4, 1.5 sources, 1.4, 1.5

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun May 6 18:42:49 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-SSLify/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27960/FC-5

Modified Files:
	perl-POE-Component-SSLify.spec sources 
Log Message:
update to 0.07



Index: perl-POE-Component-SSLify.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/FC-5/perl-POE-Component-SSLify.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-POE-Component-SSLify.spec	19 Sep 2006 04:28:39 -0000	1.4
+++ perl-POE-Component-SSLify.spec	6 May 2007 18:42:15 -0000	1.5
@@ -1,5 +1,5 @@
 Name:           perl-POE-Component-SSLify
-Version:        0.06
+Version:        0.07
 Release:        1%{?dist}
 Summary:        Makes using SSL in the world of POE easy!
 License:        GPL or Artistic
@@ -9,16 +9,16 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-## core
-BuildRequires:  perl
-#BuildRequires: perl(Test::More)
-## non-core
+# core
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+# cpan
 BuildRequires:  perl(Net::SSLeay) >= 1.17
 
 # not automatically picked up
 Requires:       perl(POE)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This component represents the standard way to do SSL in POE.
@@ -26,6 +26,8 @@
 %prep
 %setup -q -n POE-Component-SSLify-%{version} 
 
+sed -i 's/\r//' t/*.t
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -48,11 +50,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README Changes
+%doc README Changes t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 06 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
+- update to 0.07
+- add t/ to %%doc
+- some spec rework due to perl splittage
+
 * Mon Sep 18 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
 - update to 0.06
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	19 Sep 2006 04:28:39 -0000	1.4
+++ sources	6 May 2007 18:42:15 -0000	1.5
@@ -1 +1 @@
-20bda6f76eacf1d1d4ecb02f922c99f7  POE-Component-SSLify-0.06.tar.gz
+c804d8fcc187f6cf75595d1683469830  POE-Component-SSLify-0.07.tar.gz




More information about the fedora-extras-commits mailing list