- Add comics-related build fixes

This commit is contained in:
Bastien Nocera 2007-06-11 11:49:15 +00:00
parent c730e4218e
commit 08dfc0f0be
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- trunk/backend/comics/Makefile.am 2007/01/08 12:25:31 2197
+++ trunk/backend/comics/Makefile.am 2007/05/20 13:29:46 2469
@@ -1,7 +1,7 @@
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
- $(LIB_CFLAGS)
+ $(BACKEND_CFLAGS)
noinst_LTLIBRARIES = libcomicsdocument.la

View File

@ -5,7 +5,7 @@
Name: evince
Version: 0.9.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Document viewer
License: GPL
@ -13,6 +13,7 @@ Group: Applications/Publishing
URL: http://www.gnome.org/projects/evince/
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
Patch0: evince-0.6.0-print-error.patch
Patch1: evince-0.9.0-comics-compile-fixes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel >= %{gtk2_version}
@ -46,8 +47,10 @@ evince is a GNOME-based document viewer.
%prep
%setup -q
%patch0 -p1 -b .print-error
%patch1 -p1 -b .comics-build-fixes
%build
autoreconf
%configure --disable-static --disable-scrollkeeper --with-print=gtk --enable-comics=yes
make %{?_smp_mflags}
@ -143,6 +146,9 @@ fi
%changelog
* Mon Jun 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-3
- Add comics-related build fixes
* Mon Jun 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-2
- Enable comics support (#186865)