Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32243 Modified Files: .cvsignore perl-HTML-FormFu.spec sources Log Message: * Tue Dec 08 2009 Iain Arnell <iarnell@xxxxxxxxx> 0.05004-1 - update to latest upstream version - use perl_default_filter Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 7 Jul 2009 07:13:36 -0000 1.7 +++ .cvsignore 9 Dec 2009 04:13:58 -0000 1.8 @@ -1 +1 @@ -HTML-FormFu-0.05001.tar.gz +HTML-FormFu-0.05004.tar.gz Index: perl-HTML-FormFu.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/perl-HTML-FormFu.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-HTML-FormFu.spec 7 Dec 2009 16:02:52 -0000 1.11 +++ perl-HTML-FormFu.spec 9 Dec 2009 04:13:58 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-HTML-FormFu -Version: 0.05001 -Release: 3%{?dist} +Version: 0.05004 +Release: 1%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic Group: Development/Libraries @@ -57,6 +57,12 @@ Requires: perl(Template) Requires: perl(YAML::Syck) >= 1.05 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter: +%filter_from_provides /perl(unicode/d +%filter_from_requires /perl(Catalyst/d; /perl(default/d; perl(model_config)/d; +%perl_default_filter +} + %description HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do @@ -68,24 +74,6 @@ anything else you might want to do (as l find examples -type f | xargs chmod 644 find examples -type f | xargs sed -i -e 's/\r//' -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ -sed -e '/perl(unicode/d' -EOF - -%define __perl_provides %{_builddir}/HTML-FormFu-%{version}/%{name}-prov -chmod +x %{__perl_provides} - -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} $* |\ -sed -e '/perl(Catalyst/d' -e '/perl(default/d' -e '/perl(model_config)/d' -EOF - -%define __perl_requires %{_builddir}/HTML-FormFu-%{version}/%{name}-req -chmod +x %{__perl_requires} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -99,6 +87,8 @@ make pure_install PERL_INSTALL_ROOT=$RPM find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +rm -rf $RPM_BUILD_ROOT/blib + %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -116,6 +106,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Dec 08 2009 Iain Arnell <iarnell@xxxxxxxxx> 0.05004-1 +- update to latest upstream version +- use perl_default_filter + * Mon Dec 7 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 0.05001-3 - rebuild against perl 5.10.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 7 Jul 2009 07:13:36 -0000 1.7 +++ sources 9 Dec 2009 04:13:59 -0000 1.8 @@ -1 +1 @@ -018ade1d4e0885fec27fe79552e8b24d HTML-FormFu-0.05001.tar.gz +19d514aefafe08a735db0f0bf8d8647d HTML-FormFu-0.05004.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list