SPECS: cmake.spec - fix libtool install dir; rel 2
glen
glen at pld-linux.org
Thu Dec 6 11:29:42 CET 2007
Author: glen Date: Thu Dec 6 10:29:42 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix libtool install dir; rel 2
---- Files affected:
SPECS:
cmake.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/cmake.spec
diff -u SPECS/cmake.spec:1.18 SPECS/cmake.spec:1.19
--- SPECS/cmake.spec:1.18 Thu Jul 19 20:41:49 2007
+++ SPECS/cmake.spec Thu Dec 6 11:29:37 2007
@@ -3,12 +3,13 @@
Summary(pl.UTF-8): Wieloplatformowy system make o otwartych źródłach
Name: cmake
Version: 2.4.7
-Release: 1
+Release: 2
License: BSD
Group: Development/Building
Source0: http://www.cmake.org/files/v2.4/%{name}-%{version}.tar.gz
# Source0-md5: 4476c423b8f74266136964e42ea88028
Patch0: %{name}-ncurses.patch
+Patch1: %{name}-lib64.patch
URL: http://www.cmake.org/HTML/Index.html
BuildRequires: libstdc++-devel
BuildRequires: ncurses-devel
@@ -36,9 +37,12 @@
%prep
%setup -q
%patch0 -p1
+%if "%{_lib}" == "lib64"
+%patch1 -p1
+%endif
cat > "init.cmake" <<EOF
-SET (CURSES_INCLUDE_PATH "%{_includedir}/ncurses" CACHE PATH " " FORCE)
+SET (CURSES_INCLUDE_PATH "/usr/include/ncurses" CACHE PATH " " FORCE)
EOF
%build
@@ -82,6 +86,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2007-12-06 10:29:37 glen
+- fix libtool install dir; rel 2
+
Revision 1.18 2007-07-19 18:41:49 deejay1
- updated to 2.4.7
@@ -136,5 +143,3 @@
Revision 1.2 2004/06/29 12:54:41 adamg
- adapterized
-* Thu Jan 9 2003 Austin Acton <aacton at yorku.ca> 1.4.7-1mdk
-- initial package
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cmake.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list