[ice/f19] fix FTBFS (RHBZ #992556)

Haïkel Guémar hguemar at fedoraproject.org
Mon Aug 5 14:58:16 UTC 2013


commit 046c2aa84b9bfe429f6f87b4e13d68fdd337d390
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Mon Aug 5 14:57:19 2013 +0200

    fix FTBFS (RHBZ #992556)

 ice.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/ice.spec b/ice.spec
index 0ee96e8..5718a0f 100644
--- a/ice.spec
+++ b/ice.spec
@@ -1,6 +1,3 @@
-# Get Python and Ruby packages into sitearch (see Fedora Wiki)
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 %global php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
 %global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
 %global systemddir /lib/systemd/system
@@ -10,7 +7,7 @@
 
 Name:           ice
 Version:        3.5.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        ZeroC Object-Oriented middleware
 
 Group:          System Environment/Libraries
@@ -53,10 +50,10 @@ ExcludeArch:    ppc64
 %endif
 
 BuildRequires: libdb4-cxx-devel, expat-devel, openssl-devel, bzip2-devel
-BuildRequires: ant, ant-nodeps, jpackage-utils, libdb4-java
+BuildRequires: ant, jpackage-utils, libdb4-java
 BuildRequires: php, php-devel
 BuildRequires: ruby, ruby(release), ruby-devel
-BuildRequires: python-devel
+BuildRequires: python2-devel
 %if 0%{?with_mono}
 BuildRequires: mono-core, mono-devel
 %endif
@@ -542,6 +539,10 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n -d extension_dir=%{buildroot}%{php
 
 
 %changelog
+* Mon Aug 05 2013 Haïkel Guémar <hguemar at fedoraproject.org> - 3.5.0-2
+- fix FTBFS (RHBZ #992556)
+- freshen up python packaging
+
 * Mon Apr  1 2013 Mary Ellen Foster <mefoster at gmail.com> - 3.5.0-1
 - Update to 3.5.0 final release
 


More information about the scm-commits mailing list