resetting manifest requested domain to floor 44/4444/1 accepted/tizen/20130710.221258 submit/tizen/20130710.124749
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 09:50:58 +0000 (12:50 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 09:50:58 +0000 (12:50 +0300)
packaging/smartcard-plugin-uicc.manifest [new file with mode: 0644]
packaging/smartcard-plugin-uicc.spec
smartcard-plugin-uicc.manifest [deleted file]

diff --git a/packaging/smartcard-plugin-uicc.manifest b/packaging/smartcard-plugin-uicc.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 2e233d39241c89ada92d79c8655ec55a1aa1d444..901d07ca3732b2971150b20c1566f7f0eb5fd34b 100755 (executable)
@@ -5,6 +5,7 @@ Release:    0
 Group:      libs
 License:    Apache License, Version 2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    smartcard-plugin-uicc.manifest
 BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(tapi)
 BuildRequires: pkgconfig(smartcard-service)
@@ -20,6 +21,7 @@ Smartcard Service plugin uicc
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %package    devel
 Summary:    smartcard service uicc
@@ -55,7 +57,7 @@ cp -af %{_builddir}/%{name}-%{version}/packaging/smartcard-plugin-uicc %{buildro
 # -n nfc-common-lib -p /sbin/ldconfig
 
 %files
-%manifest smartcard-plugin-uicc.manifest
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 /usr/lib/se/lib*.so
 /usr/share/license/smartcard-plugin-uicc
diff --git a/smartcard-plugin-uicc.manifest b/smartcard-plugin-uicc.manifest
deleted file mode 100644 (file)
index ca37499..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_" />
-       </request>
-</manifest>
-