forked from pool/cmake
Accepting request 41345 from devel:tools:building
Copy from devel:tools:building/cmake based on submit request 41345 from user prusnak OBS-URL: https://build.opensuse.org/request/show/41345 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=37
This commit is contained in:
parent
754f497dac
commit
b63f174d20
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: cmake-gui
|
Name: cmake-gui
|
||||||
Version: 2.8.1
|
Version: 2.8.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: http://www.cmake.org/
|
Url: http://www.cmake.org/
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 10 16:24:47 UTC 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Fix build on Fedora, by not using defaultdocdir. It does not
|
||||||
|
match the forced installation path on configure.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 3 16:03:36 UTC 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- No fdupes on non-suse platforms and SLE10.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 18 12:17:02 UTC 2010 - puzel@novell.com
|
Tue May 18 12:17:02 UTC 2010 - puzel@novell.com
|
||||||
|
|
||||||
|
10
cmake.spec
10
cmake.spec
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.8.1
|
Version: 2.8.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: http://www.cmake.org/
|
Url: http://www.cmake.org/
|
||||||
@ -29,7 +29,9 @@ Patch4: cmake-disable-builtin-chrpath.diff
|
|||||||
Patch5: fortify-buffer-overflows.diff
|
Patch5: fortify-buffer-overflows.diff
|
||||||
Summary: Cross-platform, open-source make system
|
Summary: Cross-platform, open-source make system
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%if 0%{?suse_version} > 1110
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
%endif
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
@ -68,7 +70,9 @@ make DESTDIR=%{buildroot} install
|
|||||||
mkdir -p %{buildroot}%{_libdir}/cmake
|
mkdir -p %{buildroot}%{_libdir}/cmake
|
||||||
find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
|
find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
|
||||||
cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog
|
cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog
|
||||||
|
%if 0%{?suse_version} > 1110
|
||||||
%fdupes %buildroot/usr/share/cmake
|
%fdupes %buildroot/usr/share/cmake
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -80,8 +84,8 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/ctest
|
%{_bindir}/ctest
|
||||||
%{_bindir}/ccmake
|
%{_bindir}/ccmake
|
||||||
%{_datadir}/cmake
|
%{_datadir}/cmake
|
||||||
%_libdir/cmake
|
%{_libdir}/cmake
|
||||||
%doc %{_defaultdocdir}/%{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.*
|
||||||
%doc %{_mandir}/man1/ctest.1.*
|
%doc %{_mandir}/man1/ctest.1.*
|
||||||
|
Loading…
Reference in New Issue
Block a user