rpms/perl-WWW-Mechanize/devel .cvsignore, 1.4, 1.5 perl-WWW-Mechanize.spec, 1.5, 1.6 sources, 1.4, 1.5

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Feb 2 19:44:02 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-WWW-Mechanize/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6186

Modified Files:
	.cvsignore perl-WWW-Mechanize.spec sources 
Log Message:
Update to 1.18.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Nov 2005 20:35:18 -0000	1.4
+++ .cvsignore	2 Feb 2006 19:44:01 -0000	1.5
@@ -1 +1 @@
-WWW-Mechanize-1.16.tar.gz
+WWW-Mechanize-1.18.tar.gz


Index: perl-WWW-Mechanize.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/devel/perl-WWW-Mechanize.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-WWW-Mechanize.spec	10 Nov 2005 20:35:18 -0000	1.5
+++ perl-WWW-Mechanize.spec	2 Feb 2006 19:44:01 -0000	1.6
@@ -2,8 +2,12 @@
 # Rebuild switch:
 #  --with livetests          enable live tests
 #
+
+%define livetests 0
+%{?_with_livetests:%define livetests 1}
+
 Name:           perl-WWW-Mechanize
-Version:        1.16
+Version:        1.18
 Release:        1%{?dist}
 Summary:        Automates web page form & link interaction
 
@@ -20,7 +24,7 @@
 BuildRequires:  perl(HTML::TokeParser), perl(LWP::UserAgent), perl(URI::URL)
 %{?_with_livetests:BuildRequires:  perl(IO::Socket::SSL)}
 %{?_with_livetests:BuildRequires:  perl(Test::LongString)}
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 "WWW::Mechanize", or Mech for short, helps you automate interaction
@@ -37,7 +41,14 @@
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor %{!?_with_livetests: --nolive} < /dev/null
+%{__perl} Makefile.PL INSTALLDIRS=vendor \
+%if %{livetests}
+    --live \
+%else
+    --nolive \
+%endif
+    --local \
+    --mech-dump < /dev/null
 make %{?_smp_mflags}
 
 
@@ -50,7 +61,7 @@
 
 
 %check
-#make test
+make test
 
 
 %clean
@@ -67,6 +78,9 @@
 
 
 %changelog
+* Thu Feb  2 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.18-1
+- Update to 1.18.
+
 * Thu Nov 10 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.16-1
 - Update to 1.16.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Nov 2005 20:35:18 -0000	1.4
+++ sources	2 Feb 2006 19:44:01 -0000	1.5
@@ -1 +1 @@
-1fda15f7c031105cd0e2b9bbdafb647f  WWW-Mechanize-1.16.tar.gz
+d537bfefc84806227fd280a792f6527d  WWW-Mechanize-1.18.tar.gz




More information about the scm-commits mailing list