From 002d893c0cc3979da173eccc6de8d3a16f8c7058 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 02:22:16 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/python-edbus.manifest | 5 +++++ packaging/python-edbus.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/python-edbus.manifest diff --git a/packaging/python-edbus.manifest b/packaging/python-edbus.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-edbus.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-edbus.spec b/packaging/python-edbus.spec index 1e6653b..4c348d4 100644 --- a/packaging/python-edbus.spec +++ b/packaging/python-edbus.spec @@ -6,6 +6,7 @@ Summary: Edbus python bindings Url: http://www.enlightenment.org Group: EFL Source: python-e_dbus-%{version}.tar.bz2 +Source1001: python-edbus.manifest BuildRequires: python-devel BuildRequires: pkgconfig(edbus) BuildRequires: pkgconfig(dbus-python) @@ -28,6 +29,7 @@ Development files for %{name}. %prep %setup -q -n python-e_dbus-%{version} +cp %{SOURCE1001} . %build %configure @@ -37,11 +39,13 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root) %{_libdir}/python2.7/site-packages/e_dbus.so %files devel +%manifest %{name}.manifest %{_libdir}/pkgconfig/python-edbus.pc %changelog -- 2.7.4