summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-02-06 18:24:14 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-03-03 18:04:19 +0100
commitfa0af4966f3bbf3fcefe0530c07777441cf5f820 (patch)
treec8f039f68a0fc9e83e6ec3fc3b8e003e11e47ee1
parent954a24253d3ae45d93735c35d3da127fa4475b47 (diff)
downloadpython-elementary-fa0af4966f3bbf3fcefe0530c07777441cf5f820.tar.gz
python-elementary-fa0af4966f3bbf3fcefe0530c07777441cf5f820.tar.bz2
python-elementary-fa0af4966f3bbf3fcefe0530c07777441cf5f820.zip
packaging: depends on ecore-x
packaging: cleanup spec Bug-Tizen: TIVI-2686/part Change-Id: Iaeda72b67e1261c77fc0b249cb1c31cc1b97bbe4 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r--packaging/python-elementary.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/packaging/python-elementary.spec b/packaging/python-elementary.spec
index f2676c5..d8cab62 100644
--- a/packaging/python-elementary.spec
+++ b/packaging/python-elementary.spec
@@ -1,13 +1,15 @@
Name: python-elementary
Version: 1.7.0
Release: 0
-License: LGPL2.1
+License: LGPL-2.1
Summary: Edbus python bindings
Url: http://www.enlightenment.org
+#Vc: git://git.enlightenment.org/legacy/bindings/python/python-elementary.git#master
Group: EFL
Source: %{name}-%{version}.tar.bz2
-Source1001: python-elementary.manifest
+Source1001: python-elementary.manifest
BuildRequires: python-devel
+BuildRequires: pkgconfig(ecore-x)
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(ecore-x)
BuildRequires: pkgconfig(python-ecore)
@@ -16,6 +18,7 @@ BuildRequires: pkgconfig(python-evas)
%description
Elementary python bindings.
+
%package devel
Summary: Development files for %{name}
Group: Development/Python
@@ -23,6 +26,7 @@ Group: Development/Python
%description devel
Development files for %{name}.
+
%prep
%setup -q
cp %{SOURCE1001} .
@@ -38,6 +42,7 @@ make %{?_smp_mflags}
%install
%make_install
+
%files
%manifest %{name}.manifest
%license COPYING
@@ -49,4 +54,3 @@ make %{?_smp_mflags}
%manifest %{name}.manifest
%{_datadir}/python-elementary/examples
%{_libdir}/pkgconfig/*.pc
-