From 5a97d56eac0f27c81ed4bc02932983db6f30125e Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 18:13:30 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- bluetooth-agent.manifest | 22 ---------------------- packaging/bluetooth-agent.manifest | 5 +++++ packaging/bluetooth-agent.spec | 4 +++- 3 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 bluetooth-agent.manifest create mode 100644 packaging/bluetooth-agent.manifest 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 -- 2.7.4