From 7f59515cceb94b5637394c65c5bedeb2ba0fbb3c Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:49:17 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/econnman.manifest | 5 +++++ packaging/econnman.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/econnman.manifest diff --git a/packaging/econnman.manifest b/packaging/econnman.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/econnman.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/econnman.spec b/packaging/econnman.spec index 59fb31a..9b797bf 100644 --- a/packaging/econnman.spec +++ b/packaging/econnman.spec @@ -6,6 +6,7 @@ Summary: EFL user interface for ConnMan Url: http://svn.enlightenment.org/svn/e/trunk/econnman/ Group: EFL Source: %{name}-%{version}.tar.gz +Source1001: econnman.manifest BuildRequires: python-devel BuildRequires: pkgconfig(python-edbus) BuildRequires: pkgconfig(python-elementary) @@ -20,6 +21,7 @@ EFL connman interface. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -30,6 +32,7 @@ make %{?_smp_mflags} %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root) %{_bindir}/econnman-bin -- 2.7.4