SHA256
3
0
forked from pool/cmake

Accepting request 198493 from home:kwk:branches:devel:tools:building

- Fix build for SLE10 (no fdupes)

OBS-URL: https://build.opensuse.org/request/show/198493
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=124
This commit is contained in:
Ismail Dönmez 2013-09-11 12:07:26 +00:00 committed by Git OBS Bridge
parent 1b90ba4d09
commit ab22207da4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 11 11:49:06 UTC 2013 - kkaempf@suse.com
- Fix build for SLE10 (no fdupes)
-------------------------------------------------------------------
Mon Aug 12 19:21:05 UTC 2013 - tchvatal@suse.com

View File

@ -31,7 +31,9 @@ License: BSD-3-Clause
Group: Development/Tools/Building
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
%if 0%{?suse_version} > 1010
BuildRequires: fdupes
%endif
%if 0%{?sles_version} != 10
BuildRequires: libarchive-devel
%endif
@ -90,7 +92,7 @@ sed -i \
-e 's:OPTFLAGS:%{optflags}:g' \
%{buildroot}%{_datadir}/cmake/Modules/opensuse_rules.cmake
%if 0%{?suse_version}
%if 0%{?suse_version} > 1010
%fdupes %{buildroot}/usr/share/cmake
%endif