summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 02:09:54 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 02:09:54 +0300
commitc2d6af84ec0c25e33d2ab080a3482dda9b0c8508 (patch)
tree010222db7303a45729a229204e89c64fd52b8603
parentfd9522a2e846bf0721cfae9ebb9d1613f62a9c8a (diff)
downloadpython-ecore-tizen_3.0.m14.2_ivi.tar.gz
python-ecore-tizen_3.0.m14.2_ivi.tar.bz2
python-ecore-tizen_3.0.m14.2_ivi.zip
-rw-r--r--packaging/python-ecore.manifest5
-rw-r--r--packaging/python-ecore.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/python-ecore.manifest b/packaging/python-ecore.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/python-ecore.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/python-ecore.spec b/packaging/python-ecore.spec
index a7be881..34061ba 100644
--- a/packaging/python-ecore.spec
+++ b/packaging/python-ecore.spec
@@ -6,6 +6,7 @@ Summary: Edbus python bindings
Url: http://www.enlightenment.org
Group: EFL
Source: %{name}-%{version}.tar.bz2
+Source1001: python-ecore.manifest
BuildRequires: python-devel
BuildRequires: pkgconfig(dbus-python)
BuildRequires: pkgconfig(ecore)
@@ -23,6 +24,7 @@ Ecore python bindings.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -32,12 +34,14 @@ make %{?_smp_mflags}
%make_install
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root)
%{_libdir}/python2.7/site-packages/ecore
%files devel
+%manifest %{name}.manifest
%{_datadir}/python-ecore/examples
%{_includedir}/python-ecore/ecore
%{_libdir}/pkgconfig/*.pc