From 787edc7f2fdd9d7b705199c5a42b2055e7e56b36 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 18:19:16 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- libtcore.manifest => packaging/libtcore.manifest | 2 +- packaging/libtcore.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) rename libtcore.manifest => packaging/libtcore.manifest (66%) diff --git a/libtcore.manifest b/packaging/libtcore.manifest similarity index 66% rename from libtcore.manifest rename to packaging/libtcore.manifest index dfdc35c..017d22d 100644 --- a/libtcore.manifest +++ b/packaging/libtcore.manifest @@ -1,5 +1,5 @@ - + diff --git a/packaging/libtcore.spec b/packaging/libtcore.spec index 22c627d..b831a1b 100644 --- a/packaging/libtcore.spec +++ b/packaging/libtcore.spec @@ -5,6 +5,7 @@ Release: 1 Group: System/Libraries License: Apache Source0: libtcore-%{version}.tar.gz +Source1001: libtcore.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake @@ -24,6 +25,7 @@ Telephony-core library (Development) %prep %setup -q +cp %{SOURCE1001} . %build %cmake . -DVERSION=%{version} @@ -38,12 +40,13 @@ make %{?jobs:-j%jobs} %make_install %files -%manifest libtcore.manifest +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/libtcore* /usr/share/license/libtcore %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/pkgconfig/tcore.pc -- 2.7.4