Changeset 7960
- Timestamp:
- 07/02/08 10:59:16 (5 years ago)
- Location:
- experimental/installation/specs/working/system
- Files:
-
- 2 modified
-
ossie_custominterfaces.spec (modified) (2 diffs)
-
ossie_standardinterfaces.spec (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
experimental/installation/specs/working/system/ossie_custominterfaces.spec
r7950 r7960 14 14 %define _libdir /usr/local/lib 15 15 %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/")') 16 20 17 21 Name: %{_name} … … 85 89 %{_libdir}/pkgconfig/customInterfaces.pc 86 90 91 # Python bindings 92 %{py_localdir}/ossie/custominterfaces/* 93 -
experimental/installation/specs/working/system/ossie_standardinterfaces.spec
r7950 r7960 14 14 %define _libdir /usr/local/lib 15 15 %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/")') 16 20 17 21 Name: %{_name} … … 86 90 %{_libdir}/pkgconfig/standardInterfaces.pc 87 91 92 # Python Bindings 93 %{py_localdir}/ossie/standardinterfaces/* 94