rpms/pyip/F-13 import.log, NONE, 1.1 pyip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nathaniel McCallum npmccallum at fedoraproject.org
Sat Jul 3 14:26:50 UTC 2010


Author: npmccallum

Update of /cvs/pkgs/rpms/pyip/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28850/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pyip.spec 
Log Message:
Importing pyip into F-13



--- NEW FILE import.log ---
pyip-0_7-2_fc13:F-13:pyip-0.7-2.fc13.src.rpm:1278167183


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

Name:           pyip
Version:        0.7
Release:        2%{?dist}
Summary:        Python assembling/disassembling of raw ip packets

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

BuildArch:      noarch
BuildRequires:  python-devel

%description
pyip is a Python package offering assembling/disassembling of raw ip packet, 
including ip, udp, and icmp. Also it includes 2 utilities based on raw ip,
traceroute and ping.

The primary motivation for this project is to fill the blank in Python, i.e.,
handling raw ip packet. Meanwhile, the utility 'traceroute' is intended to be
port of Unix 'traceroute' to Windows platform, as Windows' tracert has only
very limited command line options compared with Unix 'traceroute'.

%prep
%setup -q

%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 LICENSE
%{python_sitelib}/*

%changelog
* Mon Jun 14 2010 Nathaniel McCallum <nathaniel at natemccallum.com> - 0.7-2
- Add name and version macro to the source url
- Re-download source so that the sums match

* Sat Jun 12 2010 Nathaniel McCallum <nathaniel at natemccallum.com> - 0.7-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyip/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Jun 2010 02:38:44 -0000	1.1
+++ .cvsignore	3 Jul 2010 14:26:50 -0000	1.2
@@ -0,0 +1 @@
+pyip-0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyip/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Jun 2010 02:38:44 -0000	1.1
+++ sources	3 Jul 2010 14:26:50 -0000	1.2
@@ -0,0 +1 @@
+b04e8b46c3868f1225c4cfa31f237bf4  pyip-0.7.tar.gz



More information about the scm-commits mailing list