Convert doc files to utf-8

This commit is contained in:
Matthias Clasen 2008-02-05 17:59:32 +00:00
parent 3a16cdcbef
commit cf7e7b1dd9

View File

@ -1,7 +1,7 @@
Summary: Library for extracting extra information from image files
Name: libexif
Version: 0.6.15
Release: 5%{?dist}
Release: 6%{?dist}
Group: System Environment/Libraries
License: LGPLv2+
URL: http://libexif.sourceforge.net/
@ -50,6 +50,10 @@ find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libexif
cp -R doc/doxygen-output/libexif-api.html .
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
%clean
@ -61,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f libexif-12.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README NEWS
%doc COPYING README NEWS
%{_libdir}/libexif.so.*
%files devel
@ -72,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexif.pc
%changelog
* Tue Feb 5 2008 Matthias Clasen <mclasen@redhat.com> - 0.6.15-6
- Convert doc files to utf-8 (#240838)
* Sat Dec 15 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.15-5
- Add patch for CVE-2007-6351. Fixes bug #425641
- Add patch for CVE-2007-6352. Fixes bug #425641