source: trunk/pbs_python.spec @ 241

Last change on this file since 241 was 241, checked in by bas, 14 years ago

Update the LICENSE file

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