Author: sparky                       Date: Wed Dec  2 01:21:27 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- BR: libxml2-devel
- trick cmake not to require unneeded c++ compiler

---- Files affected:
packages/ebook-tools:
   ebook-tools.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/ebook-tools/ebook-tools.spec
diff -u packages/ebook-tools/ebook-tools.spec:1.9 
packages/ebook-tools/ebook-tools.spec:1.10
--- packages/ebook-tools/ebook-tools.spec:1.9   Thu Jun 26 21:30:37 2008
+++ packages/ebook-tools/ebook-tools.spec       Wed Dec  2 02:21:22 2009
@@ -11,6 +11,7 @@
 Patch0:                %{name}-lib64.patch
 URL:           http://sourceforge.net/projects/ebook-tools
 BuildRequires: cmake
+BuildRequires: libxml2-devel
 BuildRequires: libzip-devel
 BuildRequires: rpmbuild(macros) >= 1.293
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -44,6 +45,8 @@
 cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DCMAKE_CXX_COMPILER_WORKS=1 \
+       -DCMAKE_CXX_COMPILER="%{__cc}" \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
 %endif
@@ -81,6 +84,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2009/12/02 01:21:22  sparky
+- BR: libxml2-devel
+- trick cmake not to require unneeded c++ compiler
+
 Revision 1.9  2008/06/26 19:30:37  pluto
 - run ldconfig, release 2.
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ebook-tools/ebook-tools.spec?r1=1.9&r2=1.10&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to