summaryrefslogtreecommitdiff
path: root/packaging/cmake.spec
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-06-27 11:22:48 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-06-27 12:08:33 -0400
commit3e87e2f8377bc6711e33838d24e36ca2c44e8505 (patch)
treea3ddfbc6f214529003eaf2480b23db62104dd6ea /packaging/cmake.spec
parent5648e51c20ac023617a354915b9785b1a3b15d3b (diff)
downloadcmake-3e87e2f8377bc6711e33838d24e36ca2c44e8505.tar.gz
cmake-3e87e2f8377bc6711e33838d24e36ca2c44e8505.tar.bz2
cmake-3e87e2f8377bc6711e33838d24e36ca2c44e8505.zip
add new module for Tizen related directoriessubmit/tizen/20130627.160859accepted/tizen/20130627.232755
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}