|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: zathura-djvu
|
|
|
|
Name: zathura-djvu
|
|
|
|
Version: 0.2.3
|
|
|
|
Version: 0.2.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: DjVu support for zathura
|
|
|
|
Summary: DjVu support for zathura
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Group: Applications/Publishing
|
|
|
@ -17,6 +17,8 @@ using the djvulibre library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
# Don't rebuild during install phase
|
|
|
|
|
|
|
|
sed -i 's/^install:\s*all/install:/' Makefile
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug
|
|
|
|
CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug
|
|
|
@ -31,6 +33,9 @@ make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Tue May 21 2013 Petr Šabata <contyk@redhat.com> - 0.2.3-1
|
|
|
|
- 0.2.3 bump
|
|
|
|
- 0.2.3 bump
|
|
|
|
- Dropping the now unneeded patches
|
|
|
|
- Dropping the now unneeded patches
|
|
|
|