source: trunk/pbs_python.spec @ 295

Last change on this file since 295 was 295, checked in by dennis, 11 years ago

Bumped version number to 4.3.6, modified debian/control file to ensure a dependicy
for python-argparse when your are using Python 2.6 or lower.

  • Property svn:executable set to *
File size: 1.6 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
[295]6Version: 4.3.6
[199]7Release: 1%{?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
20BuildRequires: libtorque-devel >= %{libtorque_version}
21BuildRequires: python2-devel >= %{python_version}
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} ;
[88]35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
[99]40%defattr(-,root,root,0755)
[88]41%doc README TODO examples
[199]42%{python_sitearch}/pbs.pth
43%{python_sitearch}/pbs/*
[88]44
45%changelog
[211]46* Tue Mar 24 2010 Ramon Bastiaans <ramon.bastiaans@sara.nl>
47- Updates for new version
[199]48* Tue Oct 06 2009 Ramon Bastiaans <ramon.bastiaans@sara.nl>
49- Fixed tmppath, %setup sourcedir
50* Tue Mar 24 2009 David Chin <chindw@wfu.edu>
51- Fedora-ize
[148]52* Sun Mar  9 2008 Michael Sternberg <sternberg@anl.gov>
53- libdir and python defines
[100]54* Wed Nov 23 2005 Ramon Bastiaans <bastiaans@sara.nl>
55- Fixed missing prep setup and added configure
[99]56* Tue Nov 22 2005 Martin Pels <pels@sara.nl>
57- Changed default directory permissions
[88]58* Tue Nov 01 2005 Martin Pels <pels@sara.nl>
59- Initial version
[99]60
Note: See TracBrowser for help on using the repository browser.