rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Jul 22 15:18:08 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3304/FC-5

Modified Files:
	perl-POE-Component-IRC.spec 
Log Message:
fix typo


Index: perl-POE-Component-IRC.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-POE-Component-IRC.spec	22 Jul 2006 03:32:22 -0000	1.2
+++ perl-POE-Component-IRC.spec	22 Jul 2006 15:18:08 -0000	1.3
@@ -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 @@
 
 %check
 # tests require network access, disabled by default
-%{?__with_network_tests:make test}
+%{?_with_network_tests:make test}
 
 
 %clean
@@ -70,6 +75,9 @@
 
 
 %changelog
+* Sat Jul 22 2006 Chris Weyl <cweyl at alumni.drew.edu> 4.96-3
+- Fix typo, add more verbage
+
 * Fri Jul 21 2006 Chris Weyl <cweyl at alumni.drew.edu> 4.96-2
 - bump for f-e build
 - rework conditionals around testing to... well, work :)




More information about the fedora-extras-commits mailing list