forked from pool/cmake
Accepting request 231400 from devel:tools:building
Update to 3.0.0~rc4 (forwarded request 231323 from sumski) OBS-URL: https://build.opensuse.org/request/show/231400 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=83
This commit is contained in:
commit
bf35a7a737
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:802ce1e0d80e6b93801372001d84697189e1aa69a54a2996ae1cc68721b92977
|
|
||||||
size 5486721
|
|
3
cmake-3.0.0-rc4.tar.gz
Normal file
3
cmake-3.0.0-rc4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d74b097230d33037293d07c712329f1aa16a7595c32123e9ceaf3f11a0e2661
|
||||||
|
size 5488115
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 23:08:48 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 3.0.0~rc4
|
||||||
|
* Revise and format policy CMP0025 and CMP0047 docs
|
||||||
|
* Do not warn by default when policy CMP0025 or CMP0047 is not set
|
||||||
|
* CMakeDetermineVSServicePack: Format documentation
|
||||||
|
* CMakeDetermineVSServicePack: Match versions more robustly
|
||||||
|
* CMakeDetermineVSServicePack: Add VS 11 update 4
|
||||||
|
* Fortran: Detect pointer size on Intel archs with PGI (#14870)
|
||||||
|
* CMakeRCInformation: Do not mention 'Fortran' in documentation
|
||||||
|
* CMakeRCInformation: Recognize 'windres' tools with '.' in name (#14865)
|
||||||
|
* Drop /lib32 and /lib64 from link directories and RPATH (#14875)
|
||||||
|
* cmArchiveWrite: Handle NULL error string (#14882)
|
||||||
|
* Policies: omit warnings about unset policies when they are
|
||||||
|
actually set to NEW
|
||||||
|
* Qt4Macros: Make QT4_CREATE_MOC_COMMAND a function
|
||||||
|
* create_test_sourcelist: Initialize variable at declaration
|
||||||
|
* Help: Fix typo in cmake-qt manual.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 17:15:17 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix build on SLE11
|
||||||
|
- remove dependency on system curl: this is not a security
|
||||||
|
senstive app and the system curl comes quite late in the
|
||||||
|
build cycle
|
||||||
|
- remove nonsensical checks for %{sles_version}
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 17:33:28 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 3.0.0~rc3
|
||||||
|
* QtDialog: Fix Qt 5 build on non-Windows
|
||||||
|
* Disallow INTERFACE libraries with add_custom_command(TARGET)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 20 01:42:01 UTC 2014 - hrvoje.senjan@gmail.com
|
Thu Mar 20 01:42:01 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cmake-gui
|
Name: cmake-gui
|
||||||
Version: 3.0.0~rc2
|
Version: 3.0.0~rc4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 3.0.0-rc2
|
%define rversion 3.0.0-rc4
|
||||||
Url: http://www.cmake.org/
|
Url: http://www.cmake.org/
|
||||||
Source0: http://www.cmake.org/files/v3.0/cmake-%{rversion}.tar.gz
|
Source0: http://www.cmake.org/files/v3.0/cmake-%{rversion}.tar.gz
|
||||||
Summary: CMake graphical user interface
|
Summary: CMake graphical user interface
|
||||||
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 23:08:48 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 3.0.0~rc4
|
||||||
|
* Revise and format policy CMP0025 and CMP0047 docs
|
||||||
|
* Do not warn by default when policy CMP0025 or CMP0047 is not set
|
||||||
|
* CMakeDetermineVSServicePack: Format documentation
|
||||||
|
* CMakeDetermineVSServicePack: Match versions more robustly
|
||||||
|
* CMakeDetermineVSServicePack: Add VS 11 update 4
|
||||||
|
* Fortran: Detect pointer size on Intel archs with PGI (#14870)
|
||||||
|
* CMakeRCInformation: Do not mention 'Fortran' in documentation
|
||||||
|
* CMakeRCInformation: Recognize 'windres' tools with '.' in name (#14865)
|
||||||
|
* Drop /lib32 and /lib64 from link directories and RPATH (#14875)
|
||||||
|
* cmArchiveWrite: Handle NULL error string (#14882)
|
||||||
|
* Policies: omit warnings about unset policies when they are
|
||||||
|
actually set to NEW
|
||||||
|
* Qt4Macros: Make QT4_CREATE_MOC_COMMAND a function
|
||||||
|
* create_test_sourcelist: Initialize variable at declaration
|
||||||
|
* Help: Fix typo in cmake-qt manual.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 17:15:17 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix build on SLE11
|
||||||
|
- remove dependency on system curl: this is not a security
|
||||||
|
senstive app and the system curl comes quite late in the
|
||||||
|
build cycle
|
||||||
|
- remove nonsensical checks for %{sles_version}
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 17:33:28 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 3.0.0~rc3
|
||||||
|
* QtDialog: Fix Qt 5 build on non-Windows
|
||||||
|
* Disallow INTERFACE libraries with add_custom_command(TARGET)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 20 01:42:01 UTC 2014 - hrvoje.senjan@gmail.com
|
Thu Mar 20 01:42:01 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
22
cmake.spec
22
cmake.spec
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 3.0.0~rc2
|
Version: 3.0.0~rc4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 3.0.0-rc2
|
%define rversion 3.0.0-rc4
|
||||||
Url: http://www.cmake.org/
|
Url: http://www.cmake.org/
|
||||||
Source0: http://www.cmake.org/files/v3.0/%{name}-%{rversion}.tar.gz
|
Source0: http://www.cmake.org/files/v3.0/%{name}-%{rversion}.tar.gz
|
||||||
Source1: cmake.macros
|
Source1: cmake.macros
|
||||||
@ -33,19 +33,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%if 0%{?suse_version} > 1010
|
%if 0%{?suse_version} > 1010
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?sles_version} != 10
|
%if 0%{?suse_version} > 1110
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
|
BuildRequires: libbz2-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
%else
|
|
||||||
BuildRequires: expat-devel
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: curl-devel
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: openssl-devel
|
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: pkgconfig(bzip2)
|
|
||||||
|
|
||||||
Requires: make
|
Requires: make
|
||||||
|
|
||||||
@ -64,16 +60,13 @@ export CFLAGS="$CXXFLAGS"
|
|||||||
--datadir=/share/%{name} \
|
--datadir=/share/%{name} \
|
||||||
--docdir=/share/doc/packages/%{name} \
|
--docdir=/share/doc/packages/%{name} \
|
||||||
--mandir=/share/man \
|
--mandir=/share/man \
|
||||||
%if 0%{?suse_version} && !0%{?sles_version}
|
|
||||||
--system-libs \
|
--system-libs \
|
||||||
%else
|
--no-system-curl \
|
||||||
--system-curl \
|
%if 0%{?suse_version} <= 1110
|
||||||
--system-expat \
|
|
||||||
--system-zlib \
|
|
||||||
--system-bzip2 \
|
|
||||||
--no-system-libarchive \
|
--no-system-libarchive \
|
||||||
%endif
|
%endif
|
||||||
--parallel=0%jobs \
|
--parallel=0%jobs \
|
||||||
|
--verbose \
|
||||||
--no-qt-gui
|
--no-qt-gui
|
||||||
make VERBOSE=1 %{?_smp_mflags}
|
make VERBOSE=1 %{?_smp_mflags}
|
||||||
|
|
||||||
@ -102,6 +95,7 @@ sed -i \
|
|||||||
%{_bindir}/ccmake
|
%{_bindir}/ccmake
|
||||||
%{_datadir}/cmake
|
%{_datadir}/cmake
|
||||||
%{_libdir}/cmake
|
%{_libdir}/cmake
|
||||||
|
%dir %{_datadir}/aclocal
|
||||||
%{_datadir}/aclocal/cmake.m4
|
%{_datadir}/aclocal/cmake.m4
|
||||||
%doc %{_datadir}/doc/packages/%{name}
|
%doc %{_datadir}/doc/packages/%{name}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user