Bug 6777

Summary: libexif and exif should run the built-in regression test suite at build time
Product: Mageia Reporter: Dan Fandrich <dan>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: Normal CC: dmorganec, luigiwalser, mageia
Version: CauldronKeywords: Junior_job
Target Milestone: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Source RPM: libexif-0.6.21-1.mga1.src.rpm CVE:
Status comment:

Description Dan Fandrich 2012-07-13 23:11:44 CEST
The libexif and exif packages each contain a small test suite that can be used to sanity-check the release at build time. It would be useful to add it to the spec file. The following patch seems to work for libexif, and similar ought to work for exif:

--- libexif.spec        (revision 270643)
+++ libexif.spec        (working copy)
@@ -67,6 +67,9 @@
 %configure2_5x
 %make

+%check
+make check
+
 %install
 rm -rf %{buildroot}
 %makeinstall
Dan Fandrich 2012-07-13 23:12:40 CEST

CC: (none) => luigiwalser
Severity: normal => minor

Manuel Hiebel 2012-07-15 15:24:30 CEST

Keywords: (none) => Junior_job
CC: (none) => dmorganec, sander.lepik

Comment 1 David Walser 2012-07-26 15:17:58 CEST
Fixed in Cauldron.  Thanks.

Status: NEW => RESOLVED
Resolution: (none) => FIXED