diff --git a/libexif.spec b/libexif.spec index b61f53a..7acf735 100644 --- a/libexif.spec +++ b/libexif.spec @@ -1,7 +1,7 @@ Summary: Library for extracting extra information from image files Name: libexif Version: 0.6.21 -Release: 4%{?dist} +Release: 5%{?dist} Group: System Environment/Libraries License: LGPLv2+ URL: http://libexif.sourceforge.net/ @@ -53,6 +53,9 @@ iconv -f latin1 -t utf-8 < COPYING > COPYING.utf8; cp COPYING.utf8 COPYING iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README %find_lang libexif-12 +%check +make check + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -70,6 +73,9 @@ iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README %doc libexif-api.html %changelog +* Mon Apr 29 2013 Petr Šabata - 0.6.21-5 +- Run the test suite, thanks to Ville Skyttä (#928539) + * Wed Mar 27 2013 Petr Šabata - 0.6.21-4 - Run autoreconf for aarch64