]> git.pld-linux.org Git - packages/cmake.git/commitdiff
- updated to 2.2.3
authorKarol Krenski <charles@pld-linux.org>
Tue, 6 Dec 2005 21:26:37 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: libstdc++-devel, ncurses-devel, rpmbuild(macros) >= 1.167
- "new" %build

Changed files:
    cmake.spec -> 1.5

cmake.spec

index 6d6761ac906c38c3c67bc652d91df50538d1d3de..d2c8e094c23e75c9cd231f83e7ebbbf94b3fb25b 100644 (file)
@@ -1,15 +1,17 @@
 Summary:       Cross-platform, open-source make system
 Summary(pl):   Wieloplatformowy system make o otwartych ¼ród³ach
 Name:          cmake
 Summary:       Cross-platform, open-source make system
 Summary(pl):   Wieloplatformowy system make o otwartych ¼ród³ach
 Name:          cmake
-Version:       1.8.3
+Version:       2.2.3
 Release:       1
 License:       BSD
 Group:         Development/Building
 Release:       1
 License:       BSD
 Group:         Development/Building
-# current: http://www.cmake.org/files/v2.0/cmake-2.0.2.tar.gz
-Source0:       http://www.cmake.org/files/v1.8/%{name}-%{version}.tar.gz       
-# Source0-md5: 781afe6ed9000e303bf6ac3e4e384dce
+Source0:       http://www.cmake.org/files/v2.2/%{name}-%{version}.tar.gz       
+# Source0-md5: d29377b76fbab6a74107c49adc9e6457
 Patch0:                %{name}-ncurses.patch
 URL:           http://www.cmake.org/
 Patch0:                %{name}-ncurses.patch
 URL:           http://www.cmake.org/
+BuildRequires: libstdc++-devel
+BuildRequires: ncurses-devel
+BuildRequires: rpmbuild(macros) >= 1.167
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,18 +36,23 @@ dziedziczenie szablon
 %setup -q
 %patch0 -p1
 
 %setup -q
 %patch0 -p1
 
+cat > "init.cmake" <<EOF
+SET (CURSES_INCLUDE_PATH "%{_includedir}/ncurses" CACHE PATH " " FORCE)
+EOF
+
 %build
 %build
+export CC="%{__cc}"
+export CXX="%{__cxx}"
+export CFLAGS="%{rpmcflags}"
+export CXXFLAGS="%{rpmcxxflags}"
 ./bootstrap \
        --prefix=%{_prefix} \
        --mandir=/share/man \
        --datadir=/share/cmake \
 ./bootstrap \
        --prefix=%{_prefix} \
        --mandir=/share/man \
        --datadir=/share/cmake \
+       --init=init.cmake \
        --verbose
 
        --verbose
 
-./Bootstrap.cmk/cmake \
-       -DCURSES_INCLUDE_PATH=%{_includedir}/ncurses
-
 %{__make}
 %{__make}
-       
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -60,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog.txt *.pdf *.rtf Copyright.txt *.gif Docs/{cmake,ccmake,ctest}.*
+%doc ChangeLog.* Copyright.txt *.gif *.pdf Docs/{cmake,ctest}.{txt,html}
 %attr(755,root,root) %{_bindir}/ccmake
 %attr(755,root,root) %{_bindir}/cmake
 %attr(755,root,root) %{_bindir}/ctest
 %attr(755,root,root) %{_bindir}/ccmake
 %attr(755,root,root) %{_bindir}/cmake
 %attr(755,root,root) %{_bindir}/ctest
This page took 0.181318 seconds and 4 git commands to generate.