rpms/perl-POE-Component-SSLify/devel perl-POE-Component-SSLify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Aug 12 04:06:22 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-Component-SSLify.spec 
Log Message:
auto-import perl-POE-Component-SSLify-0.04-1.fc5 on branch devel from perl-POE-Component-SSLify-0.04-1.fc5.src.rpm


--- NEW FILE perl-POE-Component-SSLify.spec ---
Name:           perl-POE-Component-SSLify
Version:        0.04
Release:        1%{?dist}
Summary:        Makes using SSL in the world of POE easy!
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-Component-SSLify/
Source0:        http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-SSLify-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

## core
BuildRequires:  perl
#BuildRequires: perl(Test::More)
## non-core
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.

%prep
%setup -q -n POE-Component-SSLify-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}


%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Jul 25 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
- Specfile autogenerated by cpanspec 1.68.
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Aug 2006 04:06:10 -0000	1.1
+++ .cvsignore	12 Aug 2006 04:06:21 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-SSLify-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Aug 2006 04:06:10 -0000	1.1
+++ sources	12 Aug 2006 04:06:21 -0000	1.2
@@ -0,0 +1 @@
+8c3a9c5d538453105e20b2a3a0fce183  POE-Component-SSLify-0.04.tar.gz




More information about the scm-commits mailing list