X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcmake.git;a=blobdiff_plain;f=cmake.spec;h=39401dbb72b28a303c3a4f34eb7bf79755015082;hp=6c748c33abdcd652b75775f401497c1c4f3bd736;hb=a048aac345ef36ef6b1d5fab4bb64a38cc82daee;hpb=44af9955b55149ee79adbcc1879c8bd325183665 diff --git a/cmake.spec b/cmake.spec index 6c748c3..39401db 100644 --- a/cmake.spec +++ b/cmake.spec @@ -7,26 +7,33 @@ # Conditional build: %bcond_with bootstrap # use internal versions of some libraries %bcond_without gui # don't build gui package -# +%bcond_without tests # do not perform "make test" + Summary: Cross-platform, open-source make system Summary(pl.UTF-8): Wieloplatformowy system make o otwartych źródłach Name: cmake -Version: 2.8.2 +Version: 2.8.12.2 Release: 1 License: BSD Group: Development/Building Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz -# Source0-md5: 8c967d5264657a798f22ee23976ff0d9 +# Source0-md5: 17c6513483d23590cbce6957ec6d1e66 Patch0: %{name}-lib64.patch -Patch1: %{name}-tinfo.patch +Patch1: %{name}-helpers.patch +Patch2: %{name}-findruby.patch +Patch3: %{name}-tests.patch +Patch4: %{name}-freetype2.patch +Patch5: %{name}-findruby2.patch URL: http://www.cmake.org/ %{?with_gui:BuildRequires: QtGui-devel} +BuildRequires: libarchive-devel BuildRequires: libstdc++-devel -BuildRequires: ncurses-devel +BuildRequires: ncurses-devel > 5.9-3 %{?with_gui:BuildRequires: qt4-build} %{?with_gui:BuildRequires: qt4-qmake} BuildRequires: rpmbuild(macros) >= 1.167 %{!?with_bootstrap:BuildRequires: xmlrpc-c-devel >= 1.4.12-2} +Requires: filesystem >= 3.0-52 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -60,15 +67,48 @@ This package contains the Qt based GUI for CMake. Ten pakiet zawiera oparty na Qt graficzny interfejs użytkownika dla CMake. +%package emacs +Summary: Emacs mode for cmake files +Summary(pl.UTF-8): Tryb Emacsa dla plików cmake'a +Group: Development/Tools + +%description emacs +Emacs mode for cmake files. + +%description emacs -l pl.UTF-8 +Tryb Emacsa dla plików cmake'a. + +%package -n bash-completion-%{name} +Summary: bash-completion for cmake +Summary(pl.UTF-8): Bashowe dopełnianie parametrów dla cmake'a +Group: Applications/Shells +Requires: %{name} = %{version}-%{release} +Requires: bash-completion >= 2.0 +%if "%{_rpmversion}" >= "5" +BuildArch: noarch +%endif + +%description -n bash-completion-%{name} +bash-completion for cmake. + +%description -n bash-completion-%{name} -l pl.UTF-8 +Bashowe dopełnianie parametrów dla cmake'a. + %prep %setup -q %if "%{_lib}" == "lib64" %patch0 -p1 %endif -%patch1 -p0 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 cat > "init.cmake" <