SPECS: Supybot.spec - lower python dep

glen glen at pld-linux.org
Wed Nov 5 23:40:16 CET 2008


Author: glen                         Date: Wed Nov  5 22:40:16 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- lower python dep

---- Files affected:
SPECS:
   Supybot.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/Supybot.spec
diff -u SPECS/Supybot.spec:1.6 SPECS/Supybot.spec:1.7
--- SPECS/Supybot.spec:1.6	Fri Oct  3 20:05:21 2008
+++ SPECS/Supybot.spec	Wed Nov  5 23:40:11 2008
@@ -9,7 +9,7 @@
 Source0:	http://dl.sourceforge.net/supybot/%{name}-%{version}.tar.bz2
 # Source0-md5:	72f8f28f1d847b9070be1bc5f8b002a4
 URL:		http://supybot.com/
-BuildRequires:	python >= 1:2.5
+BuildRequires:	python >= 1:2.4
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
 %pyrequires_eq  python
@@ -72,8 +72,10 @@
 %defattr(644,root,root,755)
 %doc docs/[A-Z]* ACKS ChangeLog README RELNOTES
 %attr(755,root,root) %{_bindir}/*
-%{py_sitescriptdir}/*.egg-info
 %{py_sitescriptdir}/supybot
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/*.egg-info
+%endif
 %{_mandir}/man1/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -82,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2008/11/05 22:40:11  glen
+- lower python dep
+
 Revision 1.6  2008/10/03 18:05:21  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Supybot.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list