summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 12:39:56 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 12:39:56 +0300
commitc5733e9d16cd6d8f108bf62137f6f29066570d09 (patch)
treee2c040719b3eeb7d3b892703674aba9f9095564a
parent40851b7e684490a9ce945c881b0a75f186343e88 (diff)
downloadsmartcard-plugin-nfc-c5733e9d16cd6d8f108bf62137f6f29066570d09.tar.gz
smartcard-plugin-nfc-c5733e9d16cd6d8f108bf62137f6f29066570d09.tar.bz2
smartcard-plugin-nfc-c5733e9d16cd6d8f108bf62137f6f29066570d09.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.124741accepted/tizen/20130710.221303
-rw-r--r--packaging/smartcard-plugin-nfc.manifest5
-rwxr-xr-xpackaging/smartcard-plugin-nfc.spec4
-rw-r--r--smartcard-plugin-nfc.manifest6
3 files changed, 8 insertions, 7 deletions
diff --git a/packaging/smartcard-plugin-nfc.manifest b/packaging/smartcard-plugin-nfc.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/smartcard-plugin-nfc.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/smartcard-plugin-nfc.spec b/packaging/smartcard-plugin-nfc.spec
index 4de134d..52b1565 100755
--- a/packaging/smartcard-plugin-nfc.spec
+++ b/packaging/smartcard-plugin-nfc.spec
@@ -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
index ca37499..0000000
--- a/smartcard-plugin-nfc.manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-<manifest>
- <request>
- <domain name="_" />
- </request>
-</manifest>
-