rpms/python-text_table/EL-5 LICENSE, NONE, 1.1 import.log, NONE, 1.1 python-text_table.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ray Van Dolson rayvd at fedoraproject.org
Tue Mar 17 15:40:10 UTC 2009


Author: rayvd

Update of /cvs/pkgs/rpms/python-text_table/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29453/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	LICENSE import.log python-text_table.spec 
Log Message:
Initial import


--- NEW FILE LICENSE ---
Email from author regarding license status of this package:

Date: Wed, 4 Mar 2009 23:14:25 +0530                                                                                                            
From: Swaroop <swaroopch at gmail.com>                                                                                                             
To: Ray Van Dolson <rayvd at bludgeon.org>                                                                                                         
Subject: Re: text_table 0.02 licensing?                                                                                                         
X-Mailer: iPhone Mail (5H11)                                                                                                                    

Hi Ray,

I'm surprised anyone is actually using that code, it was just a quick
port.

Since it was a port, I retained the same license as the original Perl code
out of fairness to the original authors.  

My understanding is that the Artistic license can be dual-licensed with GPL
without issues, so that is okay with me.

Please feel free to add the same information to the package.

Regards,
Swaroop


--- NEW FILE import.log ---
python-text_table-0_02-2_el5:EL-5:python-text_table-0.02-2.el5.src.rpm:1237304367


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

Name:           python-%{pkgname}
Version:        0.02
Release:        2%{?dist}
Summary:        Simple Eyecandy ASCII Tables
Group:          Development/Languages
License:        GPL+ or Artistic
URL:            http://pypi.python.org/pypi/text_table/0.02
Source0:        http://www.swaroopch.info/files/code/python/%{pkgname}-%{version}.tar.gz
Source1:        LICENSE
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  python-devel
BuildArch:      noarch

%description
This module provides an interface to output simple ASCII tables.  It is based on
the perl module Text::SimpleTable.

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

%build
%{__python} setup.py build
%{__cp} -p %{SOURCE1} .

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

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc PKG-INFO LICENSE
%{python_sitelib}/*

%changelog
* Wed Mar 05 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 0.02-2
- Use python-devel in BuildRequires
- Updated license and including license email from upstream per
  recommendations

* Tue Mar 04 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 0.02-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-text_table/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Mar 2009 02:22:02 -0000	1.1
+++ .cvsignore	17 Mar 2009 15:39:39 -0000	1.2
@@ -0,0 +1 @@
+text_table-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-text_table/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2009 02:22:02 -0000	1.1
+++ sources	17 Mar 2009 15:39:39 -0000	1.2
@@ -0,0 +1 @@
+0ffb0dc97fc87d3078de1d4986e6893c  text_table-0.02.tar.gz




More information about the fedora-extras-commits mailing list