mirror of
https://abf.rosa.ru/djam/cmake.git
synced 2025-02-23 23:02:51 +00:00
LOG Update version to 2.8.9
This commit is contained in:
parent
53d50173ed
commit
5ca7112949
1 changed files with 5 additions and 10 deletions
15
cmake.spec
15
cmake.spec
|
@ -4,20 +4,20 @@
|
|||
|
||||
Name: cmake
|
||||
Summary: Cross-platform, open-source make system
|
||||
Version: 2.8.7
|
||||
Version: 2.8.9
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: Development/Other
|
||||
Epoch: 1
|
||||
Url: http://www.cmake.org/HTML/index.html
|
||||
Source0: http://www.cmake.org/files/v%{shortVersion}/%name-%{version}.tar.gz
|
||||
Source0: http://www.cmake.org/files/v%{shortVersion}/%{name}-%{version}.tar.gz
|
||||
Source1: cmake.macros
|
||||
# fix ftlk detection
|
||||
Patch1: cmake-fltk-path.patch
|
||||
Patch2: cmake-2.8.4-xz-support.patch
|
||||
BuildRequires: perl
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: idn-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: xz
|
||||
|
@ -49,9 +49,7 @@ generation, and template instantiation.
|
|||
%_sysconfdir/emacs/site-start.d/%{name}.el
|
||||
%_sysconfdir/rpm/macros.d/*
|
||||
%_datadir/emacs/site-lisp/cmake-mode.el
|
||||
%if %mdkversion > 200900
|
||||
%_datadir/vim/*/*
|
||||
%endif
|
||||
%_datadir/aclocal/cmake.m4
|
||||
%doc CMakeLogo.gif Example mydocs/*
|
||||
|
||||
|
@ -110,10 +108,7 @@ cd build
|
|||
%make
|
||||
|
||||
%install
|
||||
rm -rf %buildroot
|
||||
pushd build
|
||||
%makeinstall_std
|
||||
popd
|
||||
%makeinstall_std -C build
|
||||
|
||||
# cmake mode for emacs
|
||||
install -m644 Docs/cmake-mode.el -D %buildroot%_datadir/emacs/site-lisp/cmake-mode.el
|
||||
|
|
Loading…
Add table
Reference in a new issue