Changeset 148 for trunk/pbs_python.spec


Ignore:
Timestamp:
03/17/08 14:32:35 (16 years ago)
Author:
bas
Message:

pbs_python.spec:

  • Added pbs_python.spec patch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_python.spec

    r144 r148  
    22Name: pbs_python
    33Version: 2.9.4
    4 Release: 1
    5 Copyright: See LICENSE
     4Release: 2anl
     5License: See LICENSE
    66Group: Development/Libraries
    77Source: ftp://ftp.sara.nl/pub/outgoing/pbs_python.tar.gz
    88BuildRoot: /var/tmp/%{name}-buildroot
     9
     10%define libdir /usr/lib
     11%define python python2.4
    912
    1013%description
     
    1316%prep
    1417%setup -q
    15 ./configure
     18./configure --with-pbsdir=%{libdir}
     19
    1620%build
    1721python setup.py build
     
    2630%defattr(-,root,root,0755)
    2731%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
     32%{libdir}/%{python}/site-packages/pbs.pth
     33%{libdir}/%{python}/site-packages/pbs/*
    3734
    3835%changelog
     36* Sun Mar  9 2008 Michael Sternberg <sternberg@anl.gov>
     37- libdir and python defines
    3938* Wed Nov 23 2005 Ramon Bastiaans <bastiaans@sara.nl>
    4039- Fixed missing prep setup and added configure
Note: See TracChangeset for help on using the changeset viewer.