]> git.pld-linux.org Git - packages/cmake.git/blobdiff - cmake.spec
- release 2
[packages/cmake.git] / cmake.spec
index d4b318dad1809e47c505c41929c56a2d74457867..4484dc311771195ae97345598f3510e3713414bd 100644 (file)
 Summary:       Cross-platform, open-source make system
 Summary(pl.UTF-8):     Wieloplatformowy system make o otwartych źródłach
 Name:          cmake
-Version:       2.8.6
-Release:       1
+Version:       2.8.7
+Release:       2
 License:       BSD
 Group:         Development/Building
 Source0:       http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
-# Source0-md5: 2147da452fd9212bb9b4542a9eee9d5b
+# Source0-md5: e1b237aeaed880f65dec9c20602452f6
 Patch0:                %{name}-lib64.patch
 URL:           http://www.cmake.org/
 %{?with_gui:BuildRequires:     QtGui-devel}
@@ -27,7 +27,7 @@ BuildRequires:        ncurses-devel > 5.9-3
 %{?with_gui:BuildRequires:     qt4-qmake}
 BuildRequires: rpmbuild(macros) >= 1.167
 %{!?with_bootstrap:BuildRequires:      xmlrpc-c-devel >= 1.4.12-2}
-Requires:      filesystem >= 3.0-46
+Requires:      filesystem >= 3.0-52
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -91,11 +91,11 @@ export LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/cmake
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -r $RPM_BUILD_ROOT%{_prefix}/doc
+%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/doc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -122,7 +122,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/cmake/Modules/*
 %{_datadir}/cmake/Templates
 %{_datadir}/cmake/include
-%dir %{_libdir}/cmake
 %{_aclocaldir}/cmake.m4
 
 %if %{with gui}
This page took 0.045688 seconds and 4 git commands to generate.