summaryrefslogtreecommitdiff
path: root/packaging/cmake.spec
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-06-27 11:22:48 -0400
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2015-01-06 11:17:16 +0100
commitffd8a5f251fcd6b9af9b299f9bae682de9a3018c (patch)
tree1399af9921b897f1e49ce75566f6fa6fbc30cd8c /packaging/cmake.spec
parent9116bfa2305268a561d170bbd87f72aa3dec42a7 (diff)
downloadcmake-ffd8a5f251fcd6b9af9b299f9bae682de9a3018c.tar.gz
cmake-ffd8a5f251fcd6b9af9b299f9bae682de9a3018c.tar.bz2
cmake-ffd8a5f251fcd6b9af9b299f9bae682de9a3018c.zip
add new module for Tizen related directories
Diffstat (limited to 'packaging/cmake.spec')
-rw-r--r--packaging/cmake.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/cmake.spec b/packaging/cmake.spec
index cb301e6ae..d9905ca28 100644
--- a/packaging/cmake.spec
+++ b/packaging/cmake.spec
@@ -7,6 +7,7 @@ Url: http://www.cmake.org
Group: Platfrom Development/Tools
Source0: http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
Source1: macros.cmake
+Source2: TizenCommon.cmake
BuildRequires: fdupes
BuildRequires: expat-devel
BuildRequires: pkgconfig(libarchive) >= 2.8.0
@@ -45,7 +46,7 @@ make VERBOSE=1 %{?_smp_mflags}
%make_install
mkdir -p %{buildroot}%{_libdir}/cmake
find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
-cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog
+cp %{SOURCE2} %{buildroot}/%{_datadir}/%{name}/Modules
# Install cmake rpm macros
install -D -p -m 0644 %{S:1} \
@@ -64,4 +65,4 @@ fdupes %buildroot/usr/share/cmake
%{_bindir}/cmake
%{_bindir}/cpack
%{_bindir}/ctest
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}