SPECS: python-dbus.spec - 0.82.1 - ugly workaround for a PLD incon...

patrys patrys at pld-linux.org
Mon Jul 30 15:19:30 CEST 2007


Author: patrys                       Date: Mon Jul 30 13:19:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.82.1
- ugly workaround for a PLD inconsistency (python has no version in name but python2.5-config has)

---- Files affected:
SPECS:
   python-dbus.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/python-dbus.spec
diff -u SPECS/python-dbus.spec:1.16 SPECS/python-dbus.spec:1.17
--- SPECS/python-dbus.spec:1.16	Tue Jun 12 19:55:42 2007
+++ SPECS/python-dbus.spec	Mon Jul 30 15:19:25 2007
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - create devel subpackage?
 # - package documentation
 #
 %define		dbus_version	0.91
@@ -12,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.80.2
-Release:	0.1
+Version:	0.82.1
+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:	2807bc85215c995bd595e01edd9d2077
+# Source0-md5:	45c725ef7f57fee1de0d1e62e5095002
 URL:		http://www.freedesktop.org/Software/DBusBindings
 BuildRequires:	autoconf >= 2.59c
 BuildRequires:	automake
@@ -47,7 +46,8 @@
 %setup -qn %{rname}-%{version}
 
 %build
-%configure
+%configure \
+	CPPFLAGS="-I/usr/include/python2.5"
 %{__make}
 	
 %install
@@ -84,6 +84,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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)
+
 Revision 1.16  2007/06/12 17:55:42  qboosh
 - Group fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-dbus.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list