rpms/perl-WWW-Mechanize/devel perl-WWW-Mechanize.spec,1.12,1.13

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Jun 7 15:12:53 UTC 2007


Author: jpo

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

Modified Files:
	perl-WWW-Mechanize.spec 
Log Message:
New rebuild option: "--with livetests".


Index: perl-WWW-Mechanize.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/devel/perl-WWW-Mechanize.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-WWW-Mechanize.spec	7 Jun 2007 14:50:04 -0000	1.12
+++ perl-WWW-Mechanize.spec	7 Jun 2007 15:12:18 -0000	1.13
@@ -1,14 +1,17 @@
 #
-# Rebuild switch:
+# Rebuild switches:
 #  --with localtests         enable local tests
+#  --with livetests          enable live tests
 #
 
 %define localtests 0
+%define livetests 0
 %{?_with_localtests:%define localtests 1}
+%{?_with_livetests:%define livetests 1}
 
 Name:           perl-WWW-Mechanize
 Version:        1.30
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Automates web page form & link interaction
 
 Group:          Development/Libraries
@@ -41,9 +44,14 @@
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor \
 %if %{localtests}
-    --local
+    --local \
 %else
-    --nolocal
+    --nolocal \
+%endif
+%if %{livetests}
+    --live
+%else
+    --nolive
 %endif
 make %{?_smp_mflags}
 
@@ -74,6 +82,9 @@
 
 
 %changelog
+* Thu Jun  7 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.30-2
+- New rebuild option: "--with livetests".
+
 * Thu Jun  7 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.30-1
 - Update to 1.30.
 - The Makefile.PL --mech-dump option is now deprecated.
@@ -94,7 +105,7 @@
 * Tue Feb 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.18-2
 - Re-enable test suite but without local and live tests.
   One local test fails in mock (see #165650 comment 4).
-- New rebuild option: "--with localtests"
+- New rebuild option: "--with localtests".
 
 * Thu Feb  2 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.18-1
 - Update to 1.18.




More information about the scm-commits mailing list