]> git.pld-linux.org Git - packages/python-dbus.git/commitdiff
- 0.82.1 auto/th/python-dbus-0_82_1-1
authorPatryk Zawadzki <patrys@room-303.com>
Mon, 30 Jul 2007 13:19:25 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ugly workaround for a PLD inconsistency (python has no version in name but python2.5-config has)

Changed files:
    python-dbus.spec -> 1.17

python-dbus.spec

index bf11b2707ddc64917204dbb57ae68f1d14925a8f..476cd8501e9bd7600d4bc9889f919b7f454b6afa 100644 (file)
@@ -1,6 +1,5 @@
 #
 # TODO:
-# - create devel subpackage?
 # - package documentation
 #
 %define                dbus_version    0.91
 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
@@ -46,7 +45,8 @@ z Pythonem.
 %setup -qn %{rname}-%{version}
 
 %build
-%configure
+%configure \
+       CPPFLAGS="-I/usr/include/python2.5"
 %{__make}
        
 %install
This page took 0.033184 seconds and 4 git commands to generate.