add packaging accepted/tizen/20130503.225239 submit/tizen/20130503.232117 submit/tizen/20130509.183711
authorAnas Nashif <anas.nashif@intel.com>
Wed, 7 Nov 2012 15:56:19 +0000 (07:56 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 7 Nov 2012 15:56:19 +0000 (07:56 -0800)
packaging/python-edje.spec [new file with mode: 0644]

diff --git a/packaging/python-edje.spec b/packaging/python-edje.spec
new file mode 100644 (file)
index 0000000..9f93750
--- /dev/null
@@ -0,0 +1,47 @@
+Name:           python-edje
+Version:        1.7.0
+Release:        0
+License:        LGPL2.1
+Summary:        Edje python bindings
+Url:            http://www.enlightenment.org
+Group:          EFL
+Source:         %{name}-%{version}.tar.bz2
+BuildRequires:  python-devel
+BuildRequires:  pkgconfig(edje)
+BuildRequires:  pkgconfig(python-evas)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
+%description
+Edje python bindings.
+
+%package devel
+Summary:        Development files for %{name}
+Group:          Development/Python
+Requires:       pkgconfig(edje)
+Requires:       pkgconfig(python-evas)
+
+%description devel
+Development files for %{name}.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%defattr(-,root,root)
+%{_libdir}/python2.7/site-packages/edje
+
+
+%files devel
+%{_datadir}/python-edje/examples
+%{_libdir}/pkgconfig/*.pc
+%{_includedir}/python-edje/edje
+
+
+%changelog