From d2dbdc7e801b265a71faf8a2f027d79e72b92424 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 11:15:37 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- libsf-common.manifest | 6 ------ packaging/libsf-common.spec | 5 ++++- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 libsf-common.manifest diff --git a/libsf-common.manifest b/libsf-common.manifest deleted file mode 100644 index 41a9320..0000000 --- a/libsf-common.manifest +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packaging/libsf-common.spec b/packaging/libsf-common.spec index 3b6752b..748db43 100644 --- a/packaging/libsf-common.spec +++ b/packaging/libsf-common.spec @@ -5,6 +5,7 @@ License: Apache-2.0 Summary: Sensor framework common library Group: System/Sensor Framework Source0: libsf-common-%{version}.tar.gz +Source1001: libsf-common.manifest BuildRequires: cmake BuildRequires: libattr-devel BuildRequires: pkgconfig(dlog) @@ -21,6 +22,7 @@ Sensor framework common library - Development Files. %prep %setup -q +cp %{SOURCE1001} . %build %cmake . @@ -34,11 +36,12 @@ mkdir -p %{buildroot}%{_datadir}/license cp LICENSE %{buildroot}%{_datadir}/license/%{name} %files -%manifest libsf-common.manifest +%manifest %{name}.manifest %{_libdir}/libsf_common.so %{_datadir}/license/%{name} %files devel +%manifest %{name}.manifest %{_includedir}/sf_common/*.h %{_libdir}/pkgconfig/sf_common.pc -- 2.7.4