rpms/rasqal/devel rasqal.spec,1.13,1.14

Dan Horák sharkcz at fedoraproject.org
Sun Jul 11 17:38:07 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/rasqal/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27427

Modified Files:
	rasqal.spec 
Log Message:
* Sun Jul 11 2010 Dan Horák <dan[at]danny.cz> - 0.9.17-3
- don't fail the whole build due failed checks on s390(x)



Index: rasqal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rasqal/devel/rasqal.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- rasqal.spec	14 Feb 2010 21:01:45 -0000	1.13
+++ rasqal.spec	11 Jul 2010 17:38:07 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           rasqal
 Version:        0.9.17
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        RDF Query Library
 
 Group:          System Environment/Libraries
@@ -68,7 +68,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 
 %check
-%ifarch ppc64
+%ifarch ppc64 s390 s390x
 make -k check ||:
 %else
 make -k check
@@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 11 2010 Dan Horák <dan[at]danny.cz> - 0.9.17-3
+- don't fail the whole build due failed checks on s390(x)
+
 * Sat Feb 13 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.17-2
 - Fix DSO linking error RHBZ#564859
 



More information about the scm-commits mailing list