rpms/pyke/F-8 pyke.spec,NONE,1.1 sources,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Apr 25 19:05:12 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/pyke/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14802/F-8

Modified Files:
	sources 
Added Files:
	pyke.spec 
Log Message:

initial branching



--- NEW FILE pyke.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:			pyke
Summary: 		Knowledge-based inference engine
Version:		0.2
Release:		2%{?dist}
License:		MIT
Group:			System Environment/Libraries
URL:			http://pyke.sourceforge.net/
Source0:		http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:		noarch
BuildRequires:		python-devel, python-setuptools
Requires:		python-ply

%description
Pyke is a knowledge-based inference engine (expert system) written in 100% 
python that can:
* Do both forward-chaining (data driven) and backward-chaining (goal 
  directed) inferencing.
* Automatically generate python programs by assembling individual python 
  functions into complete call graphs.

%prep
%setup -q 

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
rm -rf doc/testdocs*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README copyright_license RELEASE_NOTES-* doc/
%{python_sitelib}/%{name}/

%changelog
* Wed Apr 23 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.2-2
- add BR: python-setuptools

* Sat Mar 15 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.2-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyke/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Apr 2008 18:56:09 -0000	1.1
+++ sources	25 Apr 2008 19:04:35 -0000	1.2
@@ -0,0 +1 @@
+03237cda523f42882fe9fd517da6a2b1  pyke-0.2.tar.gz




More information about the fedora-extras-commits mailing list