Fix a debuginfo regression (#967954)

epel9
Petr Šabata 12 years ago
parent 5d66cac3d6
commit 0f49f164df

@ -1,6 +1,6 @@
Name: zathura-pdf-poppler
Version: 0.2.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: PDF support for zathura via poppler
Group: Applications/Publishing
License: zlib
@ -16,6 +16,8 @@ the poppler rendering engine.
%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
@ -30,6 +32,9 @@ make DESTDIR=%{buildroot} 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

Loading…
Cancel
Save