rpms/python-peak-rules/devel import.log, NONE, 1.1 python-peak-rules-setup.patch, NONE, 1.1 python-peak-rules.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Thu Sep 11 07:14:09 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-peak-rules/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15195/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-peak-rules-setup.patch 
	python-peak-rules.spec 
Log Message:
Initial import of python-peak-rules


--- NEW FILE import.log ---
python-peak-rules-0_5a1_dev-0_2569_fc9:HEAD:python-peak-rules-0.5a1.dev-0.2569.fc9.src.rpm:1221117193

python-peak-rules-setup.patch:

--- NEW FILE python-peak-rules-setup.patch ---
--- setup.py.orig	2008-08-12 15:48:38.000000000 -0400
+++ setup.py	2008-08-12 15:49:18.000000000 -0400
@@ -1,7 +1,5 @@
 #!/usr/bin/env python
 """Distutils setup file"""
-import ez_setup
-ez_setup.use_setuptools()
 from setuptools import setup
 PACKAGE_NAME = "PEAK-Rules"
 PACKAGE_VERSION = "0.5a1"


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

%define packagename PEAK-Rules
%define devrev  2569

%define docs README.txt AST-Builder.txt Code-Generation.txt Criteria.txt DESIGN.txt Indexing.txt Predicates.txt Syntax-Matching.txt

Name:           python-peak-rules
Version:        0.5a1.dev
Release:        0.%{devrev}%{?dist}
Summary:        Generic functions and business rules support systems

Group:          Development/Languages
License:        Python or ZPLv2.1
URL:            http://pypi.python.org/pypi/PEAK-Rules
Source0:        http://peak.telecommunity.com/snapshots/%{packagename}-%{version}-r%{devrev}.tar.gz
Patch0:         %{name}-setup.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel

Requires:       python-peak-util-assembler >= 0.3
Requires:       python-peak-util-addons >= 0.6
Requires:       python-peak-util-extremes >= 1.1
Requires:       python-decoratortools >= 1.7

%description
SymbolType gives you access to the peak.util.symbols module, previously
available only by installing the full PEAK toolkit. peak.util.symbols provides
a Symbol type and two built-in symbols that are used by PEAK: NOT_FOUND and
NOT_GIVEN.

%prep
%setup -q -n %{packagename}-%{version}-r%{devrev}
%patch0 -b .setup
%{__chmod} -x %{docs}

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc %{docs}
%{python_sitelib}/*

%changelog
* Sun Aug  3 2008 Luke Macken <lmacken at redhat.com> - 0.5a1.dev-0.2569
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-rules/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Sep 2008 23:43:35 -0000	1.1
+++ .cvsignore	11 Sep 2008 07:13:39 -0000	1.2
@@ -0,0 +1 @@
+PEAK-Rules-0.5a1.dev-r2569.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-rules/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Sep 2008 23:43:35 -0000	1.1
+++ sources	11 Sep 2008 07:13:39 -0000	1.2
@@ -0,0 +1 @@
+77ce21fd7c452630bb035d93e2ebb8ed  PEAK-Rules-0.5a1.dev-r2569.tar.gz




More information about the fedora-extras-commits mailing list