Author: iarnell Update of /cvs/pkgs/rpms/perl-YAPE-Regex/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10037/devel Modified Files: .cvsignore sources Added Files: licenseinfo.txt perl-YAPE-Regex.spec Log Message: initial import --- NEW FILE licenseinfo.txt --- Delivered-To: iarnell@xxxxxxxxx Received: by 10.216.178.4 with SMTP id e4cs258765wem; Wed, 2 Jun 2010 03:34:00 -0700 (PDT) Received: by 10.141.124.14 with SMTP id b14mr3885513rvn.91.1275474839479; Wed, 02 Jun 2010 03:33:59 -0700 (PDT) Return-Path: <rtcpan@xxxxxxxxxxxxxxxxxxxxxx> Received: from cpan.rt.develooper.com (cpan.rt.develooper.com [207.171.7.181]) by mx.google.com with ESMTP id f20si14216313rvb.152.2010.06.02.03.33.58; Wed, 02 Jun 2010 03:33:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of rtcpan@xxxxxxxxxxxxxxxxxxxxxx designates 207.171.7.181 as permitted sender) client-ip=207.171.7.181; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of rtcpan@xxxxxxxxxxxxxxxxxxxxxx designates 207.171.7.181 as permitted sender) smtp.mail=rtcpan@xxxxxxxxxxxxxxxxxxxxxx Received: by cpan.rt.develooper.com (Postfix, from userid 536) id 5A6C7704A; Wed, 2 Jun 2010 03:33:58 -0700 (PDT) Precedence: normal Subject: Re: [rt.cpan.org #58040] Licensing information From: "japhy.734@xxxxxxxxx via RT" <bug-YAPE-Regex@xxxxxxxxxxx> Reply-To: bug-YAPE-Regex@xxxxxxxxxxx In-Reply-To: <AANLkTikaB0JR2K-5zRbuBip8eMu1BNvz4JL7RxFq03eA@xxxxxxxxxxxxxx> References: <RT-Ticket-58040@xxxxxxxxxxx> <rt-3.8.HEAD-10884-1275462821-64.58040-4-0@xxxxxxxxxxx> <AANLkTikaB0JR2K-5zRbuBip8eMu1BNvz4JL7RxFq03eA@xxxxxxxxxxxxxx> Message-ID: <rt-3.8.HEAD-10892-1275474837-1926.58040-6-0@xxxxxxxxxxx> X-RT-Loop-Prevention: rt.cpan.org RT-Ticket: rt.cpan.org #58040 Managed-by: RT 3.8.HEAD (http://www.bestpractical.com/rt/) RT-Originator: japhy.734@xxxxxxxxx To: iarnell@xxxxxxxxx MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Date: Wed, 2 Jun 2010 06:33:58 -0400 <URL: https://rt.cpan.org/Ticket/Display.html?id=58040 > On Wed, Jun 2, 2010 at 3:13 AM, Iain Arnell via RT < bug-YAPE-Regex@xxxxxxxxxxx> wrote: > Unfortunately, YAPE-Regex doesn't carry any licensing information, so > we will not be able to ship it, because "no licensing" would push us on > muddy legal terrain. > > Would you consider licensing it under the same terms as Perl itself? (Or > any other open source license of your choosing, of course). > Yes, YAPE::Regex and YAPE::Regex::Explain are licensed under the same terms as Perl itself. -- Jeffrey Pinyan "Praying the Mass: The Prayers of the People" - http://www.PrayingTheMass.com/ A Guide to the New English Translation of the Mass (My first book, now in its second edition!) The Cross Reference - http://thecrossreference.blogspot.com/ (My blog) Follow me on Twitter @PrayingTheMass [Mary said,] "Do whatever he tells you." ~ John 2:5 --- NEW FILE perl-YAPE-Regex.spec --- Name: perl-YAPE-Regex Version: 3.04 Release: 1%{?dist} Summary: Yet Another Parser/Extractor for Regular Expressions # see https://rt.cpan.org/Public/Bug/Display.html?id=58040 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/YAPE-Regex/ Source0: http://www.cpan.org/authors/id/P/PI/PINYAN/YAPE-Regex-%{version}.tar.gz Source1: licenseinfo.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Text::Balanced) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This module is yet another parser and tree-builder for Perl regular expressions. It builds a tree out of a regex, but at the moment, the extent of the extraction tool for the tree is quite limited. However, the tree can be useful to extension modules. %prep %setup -q -n YAPE-Regex-%{version} cp %{SOURCE1} . %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README licenseinfo.txt %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jun 02 2010 Iain Arnell 3.04-1 - Specfile autogenerated by cpanspec 1.78. - include license information Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAPE-Regex/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 Jul 2010 22:38:22 -0000 1.1 +++ .cvsignore 27 Jul 2010 03:11:48 -0000 1.2 @@ -0,0 +1 @@ +YAPE-Regex-3.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAPE-Regex/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 Jul 2010 22:38:22 -0000 1.1 +++ sources 27 Jul 2010 03:11:49 -0000 1.2 @@ -0,0 +1 @@ +a9eacea3762269f183b122404714dc8e YAPE-Regex-3.04.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel