resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 19:06:50 +0000 (22:06 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 6 Jan 2015 10:17:16 +0000 (11:17 +0100)
packaging/cmake.manifest [new file with mode: 0644]
packaging/cmake.spec

diff --git a/packaging/cmake.manifest b/packaging/cmake.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index d9905ca..5e6f6fa 100644 (file)
@@ -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}