diff --git a/gphoto2.spec b/gphoto2.spec index a9d4ded..143eb66 100644 --- a/gphoto2.spec +++ b/gphoto2.spec @@ -1,7 +1,7 @@ Summary: Software for accessing digital cameras Name: gphoto2 Version: 2.4.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,6 +31,9 @@ Other (GUI) frontends are available separately. %build %configure make %{?_smp_mflags} +mv ChangeLog ChangeLog.tmp +iconv -f iso8859-1 -t utf-8 < ChangeLog.tmp > ChangeLog +rm -f ChangeLog.tmp %install rm -rf %{buildroot} @@ -48,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man1/gphoto2.1* %changelog +* Mon Aug 11 2008 Jindrich Novy 2.4.2-4 +- convert ChangeLog to UTF-8 + * Thu Aug 7 2008 Jindrich Novy 2.4.2-3 - another merge review fixes: - remove bogus Source0 @@ -64,7 +70,7 @@ rm -rf %{buildroot} - fix license - drop redundant BR libusb-devel, libexif-devel, lockdev-devel - add BR gettext - - use %{buildroot} exclusively + - use %%{buildroot} exclusively * Fri Aug 1 2008 Jindrich Novy 2.4.2-1 - update to 2.4.2