summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 22:06:50 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 22:06:50 +0300
commit6cddb40f425fc764e6e26efc1ccb6a890c47152c (patch)
tree0e46b5e0f2e60dc379b4810c62923080ed42bb84
parent5b79aa9d23959258236c10ea6c7fcb7267ab9a3c (diff)
downloadcmake-submit/tizen/20130710.125927.tar.gz
cmake-submit/tizen/20130710.125927.tar.bz2
cmake-submit/tizen/20130710.125927.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.125927accepted/tizen/20130710.221005
-rw-r--r--packaging/cmake.manifest5
-rw-r--r--packaging/cmake.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/cmake.manifest b/packaging/cmake.manifest
new file mode 100644
index 000000000..017d22d3a
--- /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 d9905ca28..5e6f6fa40 100644
--- a/packaging/cmake.spec
+++ b/packaging/cmake.spec
@@ -8,6 +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
BuildRequires: fdupes
BuildRequires: expat-devel
BuildRequires: pkgconfig(libarchive) >= 2.8.0
@@ -28,6 +29,7 @@ template instantiation.
%prep
%setup -q -n cmake-%{version}
+cp %{SOURCE1001} .
%build
export CXXFLAGS="$RPM_OPT_FLAGS"
@@ -57,6 +59,7 @@ fdupes %buildroot/usr/share/cmake
%docs_package
%files
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/rpm/macros.cmake
%doc %{_datadir}/doc/packages/%{name}