rpms/sqlite/devel sqlite.spec,1.71,1.72

Dan Horák sharkcz at fedoraproject.org
Sat Jul 3 11:57:53 UTC 2010


Author: sharkcz

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

Modified Files:
	sqlite.spec 
Log Message:
* Sat Jul  3 2010 Dan Horák <dan[at]danny.cz> - 3.6.23.1-2
- some tests are failing on s390 and ppc/ppc64 so don't fail the whole build there



Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- sqlite.spec	19 Apr 2010 12:01:52 -0000	1.71
+++ sqlite.spec	3 Jul 2010 11:57:52 -0000	1.72
@@ -10,7 +10,7 @@
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
 Version: %{basever}.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Public Domain
 Group: Applications/Databases
 URL: http://www.sqlite.org/
@@ -126,8 +126,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a
 
 %if %{with check}
 %check
+%ifarch s390 ppc ppc64
+make test || :
+%else
 make test
 %endif
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -169,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sat Jul  3 2010 Dan Horák <dan[at]danny.cz> - 3.6.23.1-2
+- some tests are failing on s390 and ppc/ppc64 so don't fail the whole build there
+
 * Mon Apr 19 2010 Panu Matilainen <pmatilai at redhat.com> - 3.6.23.1-1
 - update to 3.6.23.1 (http://www.sqlite.org/releaselog/3_6_23_1.html)
 



More information about the scm-commits mailing list