[perl-Locale-Maketext-Lexicon] Upstream update.

2014-03-07 Thread corsepiu
commit 53959ba8189a399c795ca10ac6f13b14c6e0ef01
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Mar 7 10:05:51 2014 +0100

Upstream update.

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba92686..6f7b7a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Locale-Maketext-Lexicon-0.99.tar.gz
+/Locale-Maketext-Lexicon-1.00.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index 95d7572..ae7c8e7 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,5 +1,5 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.99
+Version:   1.00
 Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
@@ -75,6 +75,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 07 2014 Ralf Corsépius corse...@fedoraproject.org - 1.00-1
+- Upstream update.
+
 * Tue Feb 04 2014 Ralf Corsépius corse...@fedoraproject.org - 0.99-1
 - Upstream update.
 - Remove redundant explicit R: perl(YAML::Loader).
diff --git a/sources b/sources
index be60663..3d7effd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c88e75b607a424c04613765cebb5  Locale-Maketext-Lexicon-0.99.tar.gz
+51acf0cb00cc01a2c8f560d74dd6c593  Locale-Maketext-Lexicon-1.00.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-Locale-Maketext-Lexicon] Upstream update.

2014-02-03 Thread corsepiu
commit 2277e361d5bcdef14a2f9e32dc982fd03f4198ae
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Feb 4 05:12:44 2014 +0100

Upstream update.

- Remove redundant explicit R: perl(YAML::Loader).
- Extend BR:'s.

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.spec |   32 +---
 sources   |2 +-
 3 files changed, 27 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 360e11b..ba92686 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Locale-Maketext-Lexicon-0.98.tar.gz
+/Locale-Maketext-Lexicon-0.99.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index 2e75fb2..95d7572 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,6 +1,6 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.98
-Release:   2%{?dist}
+Version:   0.99
+Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
 Group: Development/Libraries
@@ -11,15 +11,31 @@ Source0:
http://search.cpan.org/CPAN/authors/id/D/DR/DRTECH/Locale-Makete
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 BuildRequires: perl(ExtUtils::MakeMaker)  6.30
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(HTML::Parser) = 3.56
 BuildRequires:  perl(Lingua::EN::Sentence) = 0.25
+BuildRequires:  perl(Locale::Maketext) = 1.17
 BuildRequires:  perl(PPI) = 1.203
+BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Template) = 2.20
 BuildRequires:  perl(Template::Constants) = 2.75
+BuildRequires:  perl(Template::Directive)
+BuildRequires:  perl(Template::Parser)
+BuildRequires:  perl(Text::Haml)
 BuildRequires:  perl(YAML) = 0.66
 BuildRequires:  perl(YAML::Loader) = 0.66
-BuildRequires:  perl(Locale::Maketext) = 1.17
-BuildRequires:  perl(Text::Haml)
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 
 # Required by the tests
 BuildRequires:  /usr/bin/msgunfmt
@@ -27,9 +43,6 @@ BuildRequires:  perl(Test::Pod) = 1.00
 
 BuildArch: noarch
 
-# rpm doesn't catch this
-Requires:   perl(YAML::Loader)
-
 %{?perl_default_filter}
 
 %description
@@ -62,6 +75,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 04 2014 Ralf Corsépius corse...@fedoraproject.org - 0.99-1
+- Upstream update.
+- Remove redundant explicit R: perl(YAML::Loader).
+- Extend BR:'s.
+
 * Mon Jan 27 2014 Ralf Corsépius corse...@fedoraproject.org - 0.98-2
 - Reflect Text::Haml having made it into Fedora.
 
diff --git a/sources b/sources
index 1d5d98b..be60663 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7011e111e945251ebdaad9a73910eea  Locale-Maketext-Lexicon-0.98.tar.gz
+c88e75b607a424c04613765cebb5  Locale-Maketext-Lexicon-0.99.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-Locale-Maketext-Lexicon] Upstream update.

2014-01-26 Thread corsepiu
commit a2b93b9a8ef5d455517ea14c5426709878e0dce8
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Jan 26 11:47:51 2014 +0100

Upstream update.

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec9ebee..360e11b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Locale-Maketext-Lexicon-0.97.tar.gz
+/Locale-Maketext-Lexicon-0.98.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index 8b47633..288cb2e 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,6 +1,6 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.97
-Release:   2%{?dist}
+Version:   0.98
+Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
 Group: Development/Libraries
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 26 2014 Ralf Corsépius corse...@fedoraproject.org - 0.98-1
+- Upstream update.
+
 * Wed Jan 22 2014 Ralf Corsépius corse...@fedoraproject.org - 0.97-2
 - Reflect Lingua::EN::Sentence having made it into Fedora.
 
diff --git a/sources b/sources
index c515549..1d5d98b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88d779875c8986cfba998363cb73be77  Locale-Maketext-Lexicon-0.97.tar.gz
+d7011e111e945251ebdaad9a73910eea  Locale-Maketext-Lexicon-0.98.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-Locale-Maketext-Lexicon] Upstream update.

2014-01-16 Thread corsepiu
commit d12c40c68698d163d053e5860f8c0fec8247c874
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Jan 17 08:40:30 2014 +0100

Upstream update.

- Modernize spec-file.

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.spec |9 ++---
 sources   |2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc9e1ea..ec9ebee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Locale-Maketext-Lexicon-0.96.tar.gz
+/Locale-Maketext-Lexicon-0.97.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index b19e6fa..31f6312 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,6 +1,6 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.96
-Release:   3%{?dist}
+Version:   0.97
+Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
 Group: Development/Libraries
@@ -57,7 +57,6 @@ chmod -R u+w ${RPM_BUILD_ROOT}/*
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS Changes README
 %doc docs
 %{_bindir}/*
@@ -66,6 +65,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 17 2014 Ralf Corsépius corse...@fedoraproject.org - 0.97-1
+- Upstream update.
+- Modernize spec-file.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a0f2a90..c515549 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b88febfd5bdbb2ed9e2ea197b7f0148  Locale-Maketext-Lexicon-0.96.tar.gz
+88d779875c8986cfba998363cb73be77  Locale-Maketext-Lexicon-0.97.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-Locale-Maketext-Lexicon] Upstream update.

2013-07-12 Thread corsepiu
commit 12b6f90eb60da7c4f0a3806dc7d21fcd03db09f9
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Jul 12 08:10:44 2013 +0200

Upstream update.

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bbcc7e7..bc9e1ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Locale-Maketext-Lexicon-0.94.tar.gz
+/Locale-Maketext-Lexicon-0.96.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index 3b15307..a86eb10 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,5 +1,5 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.94
+Version:   0.96
 Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
@@ -66,6 +66,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 12 2013 Ralf Corsépius corse...@fedoraproject.org - 0.96-1
+- Upstream update.
+
 * Tue May 07 2013 Ralf Corsépius corse...@fedoraproject.org - 0.94-1
 - Upstream update.
 - Modernize spec.
diff --git a/sources b/sources
index 44c825f..a0f2a90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7fda63c7ffb76474606fda809f2cc33  Locale-Maketext-Lexicon-0.94.tar.gz
+7b88febfd5bdbb2ed9e2ea197b7f0148  Locale-Maketext-Lexicon-0.96.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-Locale-Maketext-Lexicon] Upstream update.

2013-05-07 Thread corsepiu
commit c6d26e1929626a1a6cbcf5225aac57a1402af7ec
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue May 7 15:41:30 2013 +0200

Upstream update.

- Modernize spec.
- Filter perl(Text::Haml).

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.spec |   30 +-
 sources   |2 +-
 3 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c358011..bbcc7e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Locale-Maketext-Lexicon-0.91.tar.gz
+/Locale-Maketext-Lexicon-0.94.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index 1c4a890..3b15307 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,25 +1,25 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.91
-Release:   5%{?dist}
+Version:   0.94
+Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Locale-Maketext-Lexicon/
 
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DR/DRTECH/Locale-Maketext-Lexicon-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker)  6.30
 BuildRequires:  perl(HTML::Parser) = 3.56
 # optional, not yet in Fedora: BuildRequires:  perl(Lingua::EN::Sentence) = 
0.25
 BuildRequires:  perl(PPI) = 1.203
 BuildRequires:  perl(Template) = 2.20
 BuildRequires:  perl(Template::Constants) = 2.75
 BuildRequires:  perl(YAML) = 0.66
-BuildRequires:  perl(YAML::Loader) =  0.66
+BuildRequires:  perl(YAML::Loader) = 0.66
 BuildRequires:  perl(Locale::Maketext) = 1.17
+# optional, not yet in Fedora: BuildRequires:  perl(Text::Haml)
 
 # Required by the tests
 BuildRequires:  /usr/bin/msgunfmt
@@ -32,6 +32,9 @@ Requires:   perl(YAML::Loader)
 
 %{?perl_default_filter}
 
+# Optional, not yet in Fedora
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Text::Haml\)$
+
 %description
 Locale::Maketext::Lexicon provides lexicon-handling backends for
 Locale::Maketext to read from other localization formats, such as PO files,
@@ -45,14 +48,10 @@ MO files, or from databases via the Tie interface.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
+find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} ';'
+find ${RPM_BUILD_ROOT} -type d -depth -exec rmdir {} 2/dev/null ';'
+chmod -R u+w ${RPM_BUILD_ROOT}/*
 
 %check
 make test
@@ -67,6 +66,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 07 2013 Ralf Corsépius corse...@fedoraproject.org - 0.94-1
+- Upstream update.
+- Modernize spec.
+- Filter perl(Text::Haml).
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.91-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 7bc4cfe..44c825f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ead74d03d40c72cd52d4d70771bbd122  Locale-Maketext-Lexicon-0.91.tar.gz
+b7fda63c7ffb76474606fda809f2cc33  Locale-Maketext-Lexicon-0.94.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-Locale-Maketext-Lexicon] Upstream update.

2011-08-19 Thread corsepiu
commit c73c5a702ebb5b15c7a5956022dfa400174ae674
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Aug 19 10:55:23 2011 +0200

Upstream update.

 .gitignore|3 +--
 perl-Locale-Maketext-Lexicon.spec |   19 +++
 sources   |2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c6343d..6b468c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Locale-Maketext-Lexicon-0.82.tar.gz
-/Locale-Maketext-Lexicon-0.84.tar.gz
+/Locale-Maketext-Lexicon-0.86.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index 58ad6da..8344316 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,6 +1,6 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.84
-Release:   3%{?dist}
+Version:   0.86
+Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
 Group: Development/Libraries
@@ -12,11 +12,19 @@ BuildRoot:  
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(HTML::Parser) = 3.56
+# optional, not yet in Fedora: BuildRequires:  perl(Lingua::EN::Sentence) = 
0.25
+BuildRequires:  perl(PPI) = 1.203
+BuildRequires:  perl(Template) = 2.20
+BuildRequires:  perl(Template::Constants) = 2.75
+BuildRequires:  perl(YAML) = 0.66
+BuildRequires:  perl(YAML::Loader) =  0.66
+BuildRequires:  perl(Locale::Maketext) = 1.17
+
 # Required by the tests
 BuildRequires:  /usr/bin/msgunfmt
-BuildRequires:  perl(YAML) = 0.66
-BuildRequires:  perl(Template) = 2.20
 BuildRequires:  perl(Test::Pod) = 1.00
+
 BuildArch: noarch
 
 # rpm doesn't catch this
@@ -59,6 +67,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 19 2011 Ralf Corsépius corse...@fedoraproject.org - 0.86-1
+- Upstream update.
+
 * Wed Jul 20 2011 Petr Sabata con...@redhat.com - 0.84-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 41edc6c..debb672 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe98887b9a7aea88e34bef036d81ff22  Locale-Maketext-Lexicon-0.84.tar.gz
+c21d481b23f0848cdb92d1fb5aaf29ff  Locale-Maketext-Lexicon-0.86.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-Locale-Maketext-Lexicon] - Upstream update. - Replace custom filters with perl_default_filter.

2011-01-17 Thread corsepiu
commit 3816b928ea4d0e8e3f81d69a4b16ccf3caa1
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 17 10:55:16 2011 +0100

- Upstream update.
- Replace custom filters with perl_default_filter.

 .gitignore|1 +
 perl-Locale-Maketext-Lexicon.spec |   35 ---
 sources   |2 +-
 3 files changed, 10 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d97761..5c6343d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Locale-Maketext-Lexicon-0.82.tar.gz
+/Locale-Maketext-Lexicon-0.84.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index ae8b77b..eccdcba 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,6 +1,6 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.82
-Release:   3%{?dist}
+Version:   0.84
+Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
 Group: Development/Libraries
@@ -22,6 +22,8 @@ BuildArch: noarch
 # rpm doesn't catch this
 Requires:   perl(YAML::Loader)
 
+%{?perl_default_filter}
+
 %description
 Locale::Maketext::Lexicon provides lexicon-handling backends for
 Locale::Maketext to read from other localization formats, such as PO files,
@@ -30,31 +32,6 @@ MO files, or from databases via the Tie interface.
 %prep
 %setup -q -n Locale-Maketext-Lexicon-%{version}
 
-cat  \EOF  %{name}-prov
-#!/bin/sh
-%{__perl_provides} $* |\
-sed -e '/perl(My/d'
-
-EOF
-%define __perl_provides 
%{_builddir}/Locale-Maketext-Lexicon-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
-# HACK: Remove bogus requires, rpm adds due to misinterpreting docs/*.hmtl
-cat  \EOF  %{name}-requ
-#!/bin/sh
-%{__perl_requires} $* |\
-sed -e '/perl(Locale::Msgcat)/d' \
-   -e '/perl(POSIX)/d' \
-   -e '/perl(CGI)/d' \
-   -e '/perl(Lingua::EN::Numbers::Ordinate)/d' \
-   -e '/perl(Locale::gettext)/d' \
-   -e '/perl(base)/d' \
-   -e '/perl(Locale::Maketext::Lexicon)/d'
-
-EOF
-%define __perl_requires 
%{_builddir}/Locale-Maketext-Lexicon-%{version}/%{name}-requ
-chmod +x %{__perl_requires}
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -82,6 +59,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 17 2011 Ralf Corsépius corse...@fedoraproject.org - 0.84-1
+- Upstream update.
+- Replace custom filters with perl_default_filter.
+
 * Mon Dec 20 2010 Marcela Maslanova mmasl...@redhat.com - 0.82-3
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index e19cbc6..41edc6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-738110c1e3a02d9d7e7c39e4905c2b1d  Locale-Maketext-Lexicon-0.82.tar.gz
+fe98887b9a7aea88e34bef036d81ff22  Locale-Maketext-Lexicon-0.84.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