|
@@ -5,7 +5,7 @@ Name: cmake
|
|
Summary: Cross-platform make system
|
|
Summary: Cross-platform make system
|
|
Summary(ja): クロスプラットフォームな Make システム
|
|
Summary(ja): クロスプラットフォームな Make システム
|
|
Version: 2.8.2
|
|
Version: 2.8.2
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
License: BSD
|
|
License: BSD
|
|
@@ -15,6 +15,8 @@ Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
|
|
Source1: macros.cmake
|
|
Source1: macros.cmake
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+
|
|
|
|
+BuildRequires: ncurses-devel
|
|
%if %{with gui}
|
|
%if %{with gui}
|
|
BuildRequires: qt4-devel, desktop-file-utils
|
|
BuildRequires: qt4-devel, desktop-file-utils
|
|
%define qt_gui --qt-gui
|
|
%define qt_gui --qt-gui
|
|
@@ -110,6 +112,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.2-3
|
|
|
|
+- add BuildRequires: ncurses-devel
|
|
|
|
+
|
|
* Sun Aug 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2-2
|
|
* Sun Aug 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2-2
|
|
- generate gui package
|
|
- generate gui package
|
|
- renamed module directory
|
|
- renamed module directory
|