Fix the manifest installation 06/5706/2 accepted/tizen/20130720.004347 submit/tizen/20130715.194834 submit/tizen/20130719.231616
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Mon, 15 Jul 2013 19:36:25 +0000 (12:36 -0700)
committerPatrick McCarty <patrick.mccarty@linux.intel.com>
Mon, 15 Jul 2013 19:48:22 +0000 (12:48 -0700)
For consistency, the manifest for the base package should be Source1001,
so move the already-existing manifest at that index to the end, and use
Source1001 for system-popup.manifest instead.

Change-Id: I3acb538b268e326a175583f40f50a78c1dcdf105

packaging/system-popup.changes [new file with mode: 0644]
packaging/system-popup.spec

diff --git a/packaging/system-popup.changes b/packaging/system-popup.changes
new file mode 100644 (file)
index 0000000..c2342a2
--- /dev/null
@@ -0,0 +1,3 @@
+* Fri Jul 12 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> 850d819
+- Fix the manifest installation
+
index c24b806..9c0ec62 100755 (executable)
@@ -5,7 +5,7 @@ Release:    2
 Group:      framework/system
 License:    Apache License, Version 2.0
 Source0:    %{name}-%{version}.tar.bz2
-Source1001:    org.tizen.poweroff-syspopup.manifest
+Source1001:    %{name}.manifest
 Source1002:    org.tizen.lowmem-syspopup.manifest
 Source1003:    org.tizen.lowbat-syspopup.manifest
 Source1004:    org.tizen.mmc-syspopup.manifest
@@ -17,6 +17,7 @@ Source1009:    org.tizen.lowbat-syspopup.rule
 Source1010:    org.tizen.mmc-syspopup.rule
 Source1011:    org.tizen.usb-syspopup.rule
 Source1012:    org.tizen.usbotg-syspopup.rule
+Source1013:    org.tizen.poweroff-syspopup.manifest
 BuildRequires:  pkgconfig(evas)
 BuildRequires:  pkgconfig(ecore-input)
 BuildRequires:  pkgconfig(ethumb)
@@ -112,6 +113,7 @@ cp %{SOURCE1009} .
 cp %{SOURCE1010} .
 cp %{SOURCE1011} .
 cp %{SOURCE1012} .
+cp %{SOURCE1013} .
 
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
 make %{?jobs:-j%jobs}