SPECS: python-dbus.spec - updated to 0.82.2 - package C API header...
qboosh
qboosh at pld-linux.org
Sun Aug 12 12:11:36 CEST 2007
Author: qboosh Date: Sun Aug 12 10:11:36 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.82.2
- package C API header for _dbus_bindings module
---- Files affected:
SPECS:
python-dbus.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/python-dbus.spec
diff -u SPECS/python-dbus.spec:1.17 SPECS/python-dbus.spec:1.18
--- SPECS/python-dbus.spec:1.17 Mon Jul 30 15:19:25 2007
+++ SPECS/python-dbus.spec Sun Aug 12 12:11:30 2007
@@ -11,12 +11,12 @@
Summary: Python library for using D-BUS
Summary(pl.UTF-8): Biblioteka do używania D-BUS oparta o Pythona
Name: python-dbus
-Version: 0.82.1
+Version: 0.82.2
Release: 1
License: AFL v2.1 or GPL v2
Group: Libraries/Python
Source0: http://dbus.freedesktop.org/releases/dbus-python/%{rname}-%{version}.tar.gz
-# Source0-md5: 45c725ef7f57fee1de0d1e62e5095002
+# Source0-md5: e3b632ed260718301668bc079b6b3172
URL: http://www.freedesktop.org/Software/DBusBindings
BuildRequires: autoconf >= 2.59c
BuildRequires: automake
@@ -42,6 +42,21 @@
Dodatkowa biblioteka D-BUS do integracji standardowej biblioteki D-BUS
z Pythonem.
+%package devel
+Summary: C API for _dbus_bindings module
+Summary(pl.UTF-8): API C dla modułu _dbus_bindings
+License: AFL v2.1 or LGPL v2.1
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: dbus-devel >= 0.93
+Requires: python-devel >= 1:2.5
+
+%description devel
+C API for _dbus_bindings module.
+
+%description devel -l pl.UTF-8
+API C dla modułu _dbus_bindings.
+
%prep
%setup -qn %{rname}-%{version}
@@ -65,7 +80,7 @@
%files
%defattr(644,root,root,755)
# AFL not in common-licenses, so COPYING included
-%doc AUTHORS COPYING ChangeLog NEWS
+%doc AUTHORS COPYING COPYING.AFL-2.1 ChangeLog NEWS
%dir %{py_sitescriptdir}/dbus
%dir %{py_sitescriptdir}/dbus/mainloop
%attr(755,root,root) %{py_sitedir}/_dbus*.so
@@ -74,9 +89,10 @@
%{py_sitescriptdir}/dbus/mainloop/*.py[co]
#%{py_sitedir}/dbus_python-*.egg-info
-# -devel ?
-#%{_includedir}/dbus-1.0/dbus/dbus-python.h
-#%{_pkgconfigdir}/dbus-python.pc
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/dbus-1.0/dbus/dbus-python.h
+%{_pkgconfigdir}/dbus-python.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -84,6 +100,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2007/08/12 10:11:30 qboosh
+- updated to 0.82.2
+- package C API header for _dbus_bindings module
+
Revision 1.17 2007/07/30 13:19:25 patrys
- 0.82.1
- ugly workaround for a PLD inconsistency (python has no version in name but python2.5-config has)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-dbus.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list