]> git.pld-linux.org Git - packages/python-gnome.git/commitdiff
- try passing libdir for x86_64 auto/th/python-gnome-2_22_0-2 auto/ti/python-gnome-2_22_0-2
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 11 Mar 2008 23:13:56 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-gnome.spec -> 1.82

python-gnome.spec

index 140b28007ba9aabfab4403e68802cc07bd5684ea..0c92a753b90023481b92c105f02d16ce5dbd7984 100644 (file)
@@ -5,7 +5,7 @@ Summary:        GNOME bindings for Python
 Summary(pl.UTF-8):     Wiązania Pythona do bibliotek GNOME
 Name:          python-gnome
 Version:       2.22.0
-Release:       1
+Release:       2
 License:       GPL v2+/LGPL v2.1+
 Group:         Libraries/Python
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.22/%{module}-%{version}.tar.bz2
@@ -152,7 +152,8 @@ Ten pakiet zawiera przykładowe programy dla python-gnome.
 
 %build
 ./waf configure \
-       --prefix %{_prefix}
+       --prefix %{_prefix} \
+       --libdir %{_libdir}
 ./waf build
 
 %install
This page took 0.09347 seconds and 4 git commands to generate.