summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-07 07:56:19 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-07 07:56:19 -0800
commit7829a94b3f2b04a2179424613b98a7a15f5dc2b7 (patch)
tree98a9c86c434649f42f70264ebaafc51254e769e8
parent7792b689563d65e8968a51032b5ffd6989de751d (diff)
downloadpython-edje-7829a94b3f2b04a2179424613b98a7a15f5dc2b7.tar.gz
python-edje-7829a94b3f2b04a2179424613b98a7a15f5dc2b7.tar.bz2
python-edje-7829a94b3f2b04a2179424613b98a7a15f5dc2b7.zip
-rw-r--r--packaging/python-edje.spec47
1 files changed, 47 insertions, 0 deletions
diff --git a/packaging/python-edje.spec b/packaging/python-edje.spec
new file mode 100644
index 0000000..9f93750
--- /dev/null
+++ b/packaging/python-edje.spec
@@ -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