Convert doc files to utf-8
This commit is contained in:
parent
3a16cdcbef
commit
cf7e7b1dd9
11
libexif.spec
11
libexif.spec
@ -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.15
|
Version: 0.6.15
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://libexif.sourceforge.net/
|
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
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libexif
|
||||||
cp -R doc/doxygen-output/libexif-api.html .
|
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
|
%find_lang libexif-12
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -61,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -f libexif-12.lang
|
%files -f libexif-12.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README NEWS
|
%doc COPYING README NEWS
|
||||||
%{_libdir}/libexif.so.*
|
%{_libdir}/libexif.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -72,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libexif.pc
|
%{_libdir}/pkgconfig/libexif.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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-6351. Fixes bug #425641
|
||||||
- Add patch for CVE-2007-6352. Fixes bug #425641
|
- Add patch for CVE-2007-6352. Fixes bug #425641
|
||||||
|
Loading…
Reference in New Issue
Block a user