Bug 6777 - libexif and exif should run the built-in regression test suite at build time
Summary: libexif and exif should run the built-in regression test suite at build time
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: i586 Linux
Priority: Normal minor
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords: Junior_job
Depends on:
Blocks:
 
Reported: 2012-07-13 23:11 CEST by Dan Fandrich
Modified: 2012-07-26 15:17 CEST (History)
3 users (show)

See Also:
Source RPM: libexif-0.6.21-1.mga1.src.rpm
CVE:
Status comment:


Attachments

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


Note You need to log in before you can comment on or make changes to this bug.