diff --git a/zathura-djvu.spec b/zathura-djvu.spec index 34f2979..31ca83c 100644 --- a/zathura-djvu.spec +++ b/zathura-djvu.spec @@ -1,6 +1,6 @@ Name: zathura-djvu Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DjVu support for zathura Group: Applications/Publishing @@ -17,6 +17,8 @@ using the djvulibre library. %prep %setup -q +# Don't rebuild during install phase +sed -i 's/^install:\s*all/install:/' Makefile %build CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug @@ -31,6 +33,9 @@ make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install %{_datadir}/applications/%{name}.desktop %changelog +* Wed May 29 2013 Petr Šabata <contyk@redhat.com> - 0.2.3-2 +- Fix a debuginfo regression (#967954) + * Tue May 21 2013 Petr Šabata <contyk@redhat.com> - 0.2.3-1 - 0.2.3 bump - Dropping the now unneeded patches