[zathura-djvu] Fix a debuginfo regression (#967954)

Petr Šabata psabata at fedoraproject.org
Wed May 29 12:17:57 UTC 2013


commit abee2c431aa421b4d5dbf4d120fc1f5088c47e90
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed May 29 14:17:52 2013 +0200

    Fix a debuginfo regression (#967954)

 zathura-djvu.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 at redhat.com> - 0.2.3-2
+- Fix a debuginfo regression (#967954)
+
 * Tue May 21 2013 Petr Šabata <contyk at redhat.com> - 0.2.3-1
 - 0.2.3 bump
 - Dropping the now unneeded patches


More information about the scm-commits mailing list