X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=cmake.spec;h=10b3bc19f1f5c045f4c5cf5cd4c95b2947402dba;hb=ed5359adc05048e34f1153d778b69506188866d2;hp=6c748c33abdcd652b75775f401497c1c4f3bd736;hpb=44af9955b55149ee79adbcc1879c8bd325183665;p=packages%2Fcmake.git diff --git a/cmake.spec b/cmake.spec index 6c748c3..10b3bc1 100644 --- a/cmake.spec +++ b/cmake.spec @@ -7,20 +7,21 @@ # Conditional build: %bcond_with bootstrap # use internal versions of some libraries %bcond_without gui # don't build gui package -# + 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.4 Release: 1 License: BSD Group: Development/Building Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz -# Source0-md5: 8c967d5264657a798f22ee23976ff0d9 +# Source0-md5: 209b7d1d04b2e00986538d74ba764fcf Patch0: %{name}-lib64.patch Patch1: %{name}-tinfo.patch URL: http://www.cmake.org/ %{?with_gui:BuildRequires: QtGui-devel} +BuildRequires: libarchive-devel BuildRequires: libstdc++-devel BuildRequires: ncurses-devel %{?with_gui:BuildRequires: qt4-build} @@ -84,6 +85,7 @@ export LDFLAGS="%{rpmldflags}" --init=init.cmake \ %{!?with_bootstrap:--system-libs} \ %{?with_gui:--qt-gui} \ + --qt-qmake=/usr/bin/qmake-qt4 \ --verbose %{__make} VERBOSE=1 @@ -91,11 +93,10 @@ export LDFLAGS="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_libdir}/cmake - %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -rf $RPM_BUILD_ROOT%{_prefix}/doc +rm -r $RPM_BUILD_ROOT%{_prefix}/doc %clean rm -rf $RPM_BUILD_ROOT @@ -107,7 +108,16 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/cmake %attr(755,root,root) %{_bindir}/cpack %attr(755,root,root) %{_bindir}/ctest -%{_mandir}/man1/*.1* +%{_mandir}/man1/ccmake.1* +%{_mandir}/man1/cmake.1* +%{_mandir}/man1/cmakecommands.1* +%{_mandir}/man1/cmakecompat.1* +%{_mandir}/man1/cmakemodules.1* +%{_mandir}/man1/cmakepolicies.1* +%{_mandir}/man1/cmakeprops.1* +%{_mandir}/man1/cmakevars.1* +%{_mandir}/man1/cpack.1* +%{_mandir}/man1/ctest.1* %{_datadir}/cmake %dir %{_libdir}/cmake @@ -118,4 +128,5 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/mime/packages/cmakecache.xml %{_desktopdir}/CMake.desktop %{_pixmapsdir}/CMakeSetup32.png +%{_mandir}/man1/cmake-gui.1* %endif