rpms/perl-X11-Protocol/FC-3 perl-X11-Protocol.spec,1.3,1.4

Duncan Ferguson (duncs) fedora-extras-commits at redhat.com
Sun Apr 2 14:20:00 UTC 2006


Author: duncs

Update of /cvs/extras/rpms/perl-X11-Protocol/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21843

Modified Files:
	perl-X11-Protocol.spec 
Log Message:
Fix bug with builds on FC-3


Index: perl-X11-Protocol.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-X11-Protocol/FC-3/perl-X11-Protocol.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-X11-Protocol.spec	1 Apr 2006 10:58:01 -0000	1.3
+++ perl-X11-Protocol.spec	2 Apr 2006 14:20:00 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-X11-Protocol
 Version:        0.55
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        X11-Protocol - Raw interface to X Window System servers
 
 Group:          Development/Libraries
@@ -28,10 +28,10 @@
 %setup -q -n X11-Protocol-%{version}
 
 # Testing requires X - use "rpmbuild --with X"
-%{!?_with_X:\
-%{__perl} -pi -e 'print "print \"Remaining tests require X\n\"; exit 0;" \
-			if /Insert your test code below/;' test.pl \
-}
+%if 0%{!?_with_X:1}
+%{__perl} -pi -e 'print "print \"Remaining tests require X\n\"; exit 0;" 
+			if /Insert your test code below/;' test.pl 
+%endif
 
 perldoc -t perlartistic > Artistic
 perldoc -t perlgpl > COPYING
@@ -69,6 +69,9 @@
 
 
 %changelog
+* Sun Apr 02 2006 Duncan Ferguson <duncan_j_ferguson at yahoo.co.uk> 0.55-3
+- Change tests for X environment
+
 * Sat Apr 01 2006 Duncan Ferguson <duncan_j_ferguson at yahoo.co.uk> 0.55-2
 - Specfile bugfile
 




More information about the fedora-extras-commits mailing list