rpms/perl-WWW-Myspace/FC-5 perl-WWW-Myspace.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Aug 11 15:28:18 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-WWW-Myspace/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9998/FC-5

Modified Files:
	perl-WWW-Myspace.spec sources 
Log Message:
update to 0.52


Index: perl-WWW-Myspace.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-5/perl-WWW-Myspace.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-WWW-Myspace.spec	11 Jul 2006 02:45:16 -0000	1.3
+++ perl-WWW-Myspace.spec	11 Aug 2006 15:28:18 -0000	1.4
@@ -1,8 +1,18 @@
-# $Id$
+# Note:  Some tests for this package are disabled by default, as they
+# require network access and would thus fail in the buildsys' mock
+# environments.  To build locally while enabling tests, either:
+#
+#   rpmbuild ... --define '_with_network_tests 1' ...
+#   rpmbuild ... --with network_tests ...
+#   define _with_network_tests 1 in your ~/.rpmmacros
+#
+# Note that right now, the only way to run tests locally from a cvs sandbox #
+# "make noarch" type scenario is the third one.
+
 
 Name:     perl-WWW-Myspace
-Version:  0.50
-Release:  1%{?dist}
+Version:  0.52
+Release:  2%{?dist}
 Summary:  Access your myspace.com profile in Perl!
 
 Group:    Development/Libraries
@@ -24,6 +34,8 @@
 BuildRequires:  perl(Locale::SubCountry), perl(Math::Round)
 BuildRequires:  perl(Params::Validate), perl(Class::DBI)
 BuildRequires:  perl(Class::DBI::Loader), perl(WWW::Mechanize)
+BuildRequires:  perl(Time::Local), perl(DateTime::Format::MySQL)
+
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -42,7 +54,7 @@
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__perl} Makefile.PL INSTALLDIRS=vendor 
 make %{?_smp_mflags}
 
 
@@ -50,7 +62,6 @@
 rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w %{buildroot}/*
 
@@ -61,7 +72,7 @@
 %check
 # tests are disabled for mock/plague build as they attempt to access the
 # mspace site.
-#make test
+%{?_with_network_tests: make test }
 
 
 %clean
@@ -78,6 +89,17 @@
 
 
 %changelog
+* Fri Aug 11 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.52-2
+- nix some errant spec bits 
+
+* Wed Aug 09 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.52-1
+- update to 0.52
+
+* Fri Aug 04 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.51-1
+- update to 0.51
+- Add two new BR's: Time::Local and DateTime::Format::MySQL
+- Also add _with_network_tests wrapper
+
 * Mon Jul 10 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.50-1
 - update to latest release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 Jul 2006 02:45:16 -0000	1.3
+++ sources	11 Aug 2006 15:28:18 -0000	1.4
@@ -1 +1 @@
-79c0dc199fb90ab49cc04dcab4a6072e  WWW-Myspace-0.50.tar.gz
+b11e8bf3ff5537b1903825a733da87ed  WWW-Myspace-0.52.tar.gz




More information about the scm-commits mailing list