Changeset 345 for trunk


Ignore:
Timestamp:
08/25/15 15:40:50 (9 years ago)
Author:
dennis
Message:

Fixed pbs_python for RPM, sara_nodes and pbsmon are now available

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.rpm

    r198 r345  
    11PRODUCT=pbs_python
    2 VERSION=3.2.0
    3 RELEASE=1
     2VERSION=4.6.0
     3RELEASE=3
    44
    55#PYTHON_VERSION=2.3
  • trunk/pbs_python.spec

    r336 r345  
    55Name: pbs_python
    66Version: 4.6.0
    7 Release: 1%{?dist}
     7Release: 3%{?dist}
    88License: See LICENSE
    99Group: Development/Libraries
     
    1818### Build Dependencies ###
    1919
    20 BuildRequires: libtorque-devel >= %{libtorque_version}
    21 BuildRequires: python2-devel >= %{python_version}
     20BuildRequires: torque-devel
     21BuildRequires: python-devel >= %{python_version}
    2222
    2323%description
     
    3333%install
    3434%{__python} ./setup.py install --prefix $RPM_BUILD_ROOT%{_prefix} ;
     35%{__mkdir_p} $RPM_BUILD_ROOT%{_prefix}/bin
     36%{__install} -m0655 examples/sara_nodes.py ${RPM_BUILD_ROOT}%{_prefix}/bin/sara_nodes
     37%{__install} -m0655 examples/new_rack_pbsmon.py ${RPM_BUILD_ROOT}%{_prefix}/bin/pbsmon
    3538
    3639%clean
     
    4245%{python_sitearch}/pbs.pth
    4346%{python_sitearch}/pbs/*
     47%{_prefix}/bin/*
    4448
    4549%changelog
Note: See TracChangeset for help on using the changeset viewer.