diff --git a/eog.changes b/eog.changes index 6c81dbc..8af539c 100644 --- a/eog.changes +++ b/eog.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 12 09:37:00 UTC 2013 - dimstar@opensuse.org + +- Manually install eog-uri-converter.h: the header is wrongly + marked as NOINST, but is referenced by eog-uri-jobs.h. + The install command will fail when the file is installed by make + install. + ------------------------------------------------------------------- Fri Jun 21 18:31:17 UTC 2013 - dimstar@opensuse.org diff --git a/eog.spec b/eog.spec index 8dea6e5..3b8a99e 100644 --- a/eog.spec +++ b/eog.spec @@ -75,9 +75,10 @@ make %{?_smp_mflags} %install %makeinstall -%if 0%{?suse_version} <= 1120 -%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* -%endif +# install eog-uri-converter.h manually, so we do not have to bootstrap the source, bgo#704074 +test ! -f %{buildroot}%{_includedir}/eog-3.0/eog/eog-uri-converter.h + install src/eog-uri-converter.h %{buildroot}%{_includedir}/eog-3.0/eog/eog-uri-converter.h +# end fix for bgo#704074, will fail when fixed upstream %suse_update_desktop_file %{name} %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}