source: trunk/pbs_python.spec @ 144

Last change on this file since 144 was 144, checked in by bas, 17 years ago

Preparing for new release 2.9.4

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