forked from pool/cmake
Accepting request 87844 from devel:tools:building
update to 2.8.6 OBS-URL: https://build.opensuse.org/request/show/87844 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=49
This commit is contained in:
commit
eb4d9aef45
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e18bff75f01656c64f553412a8905527e1b85efaf3163c6fb81ea5aaced0b91
|
|
||||||
size 5517977
|
|
3
cmake-2.8.6.tar.gz
Normal file
3
cmake-2.8.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e6999b81ac367d85ffb0f69b6c4a0ef96f95dc154efd3592f9cfebacdf75728e
|
||||||
|
size 5583905
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 14 12:31:49 UTC 2011 - puzel@suse.com
|
||||||
|
|
||||||
|
- update to 2.8.6
|
||||||
|
- see /usr/share/doc/packages/cmake/Changelog for changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 23:11:42 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 29 16:19:45 UTC 2011 - puzel@novell.com
|
Fri Jul 29 16:19:45 UTC 2011 - puzel@novell.com
|
||||||
|
|
||||||
|
@ -15,11 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: cmake-gui
|
Name: cmake-gui
|
||||||
Version: 2.8.5
|
Version: 2.8.6
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
@ -51,11 +50,6 @@ Requires: cmake
|
|||||||
This is a Graphical User Interface for CMake, a cross-platform,
|
This is a Graphical User Interface for CMake, a cross-platform,
|
||||||
open-source make system.
|
open-source make system.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Kitware, Inc., Insight Consortium
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cmake-%{version}
|
%setup -q -n cmake-%{version}
|
||||||
%patch4
|
%patch4
|
||||||
@ -80,7 +74,7 @@ export CFLAGS="$CXXFLAGS"
|
|||||||
%endif
|
%endif
|
||||||
--parallel=0%jobs \
|
--parallel=0%jobs \
|
||||||
--qt-gui
|
--qt-gui
|
||||||
make VERBOSE=1 %{?jobs:-j %jobs}
|
make VERBOSE=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
@ -89,13 +83,11 @@ mkdir -p %{buildroot}%{_libdir}/cmake
|
|||||||
# delete files that belong to the 'cmake' package
|
# delete files that belong to the 'cmake' package
|
||||||
rm -rf %{buildroot}/usr/bin/{cpack,cmake,ctest}
|
rm -rf %{buildroot}/usr/bin/{cpack,cmake,ctest}
|
||||||
rm -rf %{buildroot}/usr/share/cmake
|
rm -rf %{buildroot}/usr/share/cmake
|
||||||
|
rm -rf %{buildroot}/usr/share/aclocal/cmake.m4
|
||||||
rm -rf %{buildroot}/usr/share/doc/packages/cmake
|
rm -rf %{buildroot}/usr/share/doc/packages/cmake
|
||||||
rm -rf %{buildroot}/usr/share/man/man1/{cmake,cmakecommands,cmakecompat}.1
|
rm -rf %{buildroot}/usr/share/man/man1/{cmake,cmakecommands,cmakecompat}.1
|
||||||
rm -rf %{buildroot}/usr/share/man/man1/{cmakemodules,cmakepolicies,cmakeprops,cmakevars,cpack,ctest}.1
|
rm -rf %{buildroot}/usr/share/man/man1/{cmakemodules,cmakepolicies,cmakeprops,cmakevars,cpack,ctest}.1
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/cmake-gui
|
%{_bindir}/cmake-gui
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 14 12:30:48 UTC 2011 - puzel@suse.com
|
||||||
|
|
||||||
|
- update to 2.8.6
|
||||||
|
- see /usr/share/doc/packages/cmake/Changelog for changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 23:11:46 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 29 16:19:27 UTC 2011 - puzel@novell.com
|
Fri Jul 29 16:19:27 UTC 2011 - puzel@novell.com
|
||||||
|
|
||||||
|
13
cmake.spec
13
cmake.spec
@ -15,11 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.8.5
|
Version: 2.8.6
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
@ -50,10 +49,6 @@ Requires: make
|
|||||||
%description
|
%description
|
||||||
CMake is a cross-platform, open-source make system
|
CMake is a cross-platform, open-source make system
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Kitware, Inc., Insight Consortium
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch4
|
%patch4
|
||||||
@ -77,7 +72,7 @@ export CFLAGS="$CXXFLAGS"
|
|||||||
%endif
|
%endif
|
||||||
--parallel=0%jobs \
|
--parallel=0%jobs \
|
||||||
--no-qt-gui
|
--no-qt-gui
|
||||||
make VERBOSE=1 %{?jobs:-j %jobs}
|
make VERBOSE=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
@ -88,9 +83,6 @@ cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog
|
|||||||
%fdupes %buildroot/usr/share/cmake
|
%fdupes %buildroot/usr/share/cmake
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/cpack
|
%{_bindir}/cpack
|
||||||
@ -99,6 +91,7 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/ccmake
|
%{_bindir}/ccmake
|
||||||
%{_datadir}/cmake
|
%{_datadir}/cmake
|
||||||
%{_libdir}/cmake
|
%{_libdir}/cmake
|
||||||
|
%{_datadir}/aclocal/cmake.m4
|
||||||
%doc %{_datadir}/doc/packages/%{name}
|
%doc %{_datadir}/doc/packages/%{name}
|
||||||
%doc %{_mandir}/man1/cmakepolicies.1.*
|
%doc %{_mandir}/man1/cmakepolicies.1.*
|
||||||
%doc %{_mandir}/man1/cmake.1.*
|
%doc %{_mandir}/man1/cmake.1.*
|
||||||
|
Loading…
Reference in New Issue
Block a user