diff --git a/perl-POE-Component-IRC.spec b/perl-POE-Component-IRC.spec index c80c9ee..7a12a4c 100644 --- a/perl-POE-Component-IRC.spec +++ b/perl-POE-Component-IRC.spec @@ -1,12 +1,17 @@ # Note: The tests for this perl dist. 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' ... -# define __with_network_tests 1 in your ~/.rpmmacros +# +# 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-POE-Component-IRC Version: 4.96 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A POE component for building IRC clients Group: Development/Libraries @@ -55,7 +60,7 @@ find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null ';' %check # tests require network access, disabled by default -%{?__with_network_tests:make test} +%{?_with_network_tests:make test} %clean @@ -70,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Sat Jul 22 2006 Chris Weyl 4.96-3 +- Fix typo, add more verbage + * Fri Jul 21 2006 Chris Weyl 4.96-2 - bump for f-e build - rework conditionals around testing to... well, work :)