resetting manifest requested domain to floor 93/5393/2 accepted/tizen/20130710.220406 submit/tizen/20130710.131427
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 16:33:44 +0000 (19:33 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Wed, 3 Jul 2013 07:13:57 +0000 (10:13 +0300)
Change-Id: I989d5b03f816c82829b4cc7286f1a85736498370

packaging/gtest.manifest [new file with mode: 0644]
packaging/gtest.spec

diff --git a/packaging/gtest.manifest b/packaging/gtest.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index a8f2d4e..ec22c36 100755 (executable)
@@ -6,6 +6,7 @@ License:    TO_BE/FILLED_IN
 Vendor:     TO_BE/FILLED_IN
 Group:      TO_BE/FILLED_IN
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    gtest.manifest
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires: pkgconfig(python)
 #BuildRequires: automake autoconf libtool
@@ -24,6 +25,7 @@ gtest library (DEV)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 ./configure --prefix=/usr
@@ -42,11 +44,13 @@ make DESTDIR=$RPM_BUILD_ROOT install
 /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 /usr/lib/libgtest_main.so.*
 /usr/lib/libgtest.so.*
 
 %files devel
+%manifest %{name}.manifest
 /usr/include/gtest/*.h
 /usr/include/gtest/internal/*.h
 /usr/lib/libgtest_main.so