From: Elan Ruusamäe Date: Sun, 17 Feb 2013 12:55:27 +0000 (+0200) Subject: move gi/overrides to python-dee package X-Git-Tag: auto/th/dee-1.0.14-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdee.git;a=commitdiff_plain;h=9cef312f9838c3c6ebe54b136298a853dae880c0 move gi/overrides to python-dee package --- diff --git a/dee.spec b/dee.spec index a87bbfa..ae8f01a 100644 --- a/dee.spec +++ b/dee.spec @@ -1,7 +1,7 @@ Summary: Model to synchronize multiple instances over DBus Name: dee Version: 1.0.14 -Release: 1 +Release: 2 # GPLv3-licensed tests and examples are in the tarball, but not installed License: LGPL v3 Group: Libraries @@ -13,7 +13,6 @@ BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc BuildRequires: rpmbuild(macros) >= 1.219 BuildRequires: vala -Requires: python-pygobject BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -43,6 +42,14 @@ API and internal documentation for %{name} library. %description apidocs -l pl.UTF-8 Dokumentacja API biblioteki %{name}. +%package -n python-dee +Summary: Python bindings for dee +Group: Development/Languages/Python +Requires: python-pygobject + +%description -n python-dee +Python bindings for dee. + %prep %setup -q @@ -76,7 +83,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/girepository-1.0/*.typelib %attr(755,root,root) %{_libdir}/libdee-*.so.*.*.* %ghost %{_libdir}/libdee-*.so.4 -%{py_sitedir}/gi/overrides/Dee.py[co] %files devel %defattr(644,root,root,755) @@ -90,3 +96,7 @@ rm -rf $RPM_BUILD_ROOT %files apidocs %defattr(644,root,root,755) %{_gtkdocdir}/dee-1.0 + +%files -n python-dee +%defattr(644,root,root,755) +%{py_sitedir}/gi/overrides/Dee.py[co]