Changeset 7960

Show
Ignore:
Timestamp:
07/02/08 10:59:16 (5 years ago)
Author:
bhilburn
Message:

Changes to the RPM specs of *interfaces for python bindings.

Location:
experimental/installation/specs/working/system
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • experimental/installation/specs/working/system/ossie_custominterfaces.spec

    r7950 r7960  
    1414%define _libdir /usr/local/lib 
    1515%define _includedir /usr/local/include 
     16 
     17# Grab the necessary Python directories from the Python system configuration 
     18%define py_sysdir %(python -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1,0)') 
     19%define py_localdir %(python -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1,0,"/usr/local/")') 
    1620 
    1721Name: %{_name} 
     
    8589%{_libdir}/pkgconfig/customInterfaces.pc 
    8690 
     91# Python bindings 
     92%{py_localdir}/ossie/custominterfaces/* 
     93 
  • experimental/installation/specs/working/system/ossie_standardinterfaces.spec

    r7950 r7960  
    1414%define _libdir /usr/local/lib 
    1515%define _includedir /usr/local/include 
     16 
     17# Grab the necessary Python directories from the Python system configuration 
     18%define py_sysdir %(python -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1,0)') 
     19%define py_localdir %(python -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1,0,"/usr/local/")') 
    1620 
    1721Name: %{_name} 
     
    8690%{_libdir}/pkgconfig/standardInterfaces.pc 
    8791 
     92# Python Bindings 
     93%{py_localdir}/ossie/standardinterfaces/* 
     94