packages: ebook-tools/ebook-tools.spec - BR: libxml2-devel - trick cmake no...
sparky
sparky at pld-linux.org
Wed Dec 2 02:21:27 CET 2009
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
More information about the pld-cvs-commit
mailing list