Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://PQueue-0.1-1.src.rpm:56609/PQueue-0.2.0.spec  info  downloads

%define _python_version `python -c 'import sys;print sys.version[:3]'`
Summary: A priority-queue C module for python.
Name: PQueue
Version: 0.1
Release: 1
License: LGPL 
Group: Development/Languages
URL: http://www.pigpond.com/~earthpig/PQueue-0.1a.tar.bz2 
Source: PQueue-0.1.tar.gz
Requires: python = 1.5
Buildroot: %{_tmppath}/%{name}-%{version}-root

%description
This C extension implements a priority queue object
using a fibonacci heap as the underlying data structure.

%prep
%setup -q 

%build
./configure
make
chmod 0555 *.so

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_libdir}/python%{_python_version}/site-packages
cp *.so $RPM_BUILD_ROOT%{_libdir}/python%{_python_version}/site-packages/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README benchmark.* AUTHORS COPYING 
%{_libdir}/python*/site-packages/*.so

%changelog
* Wed Jul 14 2000 Crutcher Dunnavant <crutcher@redhat.com>
- initial package
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 Oliver Maruhn