From 1c740dc405fcadd8144c9dc57f66480325073295 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 19:36:03 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/wrt-commons.manifest | 5 +++++ packaging/wrt-commons.spec | 5 ++++- wrt-commons.manifest | 12 ------------ 3 files changed, 9 insertions(+), 13 deletions(-) create mode 100644 packaging/wrt-commons.manifest delete mode 100644 wrt-commons.manifest diff --git a/packaging/wrt-commons.manifest b/packaging/wrt-commons.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/wrt-commons.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/wrt-commons.spec b/packaging/wrt-commons.spec index 917a682..6e4b6b4 100644 --- a/packaging/wrt-commons.spec +++ b/packaging/wrt-commons.spec @@ -5,6 +5,7 @@ Release: 1 Group: System/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: wrt-commons.manifest BuildRequires: cmake BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(appcore-efl) @@ -41,6 +42,7 @@ Wrt common library development headers %prep %setup -q +cp %{SOURCE1001} . %define with_tests 0 %if "%{WITH_TESTS}" == "ON" || "%{WITH_TESTS}" == "Y" || "%{WITH_TESTS}" == "YES" || "%{WITH_TESTS}" == "TRUE" || "%{WITH_TESTS}" == "1" @@ -121,7 +123,7 @@ fi echo "[WRT] wrt-commons postinst done ..." %files -%manifest wrt-commons.manifest +%manifest %{name}.manifest %license LICENSE %{_libdir}/*.so.* %{_datadir}/wrt-engine/* @@ -137,6 +139,7 @@ echo "[WRT] wrt-commons postinst done ..." %endif %files devel +%manifest %{name}.manifest %{_libdir}/*.so %{_includedir}/dpl-efl/* %{_libdir}/pkgconfig/*.pc diff --git a/wrt-commons.manifest b/wrt-commons.manifest deleted file mode 100644 index 9b907d3..0000000 --- a/wrt-commons.manifest +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - -- 2.7.4