summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:22:59 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:22:59 +0300
commitbd8cb7e0bf59478ea41f6ac18dadb46ddd4f98ce (patch)
tree3275a8e6b0a4368640f13c28ea0481742afcad14
parentf977884582666f71f1b9c7a99435dc0841099405 (diff)
downloadmic-bd8cb7e0bf59478ea41f6ac18dadb46ddd4f98ce.tar.gz
mic-bd8cb7e0bf59478ea41f6ac18dadb46ddd4f98ce.tar.bz2
mic-bd8cb7e0bf59478ea41f6ac18dadb46ddd4f98ce.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.133255accepted/tizen/20130710.215457
-rw-r--r--packaging/mic.manifest5
-rw-r--r--packaging/mic.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/mic.manifest b/packaging/mic.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/mic.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/mic.spec b/packaging/mic.spec
index 7f7cc77..7ea48ed 100644
--- a/packaging/mic.spec
+++ b/packaging/mic.spec
@@ -9,6 +9,7 @@ License: GPL-2.0
BuildArch: noarch
URL: http://www.tizen.org
Source0: %{name}_%{version}.tar.gz
+Source1001: mic.manifest
Requires: python-rpm
Requires: util-linux
Requires: coreutils
@@ -72,6 +73,7 @@ an image.
%prep
%setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -94,6 +96,7 @@ install -m644 doc/mic.1 %{buildroot}/%{_prefix}/share/man/man1
%endif
%files
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%doc doc/*
%doc README.rst AUTHORS COPYING ChangeLog