[packages/dee] move gi/overrides to python-dee package
glen
glen at pld-linux.org
Sun Feb 17 13:55:38 CET 2013
commit 9cef312f9838c3c6ebe54b136298a853dae880c0
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Feb 17 14:55:27 2013 +0200
move gi/overrides to python-dee package
dee.spec | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
---
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]
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dee.git/commitdiff/9cef312f9838c3c6ebe54b136298a853dae880c0
More information about the pld-cvs-commit
mailing list