From 1fa9a258c13d31fea03528529d6b40e040ac53d0 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 20:41:16 +0300 Subject: resetting manifest requested domain to floor --- appcore-agent.manifest | 5 ----- packaging/appcore-agent.manifest | 5 +++++ packaging/appcore-agent.spec | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 appcore-agent.manifest create mode 100644 packaging/appcore-agent.manifest diff --git a/appcore-agent.manifest b/appcore-agent.manifest deleted file mode 100644 index 97e8c31..0000000 --- a/appcore-agent.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/appcore-agent.manifest b/packaging/appcore-agent.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/appcore-agent.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/appcore-agent.spec b/packaging/appcore-agent.spec index 18e9c78..e0ca8b2 100644 --- a/packaging/appcore-agent.spec +++ b/packaging/appcore-agent.spec @@ -7,6 +7,7 @@ License: Apache-2.0 Summary: Agent Application basic Group: Application Framework/Service Source0: appcore-agent-%{version}.tar.gz +Source1001: appcore-agent.manifest BuildRequires: cmake BuildRequires: sysman-devel BuildRequires: pkgconfig(aul) @@ -29,6 +30,7 @@ Requires: %{name} = %{version} %prep %setup -q +cp %{SOURCE1001} . %build %cmake . @@ -44,6 +46,7 @@ make %{?_smp_mflags} %files +%manifest %{name}.manifest %license LICENSE %manifest appcore-agent.manifest %defattr(-,root,root,-) @@ -51,6 +54,7 @@ make %{?_smp_mflags} %{_libdir}/libappcore-agent.so.1.1 %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/pkgconfig/appcore-agent.pc %{_libdir}/libappcore-agent.so -- cgit v1.2.3