rpms/perl-POE-Filter-Zlib/devel LICENSE.readme, NONE, 1.1 perl-POE-Filter-Zlib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Sep 6 20:19:40 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Filter-Zlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25138/devel

Modified Files:
	.cvsignore sources 
Added Files:
	LICENSE.readme perl-POE-Filter-Zlib.spec 
Log Message:
auto-import perl-POE-Filter-Zlib-1.4-1.fc5 on branch devel from perl-POE-Filter-Zlib-1.4-1.fc5.src.rpm


--- NEW FILE LICENSE.readme ---
On Thu, Jul 13, 2006 at 11:01:47PM -0700, Chris Weyl wrote:
> Hi Chris!
>
> I'm thinking about packaging POE::Filter::IRCD up for Fedora Extras,
> however I can't find any information as to what license this module is
> released under.  Is it under "the same terms as perl itself", namely
> both the GPL and Artistic licenses?

It is indeed under the same terms as perl.

Unless clearly expressed all my modules on CPAN are under that licence.

Many thanks,

--
Chris Williams
aka BinGOs
PGP ID 0x4658671F
http://www.gumbynet.org.uk
==========================


--- NEW FILE perl-POE-Filter-Zlib.spec ---
Name:           perl-POE-Filter-Zlib
Version:        1.4
Release:        1%{?dist}
Summary:        POE filter wrapped around Compress::Zlib
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-Filter-Zlib/
Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/POE-Filter-Zlib-%{version}.tar.gz

# see also: 
Source1:        LICENSE.readme

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Compress::Zlib) >= 1.34
BuildRequires:  perl(POE) >= 0.3501

# this is missed in a classic "use base POE..." situation
Requires:       perl(POE::Filter)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
POE::Filter::Zlib provides a POE filter for performing compression and 
uncompression using Compress::Zlib. It is suitable for use with
POE::Filter::Stackable.

%prep
%setup -q -n POE-Filter-Zlib-%{version}

# deal with our licensing....
cp %{SOURCE1} .
perldoc perlgpl      > COPYING.gpl
perldoc perlartistic > COPYING.artistic

%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 LICENSE* COPYING*
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Sep 01 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.4-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Sep 2006 20:19:26 -0000	1.1
+++ .cvsignore	6 Sep 2006 20:19:40 -0000	1.2
@@ -0,0 +1 @@
+POE-Filter-Zlib-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Sep 2006 20:19:26 -0000	1.1
+++ sources	6 Sep 2006 20:19:40 -0000	1.2
@@ -0,0 +1 @@
+ee3c93a09f4640bd42a5781375a48082  POE-Filter-Zlib-1.4.tar.gz




More information about the fedora-extras-commits mailing list