rpms/pyftpdlib/devel import.log, NONE, 1.1 pyftpdlib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Silas Sewell silas at fedoraproject.org
Tue Mar 31 07:06:42 UTC 2009


Author: silas

Update of /cvs/pkgs/rpms/pyftpdlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26669/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pyftpdlib.spec 
Log Message:
Initial Fedora commit



--- NEW FILE import.log ---
pyftpdlib-0_5_1-4_fc10:HEAD:pyftpdlib-0.5.1-4.fc10.src.rpm:1238458204


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

Name:           pyftpdlib
Version:        0.5.1
Release:        4%{?dist}
Summary:        Python FTP server library

Group:          Development/Languages
License:        MIT
URL:            http://code.google.com/p/pyftpdlib/
Source0:        http://pyftpdlib.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
Python FTP server library provides a high-level portable interface to easily
write asynchronous FTP servers with Python. Based on asyncore framework
pyftpdlib is currently the most complete RFC-959 FTP server implementation
available for Python programming language.

%prep
%setup -q
find CREDITS HISTORY LICENSE README demo/ doc/ test/ -type f -exec chmod 0644 {} \;
sed -i 's/\r//' CREDITS HISTORY LICENSE README demo/* doc/* test/*

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/%{name}/ftpserver.py

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%doc CREDITS HISTORY LICENSE README demo/ doc/ test/

%changelog
* Sat Mar 28 2009 Silas Sewell <silas at sewell ch> - 0.5.1-4
- Fix various issues reported by rpmlint
- Remove INSTALL file

* Thu Mar 26 2009 Silas Sewell <silas at sewell ch> - 0.5.1-3
- Update package name to conform to Fedora naming standards
- Removed unneeded requires
- Change define to global

* Thu Mar 12 2009 Silas Sewell <silas at sewell ch> - 0.5.1-2
- Fix various rpmlint issues

* Tue Feb 24 2009 Silas Sewell <silas at sewell ch> - 0.5.1-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyftpdlib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Mar 2009 21:51:36 -0000	1.1
+++ .cvsignore	31 Mar 2009 07:06:12 -0000	1.2
@@ -0,0 +1 @@
+pyftpdlib-0.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyftpdlib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Mar 2009 21:51:36 -0000	1.1
+++ sources	31 Mar 2009 07:06:12 -0000	1.2
@@ -0,0 +1 @@
+f64ac67ebec1d8ab47c0766082617384  pyftpdlib-0.5.1.tar.gz




More information about the fedora-extras-commits mailing list