rpms/cfitsio/devel cfitsio.spec,1.27,1.28

Matthew D Truch mtruch at fedoraproject.org
Sat Sep 20 14:36:49 UTC 2008


Author: mtruch

Update of /cvs/extras/rpms/cfitsio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27471

Modified Files:
	cfitsio.spec 
Log Message:
Run test-suite.



Index: cfitsio.spec
===================================================================
RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- cfitsio.spec	19 Sep 2008 23:14:02 -0000	1.27
+++ cfitsio.spec	20 Sep 2008 14:36:18 -0000	1.28
@@ -1,6 +1,6 @@
 Name:           cfitsio
 Version:        3.100
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for manipulating FITS data files
 
 Group:          Development/Libraries
@@ -56,6 +56,12 @@
 sed 's|${prefix}/include|${prefix}/include/%{name}|' cfitsio.pc.new >cfitsio.pc
 rm -f cfitsio.pc.new
 
+%check
+make testprog
+LD_LIBRARY_PATH=. ./testprog > testprog.lis
+#cmp -s testprog.lis testprog.out #testprog.out is accidentally missing from 3.100 tarball.
+cmp -s testprog.fit testprog.std
+
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}
@@ -89,6 +95,9 @@
 %{_libdir}/libcfitsio.a
 
 %changelog
+* Sat Sep 20 2008 Matthew Truch <matt at truch.net> - 3.100-2
+- Test library with included test-suite.  
+
 * Fri Sep 19 2008 Matthew Truch <matt at truch.net> - 3.100-1
 - Update to 3.100 upstream.
   Includes bugfixes and new compression scheme.




More information about the fedora-extras-commits mailing list