rpms/perl-X11-Protocol/FC-5 perl-X11-Protocol.spec,1.1,1.2

Duncan Ferguson (duncs) fedora-extras-commits at redhat.com
Sun Apr 2 18:51:11 UTC 2006


Author: duncs

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

Modified Files:
	perl-X11-Protocol.spec 
Log Message:
Updated to latest version, with spec file bugfixes


Index: perl-X11-Protocol.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-X11-Protocol/FC-5/perl-X11-Protocol.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-X11-Protocol.spec	10 Sep 2005 10:29:51 -0000	1.1
+++ perl-X11-Protocol.spec	2 Apr 2006 18:51:11 -0000	1.2
@@ -1,12 +1,12 @@
 Name:           perl-X11-Protocol
-Version:        0.54
-Release:        2%{?dist}
+Version:        0.55
+Release:        3%{?dist}
 Summary:        X11-Protocol - Raw interface to X Window System servers
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/X11-Protocol/
-Source0:        http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/X11-Protocol-0.54.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/X11-Protocol-0.55.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:	noarch
@@ -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,15 @@
 
 
 %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
+
 * Fri Aug 26 2005 Paul Howarth <paul at city-fan.org> 0.54-2
 - remove redundant BR: perl
 - remove compiler optimization flags, redundant for noarch package




More information about the fedora-extras-commits mailing list