packages: cairo/cairo.spec - require poppler-glib only when with_tests (chi...
jajcus
jajcus at pld-linux.org
Wed Apr 6 12:48:20 CEST 2011
Author: jajcus Date: Wed Apr 6 10:48:20 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- require poppler-glib only when with_tests (chicken&egg problem otherwise: poppler-glib requires cairo)
---- Files affected:
packages/cairo:
cairo.spec (1.124 -> 1.125)
---- Diffs:
================================================================
Index: packages/cairo/cairo.spec
diff -u packages/cairo/cairo.spec:1.124 packages/cairo/cairo.spec:1.125
--- packages/cairo/cairo.spec:1.124 Wed Apr 6 10:56:06 2011
+++ packages/cairo/cairo.spec Wed Apr 6 12:48:14 2011
@@ -33,7 +33,7 @@
BuildRequires: libtool >= 1.4
BuildRequires: pixman-devel >= 0.18.4
BuildRequires: pkgconfig >= 1:0.9
-BuildRequires: poppler-glib-devel >= 0.13.3
+%{?with_tests:BuildRequires: poppler-glib-devel >= 0.13.3}
BuildRequires: rpm >= 4.4.9-56
BuildRequires: sed >= 4.0
%if %{with xcb}
@@ -292,6 +292,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.125 2011/04/06 10:48:14 jajcus
+- require poppler-glib only when with_tests (chicken&egg problem otherwise: poppler-glib requires cairo)
+
Revision 1.124 2011/04/06 08:56:06 jajcus
- 'without svg' bcond added
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cairo/cairo.spec?r1=1.124&r2=1.125&f=u
More information about the pld-cvs-commit
mailing list