source: trunk/pbs_python.spec @ 200

Last change on this file since 200 was 200, checked in by ramonb, 15 years ago

pbs_python.spec:

  • name pbs_python
  • Property svn:executable set to *
File size: 1.5 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
[199]6Version: 3.2.0
7Release: 1%{?dist}
[148]8License: See LICENSE
[88]9Group: Development/Libraries
[199]10Summary: This package contains the PBS python module.
11URL: https://subtrac.sara.nl/oss/pbs_python
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
[199]46* Tue Oct 06 2009 Ramon Bastiaans <ramon.bastiaans@sara.nl>
47- Fixed tmppath, %setup sourcedir
48* Tue Mar 24 2009 David Chin <chindw@wfu.edu>
49- Fedora-ize
[148]50* Sun Mar  9 2008 Michael Sternberg <sternberg@anl.gov>
51- libdir and python defines
[100]52* Wed Nov 23 2005 Ramon Bastiaans <bastiaans@sara.nl>
53- Fixed missing prep setup and added configure
[99]54* Tue Nov 22 2005 Martin Pels <pels@sara.nl>
55- Changed default directory permissions
[88]56* Tue Nov 01 2005 Martin Pels <pels@sara.nl>
57- Initial version
[99]58
Note: See TracBrowser for help on using the repository browser.