[perl-Lingua-EN-Tagger/f13/master] initial import

2010-10-03 Thread Iain Arnell
Summary of changes:

  e8553ff... initial import (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Lingua-EN-Tagger/f14/master] initial import

2010-10-03 Thread Iain Arnell
Summary of changes:

  e8553ff... initial import (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Lingua-EN-Tagger] initial import

2010-10-03 Thread Iain Arnell
commit e8553ff3c6830f3daebeab4d87a13ce6d7dc9690
Author: Iain Arnell 
Date:   Mon Oct 4 05:15:20 2010 +0200

initial import

 .gitignore |1 +
 perl-Lingua-EN-Tagger.spec |   63 
 sources|1 +
 3 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..973bbb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Lingua-EN-Tagger-0.16.tar.gz
diff --git a/perl-Lingua-EN-Tagger.spec b/perl-Lingua-EN-Tagger.spec
new file mode 100644
index 000..c893a68
--- /dev/null
+++ b/perl-Lingua-EN-Tagger.spec
@@ -0,0 +1,63 @@
+Name:   perl-Lingua-EN-Tagger
+Version:0.16
+Release:2%{?dist}
+Summary:Part-of-speech tagger for English natural language processing
+License:GPLv3
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Lingua-EN-Tagger/
+Source0:
http://www.cpan.org/authors/id/A/AC/ACOBURN/Lingua-EN-Tagger-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec) >= 0.84
+BuildRequires:  perl(HTML::TokeParser) >= 3.45
+BuildRequires:  perl(Lingua::Stem) >= 0.81
+BuildRequires:  perl(Memoize) >= 1.01
+BuildRequires:  perl(Memoize::ExpireLRU) >= 0.55
+BuildRequires:  perl(Storable) >= 2.10
+BuildRequires:  perl(Test::More)
+Requires:   perl(HTML::TokeParser) >= 3.45
+Requires:   perl(Lingua::Stem) >= 0.81
+Requires:   perl(Memoize::ExpireLRU) >= 0.55
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+The module is a probability based, corpus-trained tagger that assigns POS
+tags to English text based on a lookup dictionary and a set of probability
+values. The tagger assigns appropriate tags based on conditional
+probabilities - it examines the preceding tag to determine the appropriate
+tag for the current word. Unknown words are classified according to word
+morphology or can be set to be treated as nouns or other parts of speech.
+
+%prep
+%setup -q -n Lingua-EN-Tagger-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$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
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Sep 30 2010 Iain Arnell  0.16-2
+- license is GPLv3
+- tweak buildrequires
+
+* Mon Aug 16 2010 Iain Arnell  0.16-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..240ea26 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a0129482b7814dd7367685bee8f1b2a3  Lingua-EN-Tagger-0.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Lingua-EN-Tagger-0.16.tar.gz uploaded to lookaside cache by iarnell

2010-10-03 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Lingua-EN-Tagger:

a0129482b7814dd7367685bee8f1b2a3  Lingua-EN-Tagger-0.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DateTime/el6/master: 9/9] Merge updates from rawhide prior to GA

2010-10-03 Thread tremble
commit 31931671ef766f21d88c46f1ab9b1c6d7b7e94e6
Merge: e41bd42 8f0e291
Author: Mark Chappell 
Date:   Sun Oct 3 22:33:30 2010 +0200

Merge updates from rawhide prior to GA

 .gitignore |4 ++--
 perl-DateTime.spec |   17 +
 sources|4 ++--
 3 files changed, 17 insertions(+), 8 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DateTime/el6/master] (9 commits) ...Merge updates from rawhide prior to GA

2010-10-03 Thread tremble
Summary of changes:

  aa478d1... Fix typo that causes a failure to update the common directo (*)
  c722265... - rebuild against perl 5.10.1 (*)
  7b47eca... - new upstream version - use Build.PL as Makefile.PL no lon (*)
  bb23c62... - new upstream version of DateTime-TimeZone (*)
  0021af6... - Mass rebuild with perl-5.12.0 (*)
  4f235b3... - perl-DateTime-Locale-0.45 update (*)
  44c6651... - perl-DateTime-Locale-0.45 update (*)
  8f0e291... dist-git conversion (*)
  3193167... Merge updates from rawhide prior to GA

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Dist-Zilla] update to 4.102341

2010-10-03 Thread Iain Arnell
commit 24382d97827f9512409edfe8e21f6fdbb2300bb9
Author: Iain Arnell 
Date:   Sun Oct 3 09:00:14 2010 +0200

update to 4.102341

 .gitignore   |1 +
 perl-Dist-Zilla.spec |   18 ++
 sources  |2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef7743e..5f71052 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-4.102340.tar.gz
+/Dist-Zilla-4.102341.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index b339d69..48f3a06 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,12 +1,11 @@
 Name:   perl-Dist-Zilla
-Version:4.102340
+Version:4.102341
 Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Dist-Zilla/
 Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Dist-Zilla-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl >= 1:v5.8.5
 BuildRequires:  perl(App::Cmd) >= 0.307
@@ -14,6 +13,7 @@ BuildRequires:  perl(App::Cmd::Setup) >= 0.307
 BuildRequires:  perl(App::Cmd::Tester) >= 0.306
 BuildRequires:  perl(Archive::Tar)
 BuildRequires:  perl(autobox) >= 2.53
+BuildRequires:  perl(Config::INI::Reader)
 BuildRequires:  perl(Config::MVP::Assembler)
 BuildRequires:  perl(Config::MVP::Assembler::WithBundles)
 BuildRequires:  perl(Config::MVP::Reader) >= 2.101540
@@ -39,7 +39,7 @@ BuildRequires:  perl(JSON) >= 2
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Log::Dispatchouli) >= 1.102220
 BuildRequires:  perl(Moose) >= 0.92
-BuildRequires:  perl(Moose::Autobox) >= 0.09
+BuildRequires:  perl(Moose::Autobox) >= 0.10
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::LazyRequire)
@@ -85,6 +85,8 @@ Requires:   perl(Perl::Version)
 Requires:   perl(Software::LicenseUtils)
 Requires:   perl(YAML::Tiny)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+# https://rt.cpan.org/Ticket/Display.html?id=61860
+Requires:   perl(Moose::Autobox) >= 0.10
 
 %{?perl_default_filter}
 
@@ -105,8 +107,6 @@ to make much more ludicrous demands in terms of 
prerequisites.
 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 {} \;
@@ -117,9 +117,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes corpus dist.ini LICENSE META.json misc README todo
@@ -129,6 +126,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct 03 2010 Iain Arnell  4.102341-1
+- update to latest upstream
+- clean up spec for modern rpmbuild
+- requires Moose::Autobox >= 0.10
+
 * Tue Aug 24 2010 Iain Arnell  4.102340-1
 - update to latest upstream
 
diff --git a/sources b/sources
index 349a6fe..64fa3fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de1773406de900f83d3a932c0d11c1b5  Dist-Zilla-4.102340.tar.gz
+a86770926a41f6c640ef48d5b99d4fcd  Dist-Zilla-4.102341.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel