From abee2c431aa421b4d5dbf4d120fc1f5088c47e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 29 May 2013 14:17:52 +0200 Subject: [PATCH] Fix a debuginfo regression (#967954) --- zathura-djvu.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 0.2.3-2 +- Fix a debuginfo regression (#967954) + * Tue May 21 2013 Petr Šabata - 0.2.3-1 - 0.2.3 bump - Dropping the now unneeded patches