resetting manifest requested domain to floor 39/4439/1 accepted/tizen/20130710.221303 submit/tizen/20130710.124741
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 09:39:56 +0000 (12:39 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 09:39:56 +0000 (12:39 +0300)
packaging/smartcard-plugin-nfc.manifest [new file with mode: 0644]
packaging/smartcard-plugin-nfc.spec
smartcard-plugin-nfc.manifest [deleted file]

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