rpms/perl-Test-WWW-Mechanize-CGIApp/F-11 import.log, NONE, 1.1 perl-Test-WWW-Mechanize-CGIApp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Wed Jun 17 20:32:23 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Test-WWW-Mechanize-CGIApp/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32121/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Test-WWW-Mechanize-CGIApp.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Test-WWW-Mechanize-CGIApp-0_05-1_fc11:F-11:perl-Test-WWW-Mechanize-CGIApp-0.05-1.fc11.src.rpm:1245270687


--- NEW FILE perl-Test-WWW-Mechanize-CGIApp.spec ---
Name:           perl-Test-WWW-Mechanize-CGIApp
Version:        0.05
Release:        1%{?dist}
Summary:        Test::WWW::Mechanize for CGI::Application
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-WWW-Mechanize-CGIApp/
Source0:        http://www.cpan.org/authors/id/H/HA/HARTZELL/Test-WWW-Mechanize-CGIApp-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(CGI::Application)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(HTTP::Request::AsCGI)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::WWW::Mechanize) >= 1.04
Requires:       perl(Test::More)
Requires:       perl(Test::WWW::Mechanize)
Requires:       perl(CGI::Application)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This package makes testing CGIApp based modules fast and easy. It takes
advantage of Test::WWW::Mechanize to provide functions for common web
testing scenarios.

%prep
%setup -q -n Test-WWW-Mechanize-CGIApp-%{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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Dec 22 2008 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.05-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Mechanize-CGIApp/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Jun 2009 16:40:18 -0000	1.1
+++ .cvsignore	17 Jun 2009 20:31:52 -0000	1.2
@@ -0,0 +1 @@
+Test-WWW-Mechanize-CGIApp-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Mechanize-CGIApp/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Jun 2009 16:40:18 -0000	1.1
+++ sources	17 Jun 2009 20:31:53 -0000	1.2
@@ -0,0 +1 @@
+fba006e9c9d5591f341cefb44a178429  Test-WWW-Mechanize-CGIApp-0.05.tar.gz




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