Author: eseyman Update of /cvs/pkgs/rpms/perl-HTML-SuperForm/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4561/F-12 Modified Files: .cvsignore sources Added Files: import.log perl-HTML-SuperForm.spec Log Message: Initial import. --- NEW FILE import.log --- perl-HTML-SuperForm-1_09-1_fc11:F-12:perl-HTML-SuperForm-1.09-1.fc11.src.rpm:1257553445 --- NEW FILE perl-HTML-SuperForm.spec --- Name: perl-HTML-SuperForm Version: 1.09 Release: 1%{?dist} Summary: HTML form generator Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTML-SuperForm/ Source0: http://search.cpan.org/CPAN/authors/id/J/JA/JALLWINE/HTML-SuperForm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides an interface for generating basic HTML form elements much like HTML::StickyForms does. The main difference is HTML::SuperForm returns HTML::SuperForm::Field objects rather than plain HTML. This allows for more flexibilty when generating forms for a complex application. %prep %setup -q -n HTML-SuperForm # Upstream left an old version of the module in the latest tarball rm lib/HTML/SuperForm.pm.orig %build %{__perl} Makefile.PL INSTALLDIRS=vendor 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 -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Mon Sep 21 2009 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 1.09-1 - Creation. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-SuperForm/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 Nov 2009 20:29:42 -0000 1.1 +++ .cvsignore 7 Nov 2009 00:24:28 -0000 1.2 @@ -0,0 +1 @@ +HTML-SuperForm-1.09.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-SuperForm/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 Nov 2009 20:29:42 -0000 1.1 +++ sources 7 Nov 2009 00:24:28 -0000 1.2 @@ -0,0 +1 @@ +38b2a47442ae92506ea37eb29393650e HTML-SuperForm-1.09.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