diff options
author | Ryan Ware <ryan.r.ware@intel.com> | 2012-05-29 17:49:49 -0700 |
---|---|---|
committer | Ryan Ware <ryan.r.ware@intel.com> | 2012-05-29 17:49:49 -0700 |
commit | f4bf9d12acad831aa0b680bedfd725f784a80f7e (patch) | |
tree | 62d76e8f2f0acb9da9cb4d1387f89bd639cd8a4b | |
parent | a7ff33760f1ca46ca96dec6bba22c55c5a05c9f2 (diff) | |
download | cmake-2.0alpha.tar.gz cmake-2.0alpha.tar.bz2 cmake-2.0alpha.zip |
Change-Id: I4331c629ec1e461b9a6ccb1b59b1eed3ec9cad4f
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
-rw-r--r-- | packaging/cmake.manifest | 5 | ||||
-rw-r--r-- | packaging/cmake.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/cmake.manifest b/packaging/cmake.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/cmake.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/cmake.spec b/packaging/cmake.spec index 30e13a7..6ebbe92 100644 --- a/packaging/cmake.spec +++ b/packaging/cmake.spec @@ -7,6 +7,7 @@ Url: http://www.cmake.org Group: Development/Tools Source0: http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz Source1: macros.cmake +Source1001: packaging/cmake.manifest BuildRequires: expat-devel BuildRequires: pkgconfig(libarchive) >= 2.8.0 BuildRequires: pkgconfig(libcurl) @@ -30,6 +31,7 @@ template instantiation. find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x %build +cp %{SOURCE1001} . cat > %{buildroot}build-flags.cmake << EOF set(CMAKE_SKIP_RPATH YES CACHE BOOL "Skip rpath" FORCE) set(CMAKE_USE_RELATIVE_PATHS YES CACHE BOOL "Use relative paths" FORCE) @@ -67,6 +69,7 @@ install -D -p -m 0644 %{_sourcedir}/macros.cmake \ %remove_docs %files +%manifest cmake.manifest %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/rpm/macros.cmake %{_bindir}/ccmake |