SPECS: python-dbus.spec - owner of %{py_sitedir}/dbus/mainloop - empty __in...

cactus cactus at pld-linux.org
Tue Jul 1 15:59:22 CEST 2008


Author: cactus                       Date: Tue Jul  1 13:59:22 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- owner of %{py_sitedir}/dbus/mainloop
- empty __init__.py added for proper modules loading
- rel 2

---- Files affected:
SPECS:
   python-dbus.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/python-dbus.spec
diff -u SPECS/python-dbus.spec:1.20 SPECS/python-dbus.spec:1.21
--- SPECS/python-dbus.spec:1.20	Sun Dec 16 16:52:58 2007
+++ SPECS/python-dbus.spec	Tue Jul  1 15:59:16 2008
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	Biblioteka do używania D-BUS oparta o Pythona
 Name:		python-dbus
 Version:	0.82.4
-Release:	1
+Release:	2
 License:	MIT
 Group:		Libraries/Python
 Source0:	http://dbus.freedesktop.org/releases/dbus-python/%{rname}-%{version}.tar.gz
@@ -64,6 +64,7 @@
 	
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitedir}/dbus/mainloop/
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -71,12 +72,19 @@
 %py_postclean
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/_dbus*.la	
 
+touch $RPM_BUILD_ROOT%{py_sitedir}/dbus/__init__.py
+touch $RPM_BUILD_ROOT%{py_sitedir}/dbus/mainloop/__init__.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog NEWS README
+%dir %{py_sitedir}/dbus
+%dir %{py_sitedir}/dbus/mainloop
+%{py_sitedir}/dbus/*.py
+%{py_sitedir}/dbus/mainloop/*.py
 %dir %{py_sitescriptdir}/dbus
 %dir %{py_sitescriptdir}/dbus/mainloop
 %attr(755,root,root) %{py_sitedir}/_dbus*.so
@@ -96,6 +104,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2008/07/01 13:59:16  cactus
+- owner of %{py_sitedir}/dbus/mainloop
+- empty __init__.py added for proper modules loading
+- rel 2
+
 Revision 1.20  2007/12/16 15:52:58  qboosh
 - updated to 0.82.4
 - License is MIT now
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-dbus.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list