|
@@ -7,8 +7,8 @@
|
|
Name: cmake
|
|
Name: cmake
|
|
Summary: Cross-platform make system
|
|
Summary: Cross-platform make system
|
|
Summary(ja): クロスプラットフォームな Make システム
|
|
Summary(ja): クロスプラットフォームな Make システム
|
|
-Version: 2.8.6
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 2.8.10.2
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
License: BSD
|
|
License: BSD
|
|
@@ -65,6 +65,9 @@ The %{name}-gui package contains the Qt based GUI for CMake.
|
|
# Fixup permissions
|
|
# Fixup permissions
|
|
#find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
|
|
#find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
|
|
|
|
|
|
|
|
+#fix desktop file warning
|
|
|
|
+sed -i 's:\(Icon=\)\(CMakeSetup32.png\):\1/usr/share/pixmaps/\2:' Source/QtDialog/CMake.desktop
|
|
|
|
+
|
|
%build
|
|
%build
|
|
./bootstrap \
|
|
./bootstrap \
|
|
--prefix=%{_prefix} \
|
|
--prefix=%{_prefix} \
|
|
@@ -139,6 +142,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.10.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+- fixed desktop file warning
|
|
|
|
+
|
|
* Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-2
|
|
* Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-2
|
|
- rebuild with libarchive-3.0.4
|
|
- rebuild with libarchive-3.0.4
|
|
|
|
|