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

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


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

    Fix a debuginfo regression (#967954)

 zathura-ps.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/zathura-ps.spec b/zathura-ps.spec
index 1e43288..f6857da 100644
--- a/zathura-ps.spec
+++ b/zathura-ps.spec
@@ -1,6 +1,6 @@
 Name:           zathura-ps
 Version:        0.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        PS support for zathura via libspectre
 Group:          Applications/Publishing
 License:        zlib
@@ -16,6 +16,7 @@ using the libspectre library.
 
 %prep
 %setup -q
+sed -i 's/^install:\s*all/install:/' Makefile
 
 %build
 CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug
@@ -30,6 +31,9 @@ make DESTDIR=%{buildroot} LIBDIR=%{_libdir} install
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Wed May 29 2013 Petr Šabata <contyk at redhat.com> - 0.2.2-2
+- Fix a debuginfo regression (#967954)
+
 * Fri Mar 29 2013 Kevin Fenzi <kevin at scrye.com> 0.2.1-1
 - Update to 0.2.1
 


More information about the scm-commits mailing list