rpms/python-irclib/devel python-irclib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Jun 26 18:34:35 UTC 2005


Author: lmacken

Update of /cvs/extras/rpms/python-irclib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12285/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-irclib.spec 
Log Message:
auto-import python-irclib-0.4.5-1 on branch devel from python-irclib-0.4.5-1.src.rpm


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

Name: python-irclib
Version: 0.4.5
Release: 1%{?dist}
Summary: A set of Python modules for IRC support

Group: Development/Libraries
License: LGPL
URL: http://python-irclib.sourceforge.net
Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: python
BuildArch: noarch

%description
This library is intended to encapsulate the IRC protocol at a quite
low level.  It provides an event-driven IRC client framework.  It has
a fairly thorough support for the basic IRC protocol, CTCP and DCC
connections.

%prep
%setup -q
%{__sed} -i 's/\r//g' *

%build
%{__python} setup.py build

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README ChangeLog COPYING irccat irccat2 servermap testbot.py dccsend dccreceive
%{python_sitelib}/*.py*

%changelog
* Wed Jun 22 2005 Luke Macken <lmacken at redhat.com> 0.4.5-1
- Packaged for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-irclib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jun 2005 18:33:50 -0000	1.1
+++ .cvsignore	26 Jun 2005 18:34:33 -0000	1.2
@@ -0,0 +1 @@
+python-irclib-0.4.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-irclib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jun 2005 18:33:50 -0000	1.1
+++ sources	26 Jun 2005 18:34:33 -0000	1.2
@@ -0,0 +1 @@
+141b7cd26723b337ef277ff5eb56bb5e  python-irclib-0.4.5.tar.gz




More information about the fedora-extras-commits mailing list