From 5a055668b39e1bc43c394ca78f0a8fe71d170bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20THIERRY?= Date: Tue, 23 Dec 2014 09:40:03 +0100 Subject: packaging: Bump to version 2.8.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug-Tizen: TC-2230 Change-Id: I30413dba248244c4b4c7e8544a4752e2f61555d4 Signed-off-by: Kévin THIERRY Signed-off-by: Philippe Coval --- packaging/cmake.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'packaging') diff --git a/packaging/cmake.spec b/packaging/cmake.spec index b3613a976..21acd7791 100644 --- a/packaging/cmake.spec +++ b/packaging/cmake.spec @@ -1,6 +1,6 @@ Name: cmake -Version: 2.8.11.2 -Release: 1 +Version: 2.8.12.2 +Release: 0 License: BSD-3-Clause Summary: Cross-platform make system Url: http://www.cmake.org @@ -8,7 +8,7 @@ Group: Platfrom Development/Tools Source0: http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz Source1: macros.cmake Source2: TizenCommon.cmake -Source1001: cmake.manifest +Source1001: cmake.manifest BuildRequires: fdupes BuildRequires: expat-devel BuildRequires: pkgconfig(libarchive) >= 2.8.0 @@ -42,19 +42,19 @@ export CFLAGS="$CXXFLAGS" --system-libs \ --parallel=0%jobs \ --no-qt-gui -make VERBOSE=1 %{?_smp_mflags} +%__make VERBOSE=1 %{?_smp_mflags} %install %make_install -mkdir -p %{buildroot}%{_libdir}/cmake -find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644 -cp %{SOURCE2} %{buildroot}/%{_datadir}/%{name}/Modules +mkdir -p %{buildroot}%{_libdir}/%{name} +find %{buildroot}%{_datadir}/%{name} -type f -print0 | xargs -0 chmod 644 +cp %{SOURCE2} %{buildroot}%{_datadir}/%{name}/Modules # Install cmake rpm macros install -D -p -m 0644 %{S:1} \ %{buildroot}%{_sysconfdir}/rpm/macros.cmake -fdupes %buildroot/usr/share/cmake +fdupes %{buildroot}%{_datadir}/%{name} %docs_package -- cgit v1.2.3