source: trunk/pbs_python.spec @ 178

Last change on this file since 178 was 178, checked in by bas, 15 years ago

Preparing for new release

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1Summary: This package contains the pbs python module.
2Name: pbs_python
3Version: 3.0.0
4Release: 2anl
5License: See LICENSE
6Group: Development/Libraries
7Source: ftp://ftp.sara.nl/pub/outgoing/pbs_python.tar.gz
8BuildRoot: /var/tmp/%{name}-buildroot
9
10%define libdir /usr/lib
11%define python python2.4
12
13%description
14This package contains the pbs python module.
15
16%prep
17%setup -q
18./configure --with-pbsdir=%{libdir}
19
20%build
21python setup.py build
22
23%install
24python ./setup.py install --prefix $RPM_BUILD_ROOT/usr ;
25
26%clean
27rm -rf $RPM_BUILD_ROOT
28
29%files
30%defattr(-,root,root,0755)
31%doc README TODO examples
32%{libdir}/%{python}/site-packages/pbs.pth
33%{libdir}/%{python}/site-packages/pbs/*
34
35%changelog
36* Sun Mar  9 2008 Michael Sternberg <sternberg@anl.gov>
37- libdir and python defines
38* Wed Nov 23 2005 Ramon Bastiaans <bastiaans@sara.nl>
39- Fixed missing prep setup and added configure
40* Tue Nov 22 2005 Martin Pels <pels@sara.nl>
41- Changed default directory permissions
42* Tue Nov 01 2005 Martin Pels <pels@sara.nl>
43- Initial version
44
Note: See TracBrowser for help on using the repository browser.