diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bec059 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Text-ParseWords-3.29.tar.gz diff --git a/.rh-perl520-perl-Text-ParseWords.metadata b/.rh-perl520-perl-Text-ParseWords.metadata new file mode 100644 index 0000000..9e21d86 --- /dev/null +++ b/.rh-perl520-perl-Text-ParseWords.metadata @@ -0,0 +1 @@ +c0642c23773fee2790fd40f83ac0b201bff9cb2f SOURCES/Text-ParseWords-3.29.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/license.email b/SOURCES/license.email new file mode 100644 index 0000000..65d6fad --- /dev/null +++ b/SOURCES/license.email @@ -0,0 +1,57 @@ +Return-Path: rt-cpan-org-return@perl.org +Received: from zmta04.collab.prod.int.phx2.redhat.com (LHLO + zmta04.collab.prod.int.phx2.redhat.com) (10.5.81.11) by + zmail14.collab.prod.int.phx2.redhat.com with LMTP; Mon, 18 Nov 2013 + 11:06:10 -0500 (EST) +Received: from zmta04.collab.prod.int.phx2.redhat.com (localhost [127.0.0.1]) + by zmta04.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 9A08BDA0C9 + for ; Mon, 18 Nov 2013 11:06:10 -0500 (EST) +Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) + by zmta04.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 954E9D1F23 + for ; Mon, 18 Nov 2013 11:06:10 -0500 (EST) +Received: from mx1.redhat.com (ext-mx14.extmail.prod.ext.phx2.redhat.com [10.5.110.19]) + by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rAIG6A3W024510 + for ; Mon, 18 Nov 2013 11:06:10 -0500 +Received: from rtcpan.develooper.com (rtcpan.develooper.com [207.171.7.181]) + by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAIG69Uk032392 + for ; Mon, 18 Nov 2013 11:06:09 -0500 +Received: by rtcpan.develooper.com (Postfix, from userid 536) + id D3030FA; Mon, 18 Nov 2013 08:06:08 -0800 (PST) +Precedence: normal +Subject: [rt.cpan.org #90483] missing license file +From: "Alexandr Ciornii via RT" +Reply-To: bug-Text-ParseWords@rt.cpan.org +In-Reply-To: +References: + +Message-ID: +X-RT-Loop-Prevention: rt.cpan.org +RT-Ticket: rt.cpan.org #90483 +Managed-BY: RT 4.0.18 (http://www.bestpractical.com/rt/) +RT-Originator: CHORNY@cpan.org +To: mmaslano@redhat.com +MIME-Version: 1.0 +Content-Transfer-Encoding: 8bit +Content-Type: text/plain; charset="utf-8" +X-RT-Original-Encoding: utf-8 +Date: Mon, 18 Nov 2013 11:06:08 -0500 +X-RedHat-Spam-Score: -1.9 (BAYES_00,SPF_PASS,URIBL_BLOCKED) +X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 +X-Scanned-By: MIMEDefang 2.68 on 10.5.110.19 + + + +On Mon Nov 18 10:37:28 2013, mmaslano@redhat.com wrote: +> It would be a big help if you have better defined license. License +> text in .pm file would be enough. + +Will do in next version. + +> I found Perl license in Makefile.PL, +> so we assumed it's Perl (GPL+ or Artistic). Is it correct? + +yes + +-- +Alexandr Ciornii, http://chorny.net + diff --git a/SPECS/perl-Text-ParseWords.spec b/SPECS/perl-Text-ParseWords.spec new file mode 100644 index 0000000..72292d1 --- /dev/null +++ b/SPECS/perl-Text-ParseWords.spec @@ -0,0 +1,86 @@ +%{?scl:%scl_package perl-Text-ParseWords} + +Name: %{?scl_prefix}perl-Text-ParseWords +Version: 3.29 +Release: 310%{?dist} +Summary: Parse text into an array of tokens or array of arrays +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Text-ParseWords/ +Source0: http://www.cpan.org/authors/id/C/CH/CHORNY/Text-ParseWords-%{version}.tar.gz +Source1: license.email +BuildArch: noarch +BuildRequires: %{?scl_prefix}perl +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: %{?scl_prefix}perl(Carp) +BuildRequires: %{?scl_prefix}perl(Exporter) +BuildRequires: %{?scl_prefix}perl(strict) +# Tests: +# Config not used +BuildRequires: %{?scl_prefix}perl(Scalar::Util) +BuildRequires: %{?scl_prefix}perl(Test::More) +BuildRequires: %{?scl_prefix}perl(warnings) +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) +Requires: %{?scl_prefix}perl(Carp) + +%description +The nested_quotewords() and quotewords() functions accept a delimiter (which +can be a regular expression) and a list of lines and then breaks those lines +up into a list of words ignoring delimiters that appear inside quotes. +quotewords() returns all of the tokens in a single long list, while +nested_quotewords() returns a list of token lists corresponding to the +elements of @lines. parse_line() does tokenizing on a single string. The +quotewords() functions simply call &parse_line(), so if you're only splitting +one line you can call parse_line() directly and save a function call. + +%prep +%setup -q -n Text-ParseWords-%{version} +for F in CHANGES README; do + tr -d "\r" < "$F" > "${F}.unix" + touch -r "$F" "${F}.unix" + mv "${F}.unix" "$F" +done +cp %{SOURCE1} ./ + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor && make %{?_smp_mflags}%{?scl:'} + +%install +%{?scl:scl enable %{scl} '}make pure_install DESTDIR=$RPM_BUILD_ROOT%{?scl:'} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%files +%doc CHANGES README license.email +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Wed Sep 03 2014 Jitka Plesnikova - 3.29-310 +- Increase release to favour standalone package + +* Tue Aug 26 2014 Jitka Plesnikova - 3.29-7 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 3.29-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Nov 19 2013 Marcela Mašláňová 3.29-5 +- According to guidelines must be email statement added as new source. + +* Tue Nov 19 2013 Marcela Mašláňová 3.29-4 +- Add licence statement from the upstream ticket +- Resolves: rhbz#1030808 + +* Sun Aug 04 2013 Fedora Release Engineering - 3.29-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Jul 12 2013 Petr Pisar - 3.29-2 +- Link minimal build-root packages against libperl.so explicitly + +* Mon Mar 18 2013 Petr Pisar 3.29-1 +- Specfile autogenerated by cpanspec 1.78.