Run the test suite, thanks to Ville Skyttä <ville.skytta@iki.fi> (#928539)
This commit is contained in:
parent
54ff73c97d
commit
d79745819f
@ -1,7 +1,7 @@
|
|||||||
Summary: Library for extracting extra information from image files
|
Summary: Library for extracting extra information from image files
|
||||||
Name: libexif
|
Name: libexif
|
||||||
Version: 0.6.21
|
Version: 0.6.21
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://libexif.sourceforge.net/
|
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
|
iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README
|
||||||
%find_lang libexif-12
|
%find_lang libexif-12
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -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
|
%doc libexif-api.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 29 2013 Petr Šabata <contyk@redhat.com> - 0.6.21-5
|
||||||
|
- Run the test suite, thanks to Ville Skyttä <ville.skytta@iki.fi> (#928539)
|
||||||
|
|
||||||
* Wed Mar 27 2013 Petr Šabata <contyk@redhat.com> - 0.6.21-4
|
* Wed Mar 27 2013 Petr Šabata <contyk@redhat.com> - 0.6.21-4
|
||||||
- Run autoreconf for aarch64
|
- Run autoreconf for aarch64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user