summaryrefslogtreecommitdiff
path: root/packaging/python-elementary.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/python-elementary.spec')
-rw-r--r--packaging/python-elementary.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/python-elementary.spec b/packaging/python-elementary.spec
index 31d83cf..1b9e573 100644
--- a/packaging/python-elementary.spec
+++ b/packaging/python-elementary.spec
@@ -6,6 +6,7 @@ Summary: Edbus python bindings
Url: http://www.enlightenment.org
Group: EFL
Source: %{name}-%{version}.tar.bz2
+Source1001: python-elementary.manifest
BuildRequires: python-devel
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(python-ecore)
@@ -24,6 +25,7 @@ Development files for %{name}.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -33,12 +35,14 @@ make %{?_smp_mflags}
%make_install
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root)
%{_libdir}/python2.7/site-packages/elementary
%files devel
+%manifest %{name}.manifest
%{_datadir}/python-elementary/examples
%{_libdir}/pkgconfig/*.pc