diff --git a/.cvsignore b/.cvsignore index 6f169ba..191fcdc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cmake-2.2.3.tar.gz +cmake-2.4.2.tar.gz diff --git a/cmake.spec b/cmake.spec index 5b15ba1..385496c 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,12 +1,12 @@ Name: cmake -Version: 2.2.3 -Release: 4%{?dist} +Version: 2.4.2 +Release: 1%{?dist} Summary: Cross-platform make system Group: Development/Tools License: BSD URL: http://www.cmake.org -Source0: http://www.cmake.org/files/v2.2/cmake-%{version}.tar.gz +Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel @@ -54,6 +54,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/doc/%{name}-%{version}/ %{_bindir}/ccmake %{_bindir}/cmake +%{_bindir}/cpack %{_bindir}/ctest %{_datadir}/%{name}/ %{_mandir}/man1/*.1* @@ -62,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 30 2006 Orion Poplawski - 2.4.2-1 +- Update to 2.4.2 + * Thu Apr 6 2006 Orion Poplawski - 2.2.3-4 - Update for vim 7.0c diff --git a/sources b/sources index f35efcc..31a9605 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93a22d448675a9c2ea51982f08437f01 cmake-2.2.3.tar.gz +c774f932cbd0c77d3cd76f0f8f46e0d9 cmake-2.4.2.tar.gz