resetting manifest requested domain to floor 07/4507/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:53:25 +0000 (17:53 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:53:25 +0000 (17:53 +0300)
capi-network-connection.manifest [deleted file]
packaging/capi-network-connection.manifest [new file with mode: 0644]
packaging/capi-network-connection.spec

diff --git a/capi-network-connection.manifest b/capi-network-connection.manifest
deleted file mode 100644 (file)
index 97e8c31..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_"/>
-       </request>
-</manifest>
diff --git a/packaging/capi-network-connection.manifest b/packaging/capi-network-connection.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 8fd6e66..bc9090a 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      System/Network
 License:    Apache License Version 2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    capi-network-connection.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -25,6 +26,7 @@ Network Connection library in Tizen C API (Development)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 
 %build
@@ -48,11 +50,12 @@ cp LICENSE.APLv2 %{buildroot}%{_datadir}/license/capi-network-connection
 
 
 %files
-%manifest capi-network-connection.manifest
+%manifest %{name}.manifest
 %attr(644,-,-) %{_libdir}/libcapi-network-connection.so.*
 %{_datadir}/license/capi-network-connection
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/network/*.h
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libcapi-network-connection.so