rpms/perl-POE-Filter-IRCD/devel README.licensing, NONE, 1.1 perl-POE-Filter-IRCD.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Jul 18 18:13:15 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	README.licensing perl-POE-Filter-IRCD.spec 
Log Message:
auto-import perl-POE-Filter-IRCD-1.7-0.1.fc5 on branch devel from perl-POE-Filter-IRCD-1.7-0.1.fc5.src.rpm


--- NEW FILE README.licensing ---
Date: Fri, 14 Jul 2006 07:41:41 +0100
From: Kidney Bingos <chris at bingosnet.co.uk>
To: Chris Weyl <cweyl at alumni.drew.edu>
Subject: Re: POE::Filter::IRCD
Message-ID: <20060714064141.GA31205 at klanker.bingosnet.co.uk>
References: <7dd7ab490607132301w350fb9dcp5a84186cdda44c6c at mail.gmail.com>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v"
Content-Disposition: inline
In-Reply-To: <7dd7ab490607132301w350fb9dcp5a84186cdda44c6c at mail.gmail.com>
User-Agent: Mutt/1.4i


--Dxnq1zWXvFF0Q93v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Jul 13, 2006 at 11:01:47PM -0700, Chris Weyl wrote:
> Hi Chris!
>=20
> 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,

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

--Dxnq1zWXvFF0Q93v
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFEtzyl7eyMi0ZYZx8RAl2NAJ41kru3emXC4Dp+/LMxLJH/H11RoACfZ1ZW
ZYcp5Q3T6uupJzfHgrAY7ig=
=nHoI
-----END PGP SIGNATURE-----

--Dxnq1zWXvFF0Q93v--


--- NEW FILE perl-POE-Filter-IRCD.spec ---
Name:           perl-POE-Filter-IRCD
Version:        1.7        
Release:        0.1%{?dist}
Summary:        A POE-based parser for the IRC protocol

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/POE-Filter-IRCD            
Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Filter-IRCD-%{version}.tar.gz        
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Source100:      README.licensing

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

%description
POE::Filter::IRCD provides a convenient way of parsing and creating IRC
protocol lines.


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


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
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} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*

cp %{SOURCE100} .

%check
make test


%clean
rm -rf %{buildroot}


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


%changelog
* Tue Jul 18 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.7-0.1
- Added licensing statement/clarification

* Thu Jul 13 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.7-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jul 2006 18:13:06 -0000	1.1
+++ .cvsignore	18 Jul 2006 18:13:15 -0000	1.2
@@ -0,0 +1 @@
+POE-Filter-IRCD-1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jul 2006 18:13:06 -0000	1.1
+++ sources	18 Jul 2006 18:13:15 -0000	1.2
@@ -0,0 +1 @@
+30ab7c5504eb6d99c7d3da399933efac  POE-Filter-IRCD-1.7.tar.gz




More information about the fedora-extras-commits mailing list