packages: guile-cairo/guile-cairo.spec - pass -I%{_includedir}/cairo throug...
sparky
sparky at pld-linux.org
Sat Jan 22 17:33:40 CET 2011
Author: sparky Date: Sat Jan 22 16:33:40 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- pass -I%{_includedir}/cairo through DEBUG_CFLAGS
(Makefile.am is ugly and does not allow to do it in a cleaner way)
- auto*ize
- BR: autoconf, automake, libtool
---- Files affected:
packages/guile-cairo:
guile-cairo.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: packages/guile-cairo/guile-cairo.spec
diff -u packages/guile-cairo/guile-cairo.spec:1.11 packages/guile-cairo/guile-cairo.spec:1.12
--- packages/guile-cairo/guile-cairo.spec:1.11 Sat May 22 23:41:25 2010
+++ packages/guile-cairo/guile-cairo.spec Sat Jan 22 17:33:35 2011
@@ -11,16 +11,17 @@
Patch0: %{name}-headers.patch
Patch1: %{name}-info.patch
URL: http://home.gna.org/guile-cairo/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: cairo-devel >= 1.4.0
BuildRequires: guile-devel >= 5:1.6.4
+BuildRequires: libtool
BuildRequires: pkgconfig >= 1:0.9.0
BuildRequires: texinfo
Requires: cairo >= 1.4.0
Requires: guile >= 5:1.6.4
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%undefine __cxx
-
%description
Guile-Cairo wraps the Cairo graphics library for Guile Scheme.
@@ -47,8 +48,13 @@
%patch1 -p1
%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
-%{__make}
+%{__make} \
+ DEBUG_CFLAGS="-I%{_includedir}/cairo"
%install
rm -rf $RPM_BUILD_ROOT
@@ -90,6 +96,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2011/01/22 16:33:35 sparky
+- pass -I%{_includedir}/cairo through DEBUG_CFLAGS
+ (Makefile.am is ugly and does not allow to do it in a cleaner way)
+- auto*ize
+- BR: autoconf, automake, libtool
+
Revision 1.11 2010/05/22 21:41:25 sparky
- don't require c++ compiler
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/guile-cairo/guile-cairo.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list