move the manifest file 32/25432/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 5 Aug 2014 04:43:43 +0000 (13:43 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 5 Aug 2014 04:43:43 +0000 (13:43 +0900)
Change-Id: I1293b29b96c15457957173e3c3e3bc3bd641952a

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

diff --git a/libtbm.manifest b/libtbm.manifest
new file mode 100644 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>
diff --git a/packaging/libtbm.manifest b/packaging/libtbm.manifest
deleted file mode 100644 (file)
index 017d22d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
-    <domain name="_"/>
- </request>
-</manifest>
index 0dcc48b..b60ca7d 100644 (file)
@@ -5,7 +5,6 @@ License:        MIT
 Summary:        The library for Tizen Buffer Manager
 Group:          System/Libraries
 Source0:        %{name}-%{version}.tar.gz
-Source1001:    libtbm.manifest
 
 BuildRequires:  pkgconfig(pthread-stubs)
 BuildRequires:  pkgconfig(libdrm)
@@ -30,7 +29,6 @@ Development Files.
 
 %prep
 %setup -q
-cp %{SOURCE1001} .
 
 %build
 
@@ -54,14 +52,13 @@ rm -rf %{buildroot}
 
 
 %files
-%manifest %{name}.manifest
+%manifest libtbm.manifest
 %defattr(-,root,root,-)
 /usr/share/license/%{name}
 %{_libdir}/libtbm.so.*
 %{_libdir}/libdrm_slp.so.*
 
 %files devel
-%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %dir %{_includedir}
 %{_includedir}/tbm_bufmgr.h