rpms/python-irclib/devel python-irclib.spec,1.6,1.7

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Feb 9 03:04:33 UTC 2008


Author: lmacken

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

Modified Files:
	python-irclib.spec 
Log Message:
Include our new egg-info


Index: python-irclib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-irclib/devel/python-irclib.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-irclib.spec	9 Feb 2008 02:22:32 -0000	1.6
+++ python-irclib.spec	9 Feb 2008 03:03:52 -0000	1.7
@@ -1,8 +1,9 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name: python-irclib
 Version: 0.4.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: A set of Python modules for IRC support
 
 Group: Development/Libraries
@@ -38,8 +39,12 @@
 %defattr(-,root,root,-)
 %doc README ChangeLog COPYING irccat irccat2 servermap testbot.py dccsend dccreceive
 %{python_sitelib}/*.py*
+%{python_sitelib}/python_irclib-%{version}-py%{pyver}.egg-info/
 
 %changelog
+* Fri Feb  8 2008 Luke Macken <lmacken at redhat.com> 0.4.6-5
+- Include our new egg-info
+
 * Fri Feb  8 2008 Luke Macken <lmacken at redhat.com> 0.4.6-4
 - Rebuild for gcc 4.3
 




More information about the fedora-extras-commits mailing list