rpms/python-cly/devel import.log, NONE, 1.1 python-cly.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Silas Sewell silas at fedoraproject.org
Sun Apr 12 19:03:23 UTC 2009


Author: silas

Update of /cvs/pkgs/rpms/python-cly/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16123/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-cly.spec 
Log Message:
Initial commit



--- NEW FILE import.log ---
python-cly-0_9-1_fc10:HEAD:python-cly-0.9-1.fc10.src.rpm:1239562645


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

Name:           python-cly
Version:        0.9
Release:        1%{?dist}
Summary:        A module for adding powerful text-based consoles to your Python application

Group:          Development/Languages
License:        BSD
URL:            http://swapoff.org/cly
Source0:        http://pypi.python.org/packages/source/c/cly/cly-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  python-docutils
BuildRequires:  python-pygments
BuildRequires:  python-setuptools
BuildRequires:  readline-devel

%description
CLY is a Python module for simplifying the creation of interactive shells, much
like the built-in "cmd" module on steroids.

%prep
%setup -q -n cly-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
# Build documents
make --directory doc/
# Fix non-standard-executable-perm on rlext.so 0775
find build/ -name rlext.so -exec chmod 755 {} \;

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING PKG-INFO README doc/*.html doc/tutorial.py doc/video1.py
%{python_sitearch}/cly/
%{python_sitearch}/cly-%{version}-*.egg-info

%changelog
* Sat Apr 11 2009 Silas Sewell <silas at sewell.ch> - 0.9-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-cly/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2009 18:34:40 -0000	1.1
+++ .cvsignore	12 Apr 2009 19:02:52 -0000	1.2
@@ -0,0 +1 @@
+cly-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-cly/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2009 18:34:40 -0000	1.1
+++ sources	12 Apr 2009 19:02:53 -0000	1.2
@@ -0,0 +1 @@
+c6921cb612c840fe3cf754501ecc2cdb  cly-0.9.tar.gz




More information about the scm-commits mailing list