source: trunk/pbs_python.spec @ 345

Last change on this file since 345 was 345, checked in by dennis, 9 years ago

Fixed pbs_python for RPM, sara_nodes and pbsmon are now available

  • Property svn:executable set to *
File size: 1.8 KB
RevLine 
[199]1%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2
3### Abstract ###
4
[200]5Name: pbs_python
[336]6Version: 4.6.0
[345]7Release: 3%{?dist}
[148]8License: See LICENSE
[88]9Group: Development/Libraries
[199]10Summary: This package contains the PBS python module.
[290]11URL: https://oss.trac.surfsara.nl/pbs_python
[199]12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
[88]13Source: ftp://ftp.sara.nl/pub/outgoing/pbs_python.tar.gz
14
[199]15### Dependencies ###
16# None
[148]17
[199]18### Build Dependencies ###
19
[345]20BuildRequires: torque-devel
21BuildRequires: python-devel >= %{python_version}
[199]22
[88]23%description
24This package contains the pbs python module.
25
[100]26%prep
[199]27%setup -q -n pbs_python-%{version}
[148]28
[88]29%build
[199]30%configure
31%{__python} setup.py build
[88]32
33%install
[199]34%{__python} ./setup.py install --prefix $RPM_BUILD_ROOT%{_prefix} ;
[345]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
[88]38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
[99]43%defattr(-,root,root,0755)
[88]44%doc README TODO examples
[199]45%{python_sitearch}/pbs.pth
46%{python_sitearch}/pbs/*
[345]47%{_prefix}/bin/*
[88]48
49%changelog
[211]50* Tue Mar 24 2010 Ramon Bastiaans <ramon.bastiaans@sara.nl>
51- Updates for new version
[199]52* Tue Oct 06 2009 Ramon Bastiaans <ramon.bastiaans@sara.nl>
53- Fixed tmppath, %setup sourcedir
54* Tue Mar 24 2009 David Chin <chindw@wfu.edu>
55- Fedora-ize
[148]56* Sun Mar  9 2008 Michael Sternberg <sternberg@anl.gov>
57- libdir and python defines
[100]58* Wed Nov 23 2005 Ramon Bastiaans <bastiaans@sara.nl>
59- Fixed missing prep setup and added configure
[99]60* Tue Nov 22 2005 Martin Pels <pels@sara.nl>
61- Changed default directory permissions
[88]62* Tue Nov 01 2005 Martin Pels <pels@sara.nl>
63- Initial version
[99]64
Note: See TracBrowser for help on using the repository browser.