rpms/perl-X11-Protocol/FC-4 perl-X11-Protocol.spec,1.2,1.3

Duncan Ferguson (duncs) fedora-extras-commits at redhat.com
Sun Apr 2 15:47:45 UTC 2006


Author: duncs

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

Modified Files:
	perl-X11-Protocol.spec 
Log Message:
Fixes for FC-3


Index: perl-X11-Protocol.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-X11-Protocol/FC-4/perl-X11-Protocol.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-X11-Protocol.spec	31 Mar 2006 18:04:06 -0000	1.2
+++ perl-X11-Protocol.spec	2 Apr 2006 15:47:44 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-X11-Protocol
 Version:        0.55
-Release:        1%{?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,12 @@
 
 
 %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
+
 * Fri Mar 31 2006 Duncan Ferguson <duncan_j_ferguson at yahoo.co.uk> 0.55-1
 - Update to new version of X11::Protocol
 




More information about the fedora-extras-commits mailing list