]> git.pld-linux.org Git - packages/cmake.git/commitdiff
- pass --qt-qmake (fixes build when qt3 qmake is also installed)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Nov 2010 06:11:09 +0000 (06:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moved cmake-gui(1) man page to proper package

Changed files:
    cmake.spec -> 1.53

cmake.spec

index 14ddb3836b0170e22f4512ed0b45e953e259ddea..3374ce598ff6912cf3bc346db3e523814f6d24fb 100644 (file)
@@ -86,6 +86,7 @@ export LDFLAGS="%{rpmldflags}"
        --init=init.cmake \
        %{!?with_bootstrap:--system-libs} \
        %{?with_gui:--qt-gui} \
        --init=init.cmake \
        %{!?with_bootstrap:--system-libs} \
        %{?with_gui:--qt-gui} \
+       --qt-qmake=/usr/bin/qmake-qt4 \
        --verbose
 
 %{__make} VERBOSE=1
        --verbose
 
 %{__make} VERBOSE=1
@@ -108,7 +109,16 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/cmake
 %attr(755,root,root) %{_bindir}/cpack
 %attr(755,root,root) %{_bindir}/ctest
 %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
 
 %{_datadir}/cmake
 %dir %{_libdir}/cmake
 
@@ -119,4 +129,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/mime/packages/cmakecache.xml
 %{_desktopdir}/CMake.desktop
 %{_pixmapsdir}/CMakeSetup32.png
 %{_datadir}/mime/packages/cmakecache.xml
 %{_desktopdir}/CMake.desktop
 %{_pixmapsdir}/CMakeSetup32.png
+%{_mandir}/man1/cmake-gui.1*
 %endif
 %endif
This page took 0.094073 seconds and 4 git commands to generate.