From: Alexandru Cornea Date: Fri, 28 Jun 2013 15:13:30 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221458^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a97d56eac0f27c81ed4bc02932983db6f30125e;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git resetting manifest requested domain to floor --- diff --git a/bluetooth-agent.manifest b/bluetooth-agent.manifest deleted file mode 100644 index 49894f1..0000000 --- a/bluetooth-agent.manifest +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packaging/bluetooth-agent.manifest b/packaging/bluetooth-agent.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/bluetooth-agent.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/bluetooth-agent.spec b/packaging/bluetooth-agent.spec index 03b091e..046f9e0 100644 --- a/packaging/bluetooth-agent.spec +++ b/packaging/bluetooth-agent.spec @@ -5,6 +5,7 @@ Release: 2 Group: TO_BE/FILLED_IN License: TO BE FILLED IN Source0: %{name}-%{version}.tar.gz +Source1001: bluetooth-agent.manifest BuildRequires: pkgconfig(contacts-service2) BuildRequires: pkgconfig(dbus-glib-1) @@ -21,6 +22,7 @@ Bluetooth agent packages that support various external profiles %prep %setup -q +cp %{SOURCE1001} . %build cmake . -DCMAKE_INSTALL_PREFIX=/usr @@ -32,7 +34,7 @@ rm -rf %{buildroot} %make_install %files -%manifest bluetooth-agent.manifest +%manifest %{name}.manifest %defattr(-, root, root) %{_bindir}/bluetooth-map-agent %{_bindir}/bluetooth-pb-agent