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