rpms/python-tftpy/F-9 import.log, NONE, 1.1 python-tftpy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

John A. Khvatov ivaxer at fedoraproject.org
Mon Aug 25 09:23:45 UTC 2008


Author: ivaxer

Update of /cvs/pkgs/rpms/python-tftpy/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18790/F-9

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



--- NEW FILE import.log ---
python-tftpy-0_4_5-3_fc9:F-9:python-tftpy-0.4.5-3.fc9.src.rpm:1219656029


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

Name:           python-tftpy
Version:        0.4.5
Release:        3%{?dist}
Summary:        A Pure-Python library for TFTP

Group:          Development/Languages
License:        CNRI
URL:            http://tftpy.sourceforge.net
Source0:        http://downloads.sourceforge.net/tftpy/tftpy-%{version}.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:  python-devel
BuildArch:      noarch

%description
Tftpy is a TFTP library for the Python programming language. It includes
client and server classes, with sample implementations. Hooks are included 
for easy inclusion in a UI for populating progress indicators. It supports
RFCs 1350, 2347 and 2348.

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

%build
%{__python} setup.py build

%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 README ChangeLog COPYING
%{python_sitelib}/tftpy*
%{_bindir}/*
%exclude %{_bindir}/*.pyc
%exclude %{_bindir}/*.pyo

%changelog
* Sun Aug 24 2008 John A. Khvatov <ivaxer at gmail.com> 0.4.5-3
- Changed license tag

* Sun Jul 6 2008 John A. Khvatov <ivaxer at gmail.com> 0.4.5-2
- Incorporate feedback via bugzilla during review process.

* Tue Jun 3 2008 John A. Khvatov <ivaxer at gmail.com> 0.4.5-1
- Update to 0.4.5

* Mon Feb 25 2008 John A. Khvatov <ivaxer at gmail.com> 0.4.4-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-tftpy/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Aug 2008 19:09:57 -0000	1.1
+++ .cvsignore	25 Aug 2008 09:23:15 -0000	1.2
@@ -0,0 +1 @@
+tftpy-0.4.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-tftpy/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Aug 2008 19:09:57 -0000	1.1
+++ sources	25 Aug 2008 09:23:15 -0000	1.2
@@ -0,0 +1 @@
+f479f7f9a9e1a3694651976b82341edf  tftpy-0.4.5.tar.gz




More information about the fedora-extras-commits mailing list