rpms/perl-CGI-Application-Plugin-SuperForm/F-11 import.log, NONE, 1.1 perl-CGI-Application-Plugin-SuperForm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Sat Nov 21 00:32:19 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-SuperForm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1941/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-CGI-Application-Plugin-SuperForm.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-CGI-Application-Plugin-SuperForm-0_4-2_fc12:F-11:perl-CGI-Application-Plugin-SuperForm-0.4-2.fc12.src.rpm:1258763519


--- NEW FILE perl-CGI-Application-Plugin-SuperForm.spec ---
Name:           perl-CGI-Application-Plugin-SuperForm
Version:        0.4
Release:        2%{?dist}
Summary:        Create sticky forms with HTML::SuperForm
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Application-Plugin-SuperForm/
Source0:        http://www.cpan.org/authors/id/V/VA/VANAMBURG/CGI-Application-Plugin-SuperForm-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(CGI::Application)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(HTML::SuperForm)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Create sticky HTML forms in CGI::Application run modes using HTML::SuperForm.

%prep
%setup -q -n CGI-Application-Plugin-SuperForm-%{version}

%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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes EXAMPLES README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Sep 18 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.4-2
- add perl(Test::More) and perl(Test::Pod) to BuildRequires

* Fri Sep 18 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.4-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-SuperForm/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Nov 2009 22:40:39 -0000	1.1
+++ .cvsignore	21 Nov 2009 00:32:19 -0000	1.2
@@ -0,0 +1 @@
+CGI-Application-Plugin-SuperForm-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-SuperForm/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Nov 2009 22:40:39 -0000	1.1
+++ sources	21 Nov 2009 00:32:19 -0000	1.2
@@ -0,0 +1 @@
+604e2c3a04c5311003561bc8fd4a03ba  CGI-Application-Plugin-SuperForm-0.4.tar.gz




More information about the Fedora-perl-devel-list mailing list